[TYPO3-templavoila] busynoggin templavoila framework & kb_tv_cont_slide
G.Unger
skyfreak1 at gmx.net
Wed May 5 23:05:53 CEST 2010
hello list
hello ron
I am amazed by the new templavoila framework by busynoggin (thx again
to ron and wec).
I thought I could use kb_tv_cont_slide as usual and tweek the Local
processing (XML) in the backend to alter xml according to
kb_tv_cont_slide documentation and changed
<field_feature type="array">
.
.
.
20 = RECORDS
20 {
source.current = 1
tables = tt_content
stdWrap.required = 1
stdWrap.dataWrap = <div id="feature"
class="{register:featureClass}"><!--TYPO3SEARCH_begin--> |
<!--TYPO3SEARCH_end--><div class="clearOnly"> </div></div><!-- end
#feature -->
}
.
.
.
</field_feature>
into
<field_feature type="array">
.
.
.
20 = RECORDS
20 {
source.postUserFunc = tx_kbtvcontslide_pi1->main
source.postUserFunc.field = field_feature
source.postUserFunc.table = tt_content
stdWrap.required = 1
stdWrap.dataWrap = <div id="feature"
class="{register:featureClass}"><!--TYPO3SEARCH_begin--> |
<!--TYPO3SEARCH_end--><div class="clearOnly"> </div></div><!-- end
#feature -->
}
.
.
.
</field_feature>
the result is NO feature in frontend anymore.
I also the tried to do it directly in the file 'f1 (page).xml' again NO
feature in frontend at all anymore.
anybody to jump in on this?
thx for reading - rgds,
GUIDO
More information about the TYPO3-project-templavoila
mailing list