MyBB Community Forums

Full Version: Changing Location of Links?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been trying to figure this out for a couple of days.
I wanna figure how to get these buttons:

[Image: buttons.png]



And put them Above or below the logo
Without removing the logo.

Is there anyway to do this?
Of course..

Where do you want it exactly?
Also, a link to your forum too maybe.. so I can see what your current coding is.
(2009-03-05, 02:11 AM)atomicj Wrote: [ -> ]Of course..

Where do you want it exactly?
Also, a link to your forum too maybe.. so I can see what your current coding is.

Above or Below the logo. I might change the pictures to but i know how to do that.
*Read my first post* Just PM the link if you want it to remain private.
Look in your header template, you will see:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

And place the code for the top link icons before the above code.
His theme is custom.
Also, he apparently has someone else helping him on his end.. so this is done.