Support Forum
Sure, you can do this by changing the value of the 'stack' argument to 1 in the function sp_ForumIndexSubForums in your group view template.
For this you would need to create a child theme. Nice and easy to do - the frameworks are available from our store for free.
Download the correct framework for the theme you're using and then copy over the spGroupView.php template from the parent theme's template folder to to your child themes templates folder, or if using reboot theme copy over spGroupViewDesktop.php from the parent theme to your child themes templates > desktop folder.
Then locate the function:
sp_ForumIndexSubForums('unreadIcon=sp_SubForumUnreadIcon.png', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));
And add the 'stack' argument so it would then appear:
sp_ForumIndexSubForums('unreadIcon=sp_SubForumUnreadIcon.png&stack=1', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));
And you should then have a vertically running list.
I know it might seem like quite a lot to do one little change but it shouldn't take more than 15 minutes, plus having a child theme in place can be very useful for the odd minor change!
Are we talking about all forums or just sub forums?
If you get a blank page, do you still get your WP theme and just a blank forum? If so it would be my guess that something in the forum view template could be causing an error maybe?
If it is a PHP error somewhere then it should show up in your PHP error log as one of the latest if not last entry.
If none of the above, have you got a link we could take a look at?
Hello Guys,
I would like to arrange my subforum under group forum VERTICALLY instead of been Horizontal but as explained above, i didn't understand it. Could you guys please split as step by step for me?
i am using reboot them and i can see ''spGroupViewDesktop.php'' and i didn't know what you guys refering to parent theme. Although i had downloaded stacked.zip and had uploaded it as well but it looked exactly as theme too. Are you guys saying its has to be activated? or is reboot theme the parent theme and which one is the childtheme and do i create child theme?
Thanks
Hey Seth,
I'm not sure how I can explain it any differently really as I've laid it out in a step by step guide there.. But I will try and clear up a couple of things.
By parent theme we mean the original Reboot theme. As every time an update is released to one of our themes when you update it removes and replaces the entire theme. This means that any small changes you make are then lost when you update.
Child theme's aren't ever updated by us, so the changes last forever. They are basically empty copies or shells of a parent which you can put your own small changes in. If your change is CSS it can have a stylesheet that only contains the changes you want to make - whatever rules you put in there will override the corresponding rules in the parent theme and not touch anything else. If your change is to a template you copy the whole template into the right folder and make your change, but no other templates need to be included. So when the parent theme is updated the child theme changes still exist.
The child theme frameworks are available from the store for free. I've put all the links up there in post #2 so I won't add them all again here.
But I will add, if you are not sure where to start or don't have much experience with CSS or PHP, it really pays to read the child theme link up there in post #2. It has all the information you need in a step by step guide.
And of course if you don't want to tackle it yourself, we offer a custom theme service.
1 Guest(s)