Support Forum

Unread and recently updated topics

SP SPQC
SPQC
Member

Just curious if there is a maximum that could be displayed at the bottom of the forum.  Currently I visit pretty often but what happen if someone don’t visit for a month?  Will there be as much displayed as unread and recently updated from user’s last visit?

8 Answers

New Answer

MP Mr Papa
Mr Papa
Member

the template tag specifies the number… think the default limit is 10…

DS Deepak Singh
Deepak Singh
Member

Mr Papa said

the template tag specifies the number… think the default limit is 10…

How can i get rid of ‘Unread and recently updated topics’ from the forum means i don’t want them to display at all.

MP Mr Papa
Mr Papa
Member

in the sp theme you are using, simply remove the template tag that is displaying the unread posts…  usually in spFoot.php near the bottom…

UN
Unknown
Member

Mr Papa said

in the sp theme you are using, simply remove the template tag that is displaying the unread posts…  usually in spFoot.php near the bottom…

I’m using the default theme. So do I have to change something in ‘sp-resources/forum-themes/default/templates/spFoot.php’

I tried but couldn’t find the exact location where i had to change the codes. frown 

YS Yellow Swordfish
Yellow Swordfish
Member

No – you need spGroupView.php
If you look at the functiuon names it is pretty obvious which is which and it follows the display of the page in a linear fashion.

UN
Unknown
Member

Yellow Swordfish said

No – you need spGroupView.php
If you look at the functiuon names it is pretty obvious which is which and it follows the display of the page in a linear fashion.

thanks..Done!wink

MP Mr Papa
Mr Papa
Member

lol. whoops. sorry, wrong template file… embarassed