MyBB Community Forums

Full Version: Force page width and background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is it possible to force the page width and background from a menu link ?
Like I have a menu that link to a ranking page and I want to open the link and force the page to toggle to wide and with an selected background.

I tried this:

Changed

<li><a href="{$mybb->settings['bburl']}/misc.php?page=rank">Ranking</a></li>

into

<li>
<a class="changewidth wide" href="$mybb->settings['bburl']}/misc.php?page=rank">Ranking</a></li>

But then the page switches to wide but does not open the link.
Next to the force width I also want to select a different background.

Any help would be nice.

Thanks Rev.

Darn, over 50 views and nobody knows how to do it ???

Darn, over 50 views and nobody knows how to do it ???
Well, there is a missing open crly bracket on the href!

(2012-11-11, 08:46 PM)Revdutchie Wrote: [ -> ]Hello,

Is it possible to force the page width and background from a menu link ?
Like I have a menu that link to a ranking page and I want to open the link and force the page to toggle to wide and with an selected background.

I tried this:

Changed

<li><a href="{$mybb->settings['bburl']}/misc.php?page=rank">Ranking</a></li>

into

<li>
<a class="changewidth wide" href="$mybb->settings['bburl']}/misc.php?page=rank">Ranking</a></li>

But then the page switches to wide but does not open the link.
Next to the force width I also want to select a different background.

Any help would be nice.

Thanks Rev.

Darn, over 50 views and nobody knows how to do it ???

Darn, over 50 views and nobody knows how to do it ???
If you can make it more clear what you want to do, then may be i can help you Toungue