Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > uCash & uShop
possible help for my header? Details »»
possible help for my header?
Version: , by Sin City Sin City is offline
Developer Last Online: May 2011 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-31-2005 Last Update: Never Installs: 0
 
No support by the author.

every style i've added the store to has looked fine except for one... the coding that goes into the navbar/header for the Store link looks way out of place.... i asked the guy who made the style on his forums, but it appears as though my question will just be ignored there so i thought i'd ask here

below is a screenshot of how it looks... i tried to recode it to look like the others, but that didn't work... neither did trying to code it without all of the "script" portions... any help would be appreciated

Download Now

File Type: (21.4 KB, 16 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-31-2005, 05:48 AM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

post your navbar template..its probably a td class problem
Reply With Quote
  #3  
Old 03-31-2005, 07:02 AM
Sin City Sin City is offline
 
Join Date: May 2003
Location: Florida
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

he actually put all that in the header...thank you for the reply

PHP Code:
<div align="center">
<
table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F7F7F7">
<
tr>
 <
td align="left" valign="top" width="23" style="background-image:url($stylevar[imgdir_misc]/vizion_ls.gif) "><img src="$stylevar[imgdir_misc]/vizion_ls.gif" width="23" alt="" /></td>
<
td>
<
table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
<
tr>
  <
td align="center" valign="top">
<
table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#222C48">
    <
tr>
        <
td width="160" height="80"><img src="$stylevar[imgdir_misc]/pro_header_top_ls.gif" width="160" height="80" alt="" /></td>
            <
td  width="100%" style="background-image:url($stylevar[imgdir_misc]/pro_header_top_x.gif) "><img src="$stylevar[imgdir_misc]/spacer.gif" width="100%" height="80" alt="" /></td>
        <
td width="5" height="80"><img id="proheader_rs" src="$stylevar[imgdir_misc]/pro_header_rs.gif" width="5" height="80" alt="" /></td>
                  <
td width="160" height="80" align="right"><img src="$stylevar[imgdir_misc]/pro_header_top_rs.gif" width="160" height="80" alt="" /></td>
          </
tr>
     </
table>
     <
table width="100%" style="background-image:url($stylevar[imgdir_misc]/pro_header_nav_x.gif) " border="0" cellpadding="0" cellspacing="0" bgcolor="#222C48">
    <
tr>
        <
td width="5" height="25"><img id="pro_header_nav_ls" src="$stylevar[imgdir_misc]/pro_header_nav_ls.gif" width="5" height="25" alt="" /></td>
        <
td width="100%">
        <!-- 
nav buttons bar -->
<
div align="center">
    <
table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center" style="background-image:url($stylevar[imgdir_misc]/pro_header_nav_x.gif) ">
    <
tr align="center">    
        <
td class="hnav"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>
        
        <if 
condition="$show['member']">
            <
td class="hnav"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
        </if>
        <if 
condition="$show['registerbutton']">
            <
td class="hnav"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
        </if>
                <
td id="shop" class="vbmenu_control"><a href="#shop">Store</a><script type="text/javascript"vbmenu_register("shop");</script></td>
        <
td class="hnav"><a href="faq.php?$session[sessionurl]accesskey="5">$vbphrase[faq]</a></td>
        <
td class="hnav"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>

        <if 
condition="$show['popups']">        
            <if 
condition="$show['searchbuttons']">
                <if 
condition="$show['member']">
                <
td class="hnav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <
td class="hnav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
                <
td id="navbar_search" class="hnav"><a href="search.php?$session[sessionurl]accesskey="4">$vbphrase[search]</a> <script type="text/javascript"vbmenu_register("navbar_search"); </script></td>
            </if>
            <if 
condition="$bbuserinfo['userid']">
                <
td id="usercptools" class="hnav"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"vbmenu_register("usercptools"); </script></td>        
            </if>
        <else />        
            <if 
condition="$show['searchbuttons']">
                <
td class="hnav"><a href="search.php?$session[sessionurl]accesskey="4">$vbphrase[search]</a></td>
                <if 
condition="$show['member']">
                <
td class="hnav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <
td class="hnav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
            </if>
            <
td class="hnav"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
            <if 
condition="$bbuserinfo['userid']">            
                <
td class="hnav"><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="$bbuserinfo['userid']">
            <
td class="hnav"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]onclick="return log_out()">$vbphrase[log_out]</a></td>
        </if>
    </
tr>
    </
table>
</
div>
<!-- / 
nav buttons bar -->

        </
td>
        <
td width="6" height="25"><img id="pro_header_nav_rs" src="$stylevar[imgdir_misc]/pro_header_nav_rs.gif" width="6" height="25" alt="" /></td>
    </
tr>
    
</
table>
<!-- 
end pro_vizion header-->



<!-- 
begin main inner table area-->
<
table border="0" width="100%" cellpadding="10" cellspacing="0" bgcolor="#F7F7F7">
<
tr><td>
<
table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EDEDED">
  <
tr>
    <
td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/ls_main_table_top.gif" width="12" height="8" alt="" /></td>
    <
td width="100%" align="left" valign="top"><img src="$stylevar[imgdir_misc]/expand_main_table.gif" width="100%" height="8" alt="" /></td>
    <
td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/rs_main_table_top.gif" width="12" height="8" alt="" /></td>
  </
tr>
</
table>
<!-- 
content table -->
<
table bgcolor="#f7f7f7" width="100%" cellpadding="0" cellspacing="0" border="0">
<
tr>
  <
td>



$spacer_open

$_phpinclude_output 
Reply With Quote
  #4  
Old 03-31-2005, 07:54 AM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

change:

PHP Code:
                <td id="shop" class="vbmenu_control"><a href="#shop">Store</a><script type="text/javascript"vbmenu_register("shop");</script></td
to:

PHP Code:
                <td id="shop" class="hnav"><a href="#shop">Store</a><script type="text/javascript"vbmenu_register("shop");</script></td
Reply With Quote
  #5  
Old 03-31-2005, 08:07 AM
Sin City Sin City is offline
 
Join Date: May 2003
Location: Florida
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i knew it would be something easy lol... thank you Tank.. you are awesome ... if you need something, just let me know
Reply With Quote
  #6  
Old 03-31-2005, 10:59 AM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no problem
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:41 PM.


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.13088 seconds
  • Memory Usage 2,358KB
  • Queries Executed 20 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete