[TYPO3-english] Extension to create/edit profile pages
Ralf-Rene Schröder
ralf.rene at online.de
Wed Oct 9 22:09:24 CEST 2013
you could not fully copy and past the example
a lib inside your marker is not possible
and a copy to page.100 will show it after all your other page (your
normal page ist on position 10)...
try:
page.10.marks {
INFORMATION = COA_INT
INFORMATION {
wrap = <div id="info"> | </div>
10 = TEXT
10.data = TSFE:fe_user|user|username
10.noTrimWrap = |User: |<br />|
20 = TEXT
20.data = TSFE:fe_user|user|address
20.noTrimWrap = |Address: ||
}
}
Hint: the COA_INT is for not caching this element, otherwise use COA
...read a little bit about TypoScript: http://wiki.typo3.org/Ts45min
--
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format
More information about the TYPO3-english
mailing list