Support Forum
Sorry for many questions
I tried to show "Unread and recently updated topics" on the lower part of forum page but it's not work
ON "General Display Setting" page, I already set " Default number of unread posts for users" at 50
Please suggest which function I need to adjust
Thanks
Absolutely.
V5 is template driven just like WP so it is a matter of editing the template.
In this case the spGroupView.php template in the SP theme you are using.
The tag that displays the recent post list is called sp_RecentPostList() and we just need to add an argument to it like so:
sp_RecentPostList('show=10&admins=1', __sp('Unread and recently updated topics'));
Note the ampersand before the new argument.
As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/.....g-a-theme/)
YELLOW
SWORDFISH
|
1 Guest(s)