MyBB Community Forums

Full Version: Condition and vb navbar for 1.20
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
This is a really stupid question, and I'm sure its been answered in this thread before.. but I'm lazy! Smile

Do we replace all the code that you told us to in our templates? as in, delete -> copy -> paste?

Thanks
Yes exactly Smile

Just copy the codes and delete the others and paste the codes that you coppied
Works pretty nice... one small problem though.
First problem, it shows "User CP" and "Search" in white text, and the rest in black...

[Image: twosmlprob2cL7.jpg]

Thanks alot! Smile
It's not working fine as far as I can see. You have not uploaded the functions.php and class_templates.php.


Did you also delete the "0"s from header ? You shouldn't


[attachment=4326]

Do you want the menu black or white?


In header_welcomeblock_member

change the

<font color="black"> to <font color="white">
has anyone tested this code in OPERA? Doesnt work for me
arashpour Wrote:has anyone tested this code in OPERA? Doesnt work for me
Opera 9.01 uses some odd standards when it comes to rendering pages, so it may not be displayed properly.
When user click on the control pannel in IE,everything is normal. But when we move the mouse the links that are below, the opening window becomes narrower as you see in the picture below.

[Image: 20061008160130tu6.gif]
Find {$welcomeblock} in header delete it

Replace the {$welcomeblock} as blow

<!-- / breadcrumb, login, pm info -->

<table cellpadding="5" cellspacing="0" width="100%">
<tr>
<td class="tcat">{$welcomeblock}</b></a></td>
<td class="tcat" align="center"><a href="{$mybb->settings['bburl']}/index.php"><b>Ana Sayfa</b></a></td>
Thank you! @oktay
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17