Quote:
Originally Posted by oddmud
Can't find any of the code you've listed here in vB 4.1
Any updates?
|
I just tested it on (vBulletin 4.1.0 Beta 1) and works well.
you need to delete this code:
PHP Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
and replace with the new code
PHP Code:
<div id="header_wrapper">
<div id="logo_main">
<a name="top" href="{vb:raw vboptions.site_tab_url}{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a>
</div>
<div id="banner_ad_top">
{vb:raw ad_location.global_header2}
</div>
</div>
<!-- End Custom Header -->
So do not forget to add css codes into vbulletin.css and delete
{vb:raw ad_location.global_header2}
from header template so everything work well as syrus.xl posted.