MyBB Community Forums

Full Version: condition and vb navbar
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
on the header template... find this:
<td class="tcat" align="center"> <a href="$settings[bburl]/misc.php?action=help"><b>$lang->toplinks_help</b></a></td>
and under that... add this: $admincplink

then... on the header_welcomeblock_member_admin... replace everything with this:
<td class="tcat" align="center"><b><a href="$settings[bburl]/$config[admindir]/index.php">$lang->welcome_admin</a></b></td>
Anyone can help me with this? Check image below...

[Image: vb1yj.gif]

This problem only happens with IE...anyone can help?
sorry for bringing this up again but i need some help. how do i fix this.
Make sure you've uploaded the necessary images to the correct location.
Can someone totally adapt this to 1.2. It doesn't need to work after I reinstalled it.
It does not work some codes changed like instead of usin $mybbuser you have to change it with $mybb->user but that is not all the Usercp permission also has to be changed
For conditionals and not the navbar

in inc/functions.php:
Search for:
/**
 * Outputs a page directly to the browser, parsing anything which needs to be parsed.
 *
 * @param string The contents of the page.
 */
(it's near the very top of the file) rather than previously told to search for.

And in inc/class_templates:
Search for:
$template = str_replace("\\'", "'", $db->escape_string($template));
Rather than what's previously suggested.

The code to add remains the same.

For the vB navbar, I can't help you with that.
I tried, belloman... it's not working for me. Sad

EDIT: Got it sorted out. Smile
for Mybb 1.2 go here
maygad Sad 1,1 modifikasyonları gitti.Sad gidicek şimdi bi de 1,2 ye gidip vb navbarını tekrar mı kurucaz Sad
Pages: 1 2 3 4 5 6 7 8 9 10 11 12