Question - Where do I turn off sub-forum display?
I don't want them to see the sub-forums until they click into the forum...
Question - Where do I turn off sub-forum display?
I don't want them to see the sub-forums until they click into the forum...
you will have to edit the theme template file... just comment out or remove the sub forum stuff...
with themes, you are in complete control...
Is your CSS imbeded in the default.php file?
I don't see a separate CSS file.
That IS the css file.
But that is not where you would remove subforum display. That is in the templates.
Out of curiosity, why not have a real css file? The php/css file makes it more difficult or impossible to use pure css editors.
There are many, many good reasons but chief among them would be flexibility - after years and years of requests for it the CSS working group have still not put css variables in place - and easier upgrading. We find that the vast majority of users do not want to change their CSS with most being CSS illiterate. This approach allows them to make smaller tweaks to basic colours which is what most want to do without hacking a file that may, from time to time, need to be updated by us.
So we have adopted the most common and accepted approach of doing this. In an ideal world it would not be necessary.