TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 06.06.2007, 14:27
Bas van der Togt
Gast
 
Beiträge: n/a
Standard [TYPO3] split elements

Hello list,

I use the following Typoscript to split my content elements.
I only want to use this splitter in the normal column.
However the splitter is placing a ###SPLITTER### marker in every column
on the frontend now witouth splitting it. What is wrong in my TS?

Kind regards,
Bas

TS:
tt_content {
stdWrap.outerWrap = |###SPLITTER###
}

temp.splittedElements = COA
temp.splittedElements {

10 < styles.content.get

20 = TEXT
20 {
wrap = <div class="content-sub">|</div>
value =
}

stdWrap.split {
token = ###SPLITTER###
cObjNum = 1|*|2|*|3
1.current = 1
1.wrap = <div class="content-first-top"></div><div
class="content-first">|</div>
2.current = 1
2.wrap = |
3.current = 1
}
}
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 06.06.2007, 14:47
JoH asenau
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] split elements

> I use the following Typoscript to split my content elements.
> I only want to use this splitter in the normal column.
> However the splitter is placing a ###SPLITTER### marker in every
> column on the frontend now witouth splitting it. What is wrong in my
> TS?
>
> TS:
> tt_content {
> stdWrap.outerWrap = |###SPLITTER###
> }


This is wrong, since it will wrap all elements coming from tt_content
regardless of the column settings. Since outerWrap got stdWrap properties
itself you could use a CASE element to check for colPos. If colPos is 0
(normal) do something, else do nothing.

tt_content {
stdWrap.outerWrap.cObject = CASE
stdWrap.outerWrap.cObject {
key.field = colPos
0 = TEXT
0.value = |###SPLITTER###
}
}

This way you can easily activate the SPLITTER for other columns as well, and
this is why I would use it rather than a check with if.

HTH

Joey

--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 06.06.2007, 15:22
Bas van der Togt
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] split elements

Thanks Joey, works perfect!

JoH asenau schreef:
>> I use the following Typoscript to split my content elements.
>> I only want to use this splitter in the normal column.
>> However the splitter is placing a ###SPLITTER### marker in every
>> column on the frontend now witouth splitting it. What is wrong in my
>> TS?
>>
>> TS:
>> tt_content {
>> stdWrap.outerWrap = |###SPLITTER###
>> }

>
> This is wrong, since it will wrap all elements coming from tt_content
> regardless of the column settings. Since outerWrap got stdWrap properties
> itself you could use a CASE element to check for colPos. If colPos is 0
> (normal) do something, else do nothing.
>
> tt_content {
> stdWrap.outerWrap.cObject = CASE
> stdWrap.outerWrap.cObject {
> key.field = colPos
> 0 = TEXT
> 0.value = |###SPLITTER###
> }
> }
>
> This way you can easily activate the SPLITTER for other columns as well, and
> this is why I would use it rather than a check with if.
>
> HTH
>
> Joey
>

_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3] dynamicly split content elements Rob De Vries typo3-english@lists.netfielders.de 2 31.05.2007 11:13
[TYPO3] Section index and option split Tapio Markula typo3-english@lists.netfielders.de 22 17.05.2007 09:04
[TYPO3] Problem with option split and menus Tapio Markula typo3-english@lists.netfielders.de 0 12.05.2007 09:05
[TYPO3] Using count_menuItems to split a menu in two parts Eduardo Trápani typo3-english@lists.netfielders.de 5 24.01.2007 14:03
[Typo3-UG France] Eclaircissement sur le split option... Pierre typo3-france@lists.netfielders.de 0 05.02.2005 18:15


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:02 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75