bteixeira Posted March 7, 2013 Report Share Posted March 7, 2013 Hi to all, I want to remove posted by tag on my site, where its configurated? Tanks Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted March 7, 2013 Report Share Posted March 7, 2013 Are you using popup news or just default news? 1 Quote Link to comment Share on other sites More sharing options...
freshJet Posted March 7, 2013 Report Share Posted March 7, 2013 Is this the news we are talking about? Rather vague post... Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted March 7, 2013 Report Share Posted March 7, 2013 That's what I thought Quote Link to comment Share on other sites More sharing options...
Mike Posted March 7, 2013 Report Share 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 Link to comment Share on other sites More sharing options...
BaRBeR Posted March 8, 2013 Report Share 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 Link to comment Share on other sites More sharing options...
bteixeira Posted April 9, 2013 Author Report Share Posted April 9, 2013 Tanks to all. 1 Quote Link to comment Share on other sites More sharing options...
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.