![]() |
|
#1
|
|||
|
|||
|
Hello,
I've upgraded to vBadvanced CMPS 3.0 and all works fine except the sub-menus that appears in homepage when you click in "Search" or "Quick Links" that submenu doesn't appear... all others links in navbar are OK, but these menus doesn't appear... When I go into forum pages these menus work fine, so it may be any problem with vBadvanced installation or upgrade Can anybody help me? Thanks in advance |
|
#2
|
|||
|
|||
|
I think you have double navbar or some java that conflicts with the search and quicklink.
|
|
#3
|
|||
|
|||
|
A have a double navbar, but before update all works fine, and in the forum's pages all works fine...
|
|
#4
|
|||
|
|||
|
You can test the problem in
http://www.ojodigital.com If you go to http://www.ojodigital.com/foro works fine PD. You must be registered to test the problem |
|
#5
|
||||
|
||||
|
Do you have a test account I could login with so I can see the menus?
|
|
#6
|
|||
|
|||
|
Sorry... I haven't been at home past week, the test acount:
Username: test Password: 1234 Thanks in advance |
|
#7
|
||||
|
||||
|
From what I can tell, it looks like you've moved the links that are typically in the 'navbar' template to the 'header' template, but not the code for the menus. Since you have the navbar disabled on the CMPS, that code is never called. If you edit your navbar template and move the code for those menus to the header template, that should take care of the issue.
|
|
#8
|
|||
|
|||
|
I'll try to correct it... thanks
|
|
#9
|
|||
|
|||
|
I am having the same problem. I moved everything from the navbar template between the "nav buttons bar" comments to the header template. Now my Search and Quick Links no longer work.
Here is what is in my nav buttons bar code in the template: PHP Code:
|
|
#10
|
|||
|
|||
|
Scratch that.
For anyone else that experiences this problem, you need to also move this code into the header template or your equivalent between the "navbar popup menu" comments: PHP Code:
|
|
#11
|
|||
|
|||
|
Hey SFnet,
I have the same problem here, my header code looks the same like yours: Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td style="background: url(http://www.dutchracingleague.com/forum/styles/drl08/bg_left.gif) repeat-y top right;">
</td>
<td valign="top" width="95%">
<!-- logo -->
<a name="top"></a>
<div class="bn_tbg"><div class="bn_tl"><div class="bn_tr"></div></div></div>
<div class="bn_mbg"><div class="bn_ml"><div class="bn_mr"></div></div></div>
<div class="bn_btbg"><div class="bn_btl"><div class="bn_btr">
<!-- nav buttons bar -->
<div align="center" style="padding-left:98px;padding-right:98px;padding-top:5px;">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border:0px">
<tr align="center">
<if condition="$show['member']">
<!-- start additional buttons -->
<td class="vbmenu2_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]/<if condition="$session[sessionurl]">?$session[sessionurl]</if>"> Forum<else /> <a href="$vboptions[homeurl]"> Home </a></if></td>
<!-- end additional buttons -->
<td class="vbmenu2_control"><a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu2_control"><a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<td class="vbmenu2_control"><a href="$vboptions[bburl]/faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu2_control"><a href="$vboptions[bburl]/memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu2_control"><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="vbmenu2_control"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu2_control"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="vbmenu2_control"><a href="$vboptions[bburl]/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="vbmenu2_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="vbmenu2_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu2_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu2_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu2_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="vbmenu2_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&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="vbmenu2_control"><a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
</div></div></div>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Thanks in advance! (as you see i've hard edited the code to display my image to the side of the page... dirty, but works )
|
|
#12
|
|||
|
|||
|
Did you follow the last step?
|
|
#13
|
|||
|
|||
|
To be honest... I don't know where to put it... the header template part is clear, but on which line...
|
|
#14
|
||||
|
||||
|
You just need to add that code on the last line of your header template.
|
|
#15
|
|||
|
|||
|
Quote:
|
|
#16
|
|||
|
|||
|
I have the same issue. Although adding the Navbar popup code to my header did fix my Search popup it didn't work for the Quicklinks. Any ideas on that one?
Thanks. |
|
#17
|
||||
|
||||
|
Sounds like you missed the code for the quick links menu when you moved the other menu to your header template.
|
|
#18
|
|||
|
|||
|
Quote:
|
|
#19
|
||||
|
||||
|
You need to also move this code from your navbar template to your header template.
PHP Code:
|
|
#20
|
|||
|
|||
|
I copied that code along with the code for the search. Still doesn't work though on the front page.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with links search for guests. | neverstop | Bugs From 2.0.1 | 2 | 10-03-2007 12:54 PM |
| Navbar search link fine... but pulldown links aren't... | BUZZKILLER | Troubleshooting & Problems | 7 | 02-06-2006 04:49 PM |
| Qucik Links/Search problems | poongamer | Troubleshooting & Problems | 2 | 12-16-2005 06:46 PM |
| Qucik Links/Search problems | skullhunter | Troubleshooting & Problems | 2 | 12-16-2005 01:56 PM |
| Navbar quick search form | Roms | Modifications | 0 | 10-15-2004 01:40 PM |