[TYPO3] TT_NEWS and recursivity
Sylvain Gourvil
sylvain.gourvil at mediasmart.fr
Wed Mar 21 16:03:18 CET 2007
Hi all,
I have this code that do not take recursivity in account.
Do I have something wrong.
Thanks in advance.
# MODE D'AFFICHAGE
plugin.tt_news.code >
plugin.tt_news.code = LIST
# SELECTION DE LA CATEGORIE
plugin.tt_news {
categorySelection = {$defaultCategory}
# show only selected categories
categoryMode = 1
}
#TEMPLATE
plugin.tt_news.templateFile =
fileadmin/rdj/templates/bloc/actualites/KiSomNous.html
# TRI ALEATOIRE
#plugin.tt_news.listOrderBy = random
#plugin.tt_news = USER_INT
# SELECTION DU CONTENU A AFFICHER
plugin.tt_news.pid_list >
plugin.tt_news.pid_list = 18
plugin.tt_news.recursive = 10
# ALT SUR LES LIENS VERS LA VUE
plugin.tt_news.displayList {
linkTitleField = title
linkTitleField.wrap = Voir |
}
# GESTION DE LA DATE
plugin.tt_news.displayList {
date_stdWrap.strftime= %d %B %Y
}
# PAGINATION
plugin.tt_news.pageBrowser {
maxPages = 10
showPBrowserText = 0
showResultCount = 0
showFirstLast = 0
}
# REMOVE P TAG
plugin.tt_news.general_stdWrap {
parseFunc.nonTypoTagStdWrap.encapsLines.nonWrappedTag >
}
More information about the TYPO3-english
mailing list