Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do i change the banner?
#1
Ok so i have my own custom banner up but i have a theme that makes a box appear next to it saying "YOUR BANNER HERE".

1, how do i get rid of that
2, how do i center the banner.
Reply
#2
I'm assuming you're using DigitART Xtreme, as that is the only one I've seen do that.

Muncey Wrote:1, how do i get rid of that
If you indeed are using DigitART Xtreme, then go to:
Admin CP -> Templates -> Modify / Delete -> DigitART Xtreme Templates -> Expand -> header
Then just remove:
Code:
<div style="padding: 40px;padding-left:0px;padding-right:10px;float:right;"><img src="$theme[imgdir]/banner.gif"/></div>
from that textbox. This is directly below:
Code:
<a name="top"></a>
That should do it for that, as I jsut tried it on my test forum Wink

Muncey Wrote:2, how do i center the banner.
Go into the same template as I described above and find:
Code:
<div class="logo" style="background:#fff url('$theme[imgdir]/logobg.gif');">
Replace that with:
Code:
<div class="logo" style="background:#fff url('$theme[imgdir]/logobg.gif'); text-align: center;">
And that should do it for this one. Once again, this is assuming you are using DigitART Xtreme...

Edit: And I'm moving this to Themes and Templates Support.
Reply
#3
Thanks but i changed it back to the MyBB Pro, how do i center it now?
Reply
#4
Admin CP -> Templates -> Modify / Delete -> Default Templates -> Expand -> header

Find:
Code:
<div class="logo">
Replace that with:
Code:
<div class="logo" align="center">
That should do it.

By MyBB Pro, I assume you mean the default...
Reply
#5
If I am with another theme. How do I change the banner?
[Image: DarkheroBanner2forme.png]
[Image: AkatsukiGirl.png]
Reply
#6
To change the banner, simply go to Admin CP -> Themes -> Modify/Delete -> YOUR THEME -> Edit Theme Style -> Forum Logo and change that to the URL to your logo.
Reply
#7
Hi,

i tried to change my banner...but it didn't work. it still shows the standard banner.

my style: "Sweet Nothings Blue"

my boardurl: indigoboard.createmybb.com

how do i fix this?
I deleted my account.
Reply
#8
Go into the Admin CP -> Templates -> Modify/Delete -> Sweet Nothings Blue -> *expand* -> header and search for this:
Code:
<a href="$settings[bburl]/index.php" title="$settings[bbname]"><img src="$theme[imgdir]/misc/header/h2_logo.gif" alt="" border="0" /></a>
Replace it with this:
Code:
<a href="$settings[bburl]/index.php" title="$settings[bbname]"><img src="URL TO YOUR LOGO HERE" alt="" border="0" /></a>
Where the URL TO YOUR LOGO HERE is the URL to your logo Smile
Reply
#9
thanks, workes fine now Smile
I deleted my account.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)