Home
 

TYPO3 Extension: maja_newmarker

New for tt_news

This was my very first extension ;)

Description

Creates a marker to mark new news for a certain time.

Manual

Just add the marker ###MAJA_NEW### to your HTML-Template and the News is mark as new for 10 days.

Default Typoscript (should be self explaining)
   1: plugin.tt_news {
   2: 	displayList.maja_newmarker {
   3: 		days = 10
   4: 		stdWrap.wrap = |
   5: 	}
   6: 	displayLatest.maja_newmarker < .displayList.maja_newmarker
   7: 	displaySingle.maja_newmarker < .displayList.maja_newmarker
   8: }