Support Forum

Get rid of "Topics with unread posts" counter

SD Stan Dahl
Stan Dahl
Member

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

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

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…

SD Stan Dahl
Stan Dahl
Member

Thanks, Mr. Papa.

We appreciate the great support.