Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Show child forums but not grandchild forums on home page
Avatar
Rapid Web
Member
Free Members
sp_UserOfflineSmall Offline
Sep 23, 2014 - 8:06 am

child-forums.pngImage Enlarger

 

How do we show Child themes but not grand child themes? We do not want all the US states to show on the home page. Our site is http://www.koshertravelinfo.com.

Jewish and Kosher Global Travel Guide and Directory:
Kosher Travel Info

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Sep 23, 2014 - 8:39 am

Hey,

There is a nice and easy way to achieve this. Firstly if you haven't already, you would need to arrange your forums so Alabama, Alaska and Arizona are themselves sub forums of USA, then all you need to do is edit a small line of code. Looks like you are using Default theme so let's go with that as an example.

Firstly, navigate to your themes folder and open your group view template which is:

sp-resources > forum-themes > default > templates > spGroupView.php

If you have a good editor then you want to skip to line 83, if not, you want to search for the function 'sp_ForumIndexSubForums'

You should see that displayed in full as:

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

All you need to do is add '&allNested=0' as another argument after the unread icon is loaded. The complete function will then look like:

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

This way, it will 'nest' the sub-sub forums or 'grandchild' forums and not display them on the top level.

Hope this helps

Avatar
Rapid Web
Member
Free Members
sp_UserOfflineSmall Offline
Sep 23, 2014 - 8:48 am

Your product is great. Yours support is even better:

  • Fast
  • Easy to understand
  • On topic

Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!

Jewish and Kosher Global Travel Guide and Directory:
Kosher Travel Info

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Sep 23, 2014 - 9:17 am

you are welcome!  glad we could help...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625