bteixeira Posted March 7, 2013 Report Posted March 7, 2013 Hi to all, I want to remove posted by tag on my site, where its configurated? Tanks Quote
BaRBeR Posted March 7, 2013 Report Posted March 7, 2013 Are you using popup news or just default news? 1 Quote
freshJet Posted March 7, 2013 Report Posted March 7, 2013 Is this the news we are talking about? Rather vague post... Quote
Mike Posted March 7, 2013 Report Posted March 7, 2013 Hi to all, I want to remove posted by tag on my site, where its configurated? Tanks If its just the normal news you are using then it is in /core/templates/news_newsitem.tpl <h3><?php echo $subject;?></strong></h3> <p>Posted by <?php echo $postedby;?> on <?php echo $postdate;?></p> <p><?php echo html_entity_decode($body);?></p> <hr> Quote
BaRBeR Posted March 8, 2013 Report Posted March 8, 2013 For popupnews go to core/templates/popupnews_item.tpl Remove the following from it: Posted By: <?php echo $item->postedby;?><br /><br /> Then go to popupnews_item.tpl Hope it helped, Jordan 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.