Support Forum
Is there a setting or a theme that lists the sub-forums underneath the forum heading vertically (like this http://www.phototalkforum.com/forum/) instead of in a list of horizontal links?
Also, is there a way to list the birthdays of the members? (Not critical of course, just curious)
subforum display, yes, if I follow you... this is group view right? then add a stack=1 argument to the sp_ForumIndexSubForums(); template tag call in the group view theme template file for the theme you are using...
so for the default theme, would be
sp_ForumIndexSubForums('stack=1', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));
as we recommend, dont actually modify one of our themes, copy one and create your own theme so its safe on updates...
BrandonC just started this code entry, but it should help creating a theme:
http://codex.simple-press.com/.....g-a-theme/
our documentation for 5.0 is just beginning, so you will have to bear with us for a while until we get it up to snuff...
Visit Cruise Talk Central and Mr Papa's World
lisalew said
Is there a setting or a theme that lists the sub-forums underneath the forum heading vertically (like this http://www.phototalkforum.com/forum/) instead of in a list of horizontal links?
In version 4.4.5 and 4.5.0, the subforums could be "hidden" in the main view and then displayed stacked vertically when you actually opened the particular forum.
When using the code mentioned above, the subforums are shown stacked vertically in the main view, but they are still showing horizontally when you enter the forum.
Anyway to hide them in main forum view? and how to stack vertically after entering the forum itself?
On the first point - can you hide them - then yes. The move to templates means you just need to edit the correct template in your SP theme folder. Simply remove the call to display sub-forums if it is not wanted.
On the point of them being stacked in forum view this was missed in the new template tag. We have a ticket to add this option and it will be there before too long.
YELLOW
SWORDFISH
|
Yellow Swordfish said
On the first point - can you hide them - then yes. The move to templates means you just need to edit the correct template in your SP theme folder. Simply remove the call to display sub-forums if it is not wanted.
On the point of them being stacked in forum view this was missed in the new template tag. We have a ticket to add this option and it will be there before too long.
cool. Just removed that statement so the subs are hidden.
Look forward to the subforum stacked view!
thanx guys!
stacked version... looks terrible as I have to figure out some of the other markup to separate the header from the subforums but hopefully I can MacGyver it. I wish the default theme and fonts that are showing your current support forum would carry over completely so all I had to do was just change the background of the boxes to burgundy, and I'd be a happy camper!!
ticket is open for us to look at...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
ticket is open for us to look at...
Awesome thanks. Should the "default theme" that you guys are using in this very forum appear more or less the same in terms of sizing when we install on our own site? I've checked all the css styles and I can't see how my fonts are so tiny on my install compared to this default theme. The only thing I changed was going to the sky-red overlay and tried that stack statement, but the size of all the fonts are so small so I had to increase font size %'s everywhere.
Having said that, after doing the 5.0 build upgrade tonight, I have some weird behavior on the dropdown boxes... The "recently updated topics" drop down is smaller than the "select forum" dropdown and you can see it did something strange with the bounding box. Haven't changed anything with respect to the dropdowns so don't know why they look like that.
There is no guarantee - no matter how we have worked to try and avoid it - that your WP theme will not have influence on the forum display/ Non-targeted CSS rules defined at too high a level can still determine display flow.
But are you saying that all this only changed after an update to the SP theme itself?
YELLOW
SWORDFISH
|
1 Guest(s)