[TYPO3] [tt_news] Change default table, ...

Sylvain Gourvil sylvain.gourvil at mediasmart.fr
Wed Mar 21 11:18:32 CET 2007


Hi everybody.

I am new to tt_news and I red the documentation but do not find it.

When I use the page Brower with List displaying, I have a <table> <tr> 
and so on around the "1 2 3". How could I ask with TS to have only 
number with links without any stuff like this.

Thanks.

here's my code :

# MODE D'AFFICHAGE

plugin.tt_news.code >

plugin.tt_news.code = LIST


# SELECTION DE LA CATEGORIE

plugin.tt_news {

    categorySelection = 18

    # show only selected categories

    categoryMode = 1

}


# SELECTION DU CONTENU A AFFICHER

plugin.tt_news.pid_list >

plugin.tt_news.pid_list = 19


#TEMPLATE

plugin.tt_news.templateFile = fileadmin/rdj/templates/bloc/actualites/KiSomNous.html


# TRI ALEATOIRE

#plugin.tt_news.listOrderBy = random

#plugin.tt_news = USER_INT


plugin.tt_news {

  recursive = 3

}


# ALT SUR LES LIENS VERS LA VUE

plugin.tt_news.displayList {

  linkTitleField = title

  linkTitleField.wrap = Voir &nbsp; |

}


# 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

    browseBoxWrap.wrap = ds|end

}


temp.KiSomNousContent < plugin.tt_news



More information about the TYPO3-english mailing list