Hi guys,
Is there an easy way to get rid of the “___ topics with unread posts” counter and the icons next to it in the forum header?
Thanks,
Pete
Hi guys,
Is there an easy way to get rid of the “___ topics with unread posts” counter and the icons next to it in the forum header?
Thanks,
Pete
you can edit any theme and remove/add/change any elements you want… of course, before making any changes, we strongly recommend you make a child theme or a custom theme…
just look in the theme header template file spHead.php… you will see something like this:
sp_UnreadPostsLink('tagClass=spLabelSmall spRight spLink&popup=0&group=0', __sp('You have %COUNT% topics with unread posts'), __sp('View all unread posts'), __sp('Unread Posts'));
it will vary from theme to theme… the key being the sp_UnreadPostsLink() function call…
just remove if you dont want it…