Sorry - didn;t see this post:
Quote:
Originally Posted by The Rocketeer
i see.  which css file is that? having a hard time finding it in the header and navbar templates.
Also how do you disable the cms sidebar for the mobile style?
I tried adding the below code to the Lightweight Style Options but didn't work
Code:
$vbulletin->options['enablesidebar'] = 0;
|
the
lightweight.css.php file which you would have uploaded to your forum root. Does the following path resolve on your site?
/images/misc/mobilelogo.png - that's where the logo lives
As for the sidebar - I can't get a sidebar to show? However, gice the following code a try:
$show['sidebar']=0; - might work, might not ...
The CMS isn't that straight forward to work out, otherwise it would be in this style. It really depends on your layouts I think. I have a very basic CMS setup working on my test site. I'll attach the style here and you can test and get back to me. Same rules apply - backup/test etc. before going live or overwriting you existing lightweight style. Best bet is to add it as a child style of light weight for testing, then if you're happy you can re-import it and merge into existing.
Let me know how it goes