[TYPO3-english] Last added menu/popularity counter

Roman Konstantinov Boojaka at gmail.com
Fri Jan 29 14:51:49 CET 2010


Hello how can I create menu consist with last added pages from eg. 3-level
on every page regardsless level of current ?

I have been trying such a things:

lib.mymenu = HMENU
lib.mymenu.special = updated
lib.mymenu.special.value = 18,21
lib.mymenu.1 = TMENU
lib.mymenu.1.NO {
    mode = сrdate <------------------------tstamp
    maxAge = 3600*24*7
    limit = 4
    before = &nbsp;
    after =  &nbsp; | |*| &nbsp;  |  |*| &nbsp;
 }

OR/*********************/

lib.mymenu = HMENU
lib.mymenu.special = directory
lib.mymenu.entryLevel=3
lib.mymenu.special.value = 18,21
lib.mymenu.1 = TMENU
lib.mymenu.1.alternativeSortingField = crdate DESC
lib.mymenu.1.wrap = <ul>|</ul>
lib.mymenu.1.NO.allWrap = <li>|</li>


More information about the TYPO3-english mailing list