By Tuan Nguyen on Tuesday, 04 October 2016
Posted in General Issues
Replies 3
Likes 0
Views 459
Votes 0
How do I remove the "NEW" alert sticker that shows up next the to title of a post?

I have attached a screenshot of the "NEW" alert sticker I am referring to.


Thank you so much.
Hi Nguyen,
There is no setting that can remove this. We need to modify the theme files to do so. Can you provide us your ftp access at http://stackideas.com/dashboard/site so we can help you out with this? Thanks.
·
Wednesday, 05 October 2016 11:25
·
0 Likes
·
0 Votes
·
0 Comments
·
The website is on a internal network. So unfortunately providing ftp access is not an option.

Is this a easy modification that I could do?


Thanks
·
Wednesday, 05 October 2016 11:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nguyen,
You can try to modify this file: JoomlaFolder\components\com_easydiscuss\themes\yourCurrentTheme\frontpage.post.php
Then, remove these lines of code:
<?php if( $isRead ) { ?>
<span class="label label-info"><?php echo JText::_( 'COM_EASYDISCUSS_NEW' );?></span>
<?php } ?>
Remember to backup your original files too.

FYI, you can also consider updating to the latest version of EasyDiscuss because these 'new' labels no longer display in the new version.
·
Wednesday, 05 October 2016 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post