Support Forum

Unread and recently updated topics

MW Mike Warren
Mike Warren
Member

Is it possible to switch off the display of “Unread and recently updated topics” on the main forum page?

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

yes. the display of that is controlled by your sp theme…

go into the spGroupView.php template file of your sp theme (dont modify ours – create your own) and find this line:

    sp_RecentPostList(‘show=10’, __sp(‘Unread and recently updated topics’));

its doing the recent post list…  just remove it if you dont want…