PDA

View Full Version : Working Around an Error:


doc1975
02-04-2008, 03:12 PM
I'm looking to work around an issue i've encountered since installing a skin to my forum. The skin was purchased from forummonkeys.com, the skins name 'versionj'. The issue I am experiencing is that when I click on either the 'search' or 'quick links' button on the navbar, the pop-up menu ends up being partially blocked as there is a flash banner below the navbar, see the example screenshot below:

http://www.reptilejunction.com/photos/data/500/menu_behind_banner.jpg

Now, my idea to work around this as I have been advised that flash likes to be on top of any and everything, is to move the banner area ABOVE the navbar so it goes from this (current layout):

http://www.reptilejunction.com/photos/data/511/header_before.jpg

to this (preferred layout):

http://www.reptilejunction.com/photos/data/511/header_after.jpg

Now with that said, I know nothing about coding, but I can cut/paste/insert like nobody's momma! I have been tinkering with the versionj header template, and have been able to move the navbar below the banner section, but the other parts end up jumbled such as the red welcome block, ends up moving from its current position, to above the navbar - so i've left it be...

I am keeping my finger crossed, and hoping that by providing the header code, someone could PLEASE tell me exactly what I need to do to accomplish this...

thanks in advance!

Header code:

<!-- logo -->
<a name="top"></a>
<div style="width:$stylevar[outertablewidth];margin:0 auto;">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-color:white;">
<tr>
<td align="$stylevar[left]" width="196"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td id="rightcol2">

<!-- nav buttons bar -->

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">

<tr align="center"><td align="right"><img src="$stylevar[imgdir_misc]/mnleft.gif" border="0" alt="" /></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<td class="vbmenu_control"><a href="http://www.reptilejunction.com/links/index.php">Directory</a></td>
<td class="vbmenu_control"><a href="http://www.reptilejunction.com/forums/index.php">Forums</a></td>

<td class="vbmenu_control"><a href="http://www.reptilejunction.com/photos/index.php">Photo Gallery</a></td>
<td class="vbmenu_control"><a href="http://www.reptilejunction.com/classifieds/index.php">Classifieds</a></td>
<td class="vbmenu_control"><a href="http://www.reptilejunction.com/forums/blog.php">Blogs</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td align="left"><img src="$stylevar[imgdir_misc]/mnright.gif" border="0" alt="" /></td>

</tr>
<tr>
<tr align="center"><td align="right"><img src="$stylevar[imgdir_misc]/mnleft.gif" border="0" alt="" /></td>
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
$cyb_frules_link
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<if condition="$show['member']">
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</if>
<if condition="$show['member']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>$cyb_paypal_donate_link
</if>
<td align="left"><img src="$stylevar[imgdir_misc]/mnright.gif" border="0" alt="" /></td>
</tr>
</table>
<!-- / nav buttons bar -->
</td>
</tr></table>

<table width="$stylevar[outertablewidth]" cellpadding="10" cellspacing="0" align="center" style="background-color:white;">
<tr>
<!-- aaa -->
<td valign="top" id="leftcol3" width="190" <if condition="!$show['guest']"> style="background: #fff url($stylevar[imgdir_misc]/welcome1.gif) no-repeat;padding-left:10px;"</if>><if condition="$show['guest']"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/register1.gif" border="0" alt="$vbphrase[register]" /></a><else /><center><span style="padding-left:40px;color:white;font-weight:bold;"> <br /><br /><br />$bbuserinfo[username]</span></center></if>
</td>
<td valign="top" id="rightcol3">
<table cellpadding="0" cellspacing="0" style="width:100%;background-image:url($stylevar[imgdir_misc]/black_repeat.gif);background-repeat:repeat-x;background-color:white;">
<tr>

<td style="width:100%;background-image:url($stylevar[imgdir_misc]/blackbg_main.gif);background-repeat:no-repeat;">

<div align="center"><object width="468" height="72">
<param name="movie" value="primary_ban_01.swf">
<embed src="http://www.reptilejunction.com/banners/primary_ban_01.swf" width="468" height="72">
</embed>
</object></div>

</td>
<td width="5"><img src="$stylevar[imgdir_misc]/black_cap.gif" alt="" /></td>
</tr>
</table>

</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

http://www.reptilejunction.com/forums

nexialys
02-04-2008, 03:14 PM
the flash banner is the problem, so i would suggest you move it above the navbar... Flash is not able to handle the vBulletin Popups system, so it do the exact same thing you see each time.

doc1975
02-04-2008, 03:28 PM
Thanks nexialys, but just as you mentioned, that is what I am looking to do, and have requested assistance in doing so as mentioned in my initial post... see the screenshots?

--------------- Added 1202223816 at 1202223816 ---------------

Anyone?

zeus_r6
03-31-2008, 04:01 PM
I have the same exact issue with mine