vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Working Around an Error: (https://vborg.vbsupport.ru/showthread.php?t=169636)

doc1975 02-04-2008 03:12 PM

Working Around an Error:
 
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/photo...ind_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/photo...der_before.jpg

to this (preferred layout):

http://www.reptilejunction.com/photo...ader_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:

PHP 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,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=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 [DATE]1202223816[/DATE] at [TIME]1202223816[/TIME] ---------------

Anyone?

zeus_r6 03-31-2008 04:01 PM

I have the same exact issue with mine


All times are GMT. The time now is 07:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01128 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete