[TYPO3] TT_NEWS and links

Sylvain Gourvil sylvain.gourvil at mediasmart.fr
Thu Mar 22 17:00:31 CET 2007


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 ^^



More information about the TYPO3-english mailing list