Customers SupportDocumentation




Reply
 
Thread Tools
  #1  
Old 30-05-2009, 10:14 AM
Member
 
Join Date: Jan 2008
Posts: 71
Drop Down Box For Seasons Style

I appreciate there's a guide on vbulletin.org but I just don't get it. Could someone perhaps help me with the code?

I want the menu item to be named "MaxJax Services" and the first menu item on the drop down named "MaxJax GO" then the second, "Max Mail"

I appreciate any help given.

Greg
Reply With Quote
  #2  
Old 04-06-2009, 10:24 PM
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
Re: Drop Down Box For Seasons Style

Hello,

To be honest I can't explain it any simpler than Kerry-Anne has in her guide here: http://www.vbulletin.org/forum/showthread.php?t=122523

Where do you get stuck?
Reply With Quote
  #3  
Old 12-06-2009, 01:47 PM
Member
 
Join Date: Jan 2008
Posts: 71
Re: Drop Down Box For Seasons Style

Hey, i've just followed this guide - I added the relevant code to the navbar template except for the last part with the divs, which I added to the header template.

header template;

Code:
<!-- vB Skin Zone - Seasons 3.7.0 - 1.0.0 -->
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>

<table width="100%" border="0" cellspacing="0" cellpadding="0">  
    <tr>
      <td><a href="/discussion/index.php"><img border="0" src="http://www.maximum-jackson.com/discussion/styles/seasons-red/banner/O2red1.jpg" alt="" /></a></td>    
        <td width="100%" style="background: url(http://www.maximum-jackson.com/discussion/styles/seasons/banner/middle.jpg) repeat-x;"></td>
        <td><a href="http://www.maximum-jackson.com/discussion/forumdisplay.php?f=40"><img border="0" src="http://www.maximum-jackson.com/discussion/styles/seasons-red/banner/O2red.jpg" alt=""></a></td>  
    </tr>
</table>
</tr>
<!-!>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
    <td align="$stylevar[left]" width="80%">&nbsp;</td>
    <td align="$stylevar[right]" id="header_right_cell" valign="bottom">
        <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        <br />
        <!-- nav buttons bar -->
        <div class="nav_container">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="nav_left" width="10px"></td>
<!-- portal link (seasons)-->
<!-- forum link (seasons)-->
    <if condition="$show['member']">
        <td class="nav"><a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
    </if>
    <if condition="$show['registerbutton']">
        <td class="nav"><a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
    </if>
<!-- projects link (seasons)-->
<div class="vbmenu_popup" id="custommenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">Custom Menu</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
content row
</td>
</tr>
</table>
</div>
<!-- blog link (seasons)-->
    <td class="nav"><a href="$vboptions[bburl]/faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<if condition="$show['member']">
<td id="vbbloglinks" class="nav"><a href="blog.php$session[sessionurl_q]">$vbphrase[blogs]</a><script type="text/javascript">vbmenu_register("vbbloglinks"); </script></td>
</if>
        <if condition="$show['communitylink'] AND $show['popups']">
            <td class="nav"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
        <else />
            <if condition="$vboptions['enablememberlist']">
                <td class="nav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
            </if>
            <if condition="$show['quick_links_groups']">
                <td class="nav"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td>
            </if>
        </if>
<td class="nav"><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]">Arcade</a></td>
         <td class="nav"><a href="$vboptions[bburl]/rules.php$session[sessionurl_q]">Rules and Guidelines</a></td>
    <td class="nav"><a href="$vboptions[bburl]/calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
    <if condition="$show['popups']">        
        <if condition="$show['searchbuttons']">
            <if condition="$show['member']">
            <td class="nav"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
            <else />
            <td class="nav"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
            </if>
            <td id="navbar_search" class="nav"><a href="$vboptions[bburl]/search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
        </if>
        <if condition="$show['member']">
            <td id="usercptools" class="nav"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>        
        </if>
    <else />        
        <if condition="$show['searchbuttons']">
            <td class="nav"><a href="$vboptions[bburl]/search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
            <if condition="$show['member']">
            <td class="nav"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
            <else />
            <td class="nav"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
            </if>
        </if>
        <td class="nav"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
        <if condition="$show['member']">            
            <td class="nav"><a href="#" onclick="window.open('$vboptions[bburl]/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_contacts]</a></td>            
        </if>            
    </if>
    $template_hook[navbar_buttons_right]
    <if condition="$show['member']">
        <td class="nav"><a href="$vboptions[bburl]/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>
    </if>
    <td class="nav_right" width="10px"></td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
        </td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open
<div class="pb_lside"><div class="pb_rside">
<img src="$stylevar[imgdir_misc]/crn_tl.gif" width="18" height="81" alt="" style="float:left;" />
<img src="$stylevar[imgdir_misc]/crn_tr.gif" width="18" height="81" alt="" style="float:right;" />
<div class="forum_container">
$_phpinclude_output

$ad_location[ad_header_end]
Reply With Quote
  #4  
Old 12-06-2009, 01:53 PM
Member
 
Join Date: Jan 2008
Posts: 71
Re: Drop Down Box For Seasons Style

I've attached the navbar template as a txt doc because of the character limit >.<

This is the result - http://img269.imageshack.us/img269/3548/navbary.jpg
Attached Files
File Type: txt navbartemplate.txt (14.0 KB, 169 views)
Reply With Quote
  #5  
Old 12-06-2009, 01:53 PM
Member
 
Join Date: Jan 2008
Posts: 71
Re: Drop Down Box For Seasons Style

Double Post
Reply With Quote
  #6  
Old 15-06-2009, 12:40 AM
Member
 
Join Date: Jan 2008
Posts: 71
Re: Drop Down Box For Seasons Style

No disrespect intended but.. 3 days? This forums activity is sooo low right now, upsetting for a place that has soo much potential with good products.
Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seasons style displaying incorrectly. tekguru General Questions 7 23-01-2009 08:57 PM
2nd drop down menu issue. yobromofo Site Help, Feedback and Suggestions 5 01-11-2008 04:46 PM
Seasons Style Button? Spoky General Questions 2 01-01-2008 12:37 PM
Seasons Style error? OttoBomb Pre-Sales Questions 3 20-08-2007 10:20 AM
"Seasons" Style Released! admin Announcements 2 15-08-2007 08:22 PM


All times are GMT. The time now is 01:37 PM.