
Originally Posted by
MischiefDesignz
I have installed this on 1.3.9 c and it works perfectly, except for a couple little snags, 2. on the news page there is a date of WEDNESDAY 31 DECEMBER, 2014. How can I remove this?
Figured this out as well, I have just removed it,
includes/templates/template where you have the files/templates
edit tpl_news_article_default.php also tpl_news_default.php
around line 35
Code:
// News header
$newsDisplay->newsHeader(HEADING_TITLE, $newsDate, $newsHeaderLinks);
remove
Code:
$newsDate, $newsHeaderLinks
so it will look like this
Code:
// News header
$newsDisplay->newsHeader(HEADING_TITLE);
Bookmarks