Hi all,

I have made a news teasers bloc on my front page.
I would like to go to page y when clicking on the link

here's my ts :

# MODE D'AFFICHAGE
plugin.tt_news.code >
plugin.tt_news.code = LIST
# SELECTION DE LA CATEGORIE
plugin.tt_news {
   categorySelection = 20
   # show only selected categories
   categoryMode = 1
}
#TEMPLATE
plugin.tt_news.templateFile = fileadmin/rdj/templates/bloc/actualites/colonneDroite.html
# SELECTION DU CONTENU A AFFICHER
plugin.tt_news.pid_list >
plugin.tt_news.pid_list = 18
plugin.tt_news.recursive >
plugin.tt_news.recursive = 10
# ALT SUR LES LIENS VERS LA VUE
plugin.tt_news.displayList {
   linkTitleField = title
   linkTitleField.wrap = Voir   |
}
# REMOVE P TAG
plugin.tt_news.general_stdWrap {
   parseFunc.nonTypoTagStdWrap.encapsLines.nonWrappedTag >
}
temp.blocNews < plugin.tt_news



I have tried singlePid but the link does not exist anymore inthis case.
Please, i need help ^^

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to