Lines Matching full:news
28 'name' => 'News archive page (action plugin component)',
29 'desc' => 'to show the News aechive alone on a page.',
62 $allnewsdata = wl( (isset($allnewsdata1) ? $allnewsdata1 : 'news:newsdata') );
72 /*------- add news action part -----------------------------------------*/
77 // date ... consider all news of a defined month of a year (mm.yyyy, empty per default)
78 …// qty ... limits the number of news headlines starting with most recent (either integer or all,…
79 …// tag ... consider all news where news article owns the given tag string (empty per default) ta…
82 …// ho ... headlinesonly will list the news headlines without timestamp and author (on/off, defa…
102 $page = wl( (isset($targetpage) ? $targetpage : 'news:newsdata') );
104 // load raw news file (e.g. news:newsdata.txt)
108 // split the news articles
117 // 1. read news file (e.g. news:newsdata.txt)
119 // split news block into line items
170 //stop adding older news articles if quantity is reached
175 // list all news stories as headline linked to the story itself
217 if($archive_lnkTitle=='') $archive_lnkTitle = "News Archive";