Quote:
Originally Posted by MrRem
My original problem was the leaderboard ad but was easily fixed as i had left an additional <div> tag in which caused it to shift out of line.
I am downloading the update now to see if it fixes the profile tabs area.
EDIT: Tabs have appeared.
Although I'm sure there was an xboxlive one that is missing.
I'm going to check to see if that is just a template hook that was commented out again.
Also the template hooks on the Navbar.
They are commented out, but when commented back in, the links that appear dont display like the other Navlinks. Why is this?
This is the left hook uncommented:

Why are the links on the right?
Why are they in black and not like the rest of the theme?
I LOVE this theme and really want to just iron out the last few bugs 
|
in fact no error in the theme :/ only profile pages in tabs problem was due to page transition effects! also hurry up when i had forgotten to fix the size of postbit avatar.
all other errors! all user errors
e.g.
your problems on your top menu! have added a new link in the menu table and therefore not take it no style.
you have to do!
in
header template find;
Code:
<if condition="$show['member']"><li><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')" title="$vbphrase[log_out]">$vbphrase[log_out]</a></li></if>
and this code over! in this way, you must add a new link;
Code:
<li><a href="#" title="">New Link</a></li>
OK!