[TYPO3] Duplicate content items
Tapio Markula
tapio.markula at atwebteam.com
Tue Nov 7 08:28:45 CET 2006
JoH asenau
>
> "My bycicle is not running properly."
> "Why aren't you driving a car?"
>
> Just to make this clear: TV is _one_ way of creating FE websites with TYPO3.
> Many people are using it, but even more people don't.
> And in this case the question has been, where the fault in the original
> setup was, which is in no way related to the use of TV.
agreed - it is annoying proposing using TV in these kinds of situations
> Something like this
>
> <div class="border_content"> ###border_content### </div>
>
> will return a subpart "border_content" _and_ a marker "border_content".
> While working on subparts the parser will regard the marker as the end of
> the subpart, leaving the original end intact.
>
> So you just have to make sure to use different names for subparts and
> markers.
In general the idea of automaketemplate is that no markers are needed at
all, just id or class attribute (id is preferred if used *once* and
class if several times). Then just
<div class="border_subpart"> </div>
Not that at least a whitespace character is needed and
<div class="border_subpart"></div
will *not* work!
More information about the TYPO3-english
mailing list