[TYPO3-english] Making access status visible in the Frontend
bernd wilke
x00nsji02 at sneakemail.com
Wed Apr 22 01:39:27 CEST 2009
Am Tue, 21 Apr 2009 22:09:17 +0800 schrieb Michael Cannon:
> Is there a good sample of the TypoScript content slide mechanism?
example using column 'right':
temp.SLIDING < styles.content.getRight
temp.SLIDING.slide = -1
get content from column right and render it in temp-object SLIDING.
Sliding is done up to root:
if there is no content in actual page in column 'right' look in page
above.
repeat
if there is no content in column 'right' look in page above.
until content is found or root-page.
> I'm wondering if this might be a better way to do site or section wide
> content than my current TypoScript work.
you can decide for each page wether there is inheritance, as an empty
content-element will break inheritance.
You can have differnt content inherited for each branch of pages (and
just one TypoScript-configuration)
bernd
--
http://www.pi-phi.de/t3v4/cheatsheet.html
More information about the TYPO3-english
mailing list