Support Forum

Only 1 level of subforums?

FU Funeral
Funeral
Member

is there anyway to just show the first level of sub forums on main forum view and not sub forums of sub forums?

like in the picture i just want the circled sub forums displayed on main forum view.

 

2.png

5 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

https://simple-press.com/documentation/codex/api/template-functions-and-the-api/display-template-functions/group-view/sp_forumindexsubforums/

Function sp_ForumIndexSubForums()

You will want to pass in the ‘allNested’ argument as a zero. That’s in the group view template of your forum theme. I think you said you are already using a child theme…. yes? Do you know how to do this?

FU Funeral
Funeral
Member

so i put the allnested=0 in this line?

sp_ForumIndexSubForums(‘unreadIcon=sp_SubForumUnreadIcon.png’, __sp(‘Sub-Forums:’), __sp(‘Browse topics in %NAME%’));

YS Yellow Swordfish
Yellow Swordfish
Member

yes – as in:

sp_ForumIndexSubForums('unreadIcon=sp_SubForumUnreadIcon.png&allNested=0', __sp('Sub-Forums:'), __sp('Browse topics in %NAME%'));

note the ampersand