Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
NAVBAR problems Details »»
NAVBAR problems
Version: , by Ohiosweetheart Ohiosweetheart is offline
Developer Last Online: Jul 2011 Show Printable Version Email this Page

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

I'm doing the template edits now. You have navbr template edits, but my estore is on my navbar2 template with the arcade.

This is what the code looks like:

<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">


<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">Calendar</a></td>
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td><if condition="$show['member']"><td id="estoremenu" class="vbmenu_control"><a href="$show[nojs_link]#estoremenu">$vbphrase[estore_name] $vbphrase[estore_menu]</a> <script type="text/javascript"> vbmenu_register("estoremenu"); </script></td>
</if><td class="vbmenu_control"><a href="/forums/misc.php?do=showsmilies$session[sessionurl]">Smilies List</a></td>


</tr>
</table>
</div>

<!-- / nav buttons bar -->
this is the entire template.


Now, you have more code going on the navbar template above the
<!-- / NAVBAR POPUP MENUS -->


That's on a separate template from where my estore code is. So do I place that code still on the navbar template? or on my navbar2 template above?? and if on the navbar2 template... where?

Show Your Support

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

Comments
  #2  
Old 03-06-2006, 10:10 PM
Gamersource Gamersource is offline
 
Join Date: Sep 2005
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think what you mean is... you have your nav button code on one template and your navbar popup menu code in another template? Well... to keep order, it would be wise to put the proper code where it belongs so you won't lose track of it later.

SO... you will need to place the code (assuming you are using ver. 1.2.6):
Code:
<if condition="$show['member']">
	<!-- estore tools menu -->
	<div class="vbmenu_popup" id="estoremenu_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">

		<tr><td class="thead"><a href="estore.php?$session[sessionurl]">$vbphrase[estore_name] $vbphrase[estore_main]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=48">$vbphrase[estore_lottery]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[estore_give_gifts]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=118">$vbphrase[estore_give_ribbons]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=13">$vbphrase[ebux_bank]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[estore_donate]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=16">$vbphrase[estore_thief]</a></td></tr>

		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=richestusers">$vbphrase[ebux_richest_users]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=userhistory">$vbphrase[estore_history]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=mostsold">$vbphrase[estore_most_sold]</a></td></tr>

		<if condition="is_member_of($bbuserinfo['usergroupid'], $vboptions['estore_adminusergroups'])">
			<tr><td class="thead">$vbphrase[estore_admin_only]</a></td></tr>
			<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[estore_admin_donate]</a></td></tr>
		</if>

		</table>
	</div>
	<!-- / estore tools menu -->
	</if>
in the the actual navbar template where, from what I believe you said, has the <!-- / NAVBAR POPUP MENUS --> in it. Out of habit, I simply search for <!-- / user cp tools menu --> and place my popup stuff under that... but that's me.

In short.. yes, you can put the navbar popup code in the navbar template and it will (or should) work.
Reply With Quote
  #3  
Old 03-06-2006, 11:15 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have all my add-on stuff... estore, arcade and other stuff on the additional navbar. It's a vb hack, found here. https://vborg.vbsupport.ru/showthread.php?t=106875

In his screenshots he has drop down (or popup) menus.

so what I'm saying is that I want the estore on my additional navbar, but I don't know where to put the big long code that cmx supplied for the menu, on the additional navbar.

Truthfully, I could do without it anyway. as I don't really like it, lol
Reply With Quote
  #4  
Old 03-06-2006, 11:47 PM
Gamersource Gamersource is offline
 
Join Date: Sep 2005
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can try this:

Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">Calendar</a></td>
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td><if condition="$show['member']"><td id="estoremenu" class="vbmenu_control"><a href="$show[nojs_link]#estoremenu">$vbphrase[estore_name] $vbphrase[estore_menu]</a> <script type="text/javascript"> vbmenu_register("estoremenu"); </script></td>
</if><td class="vbmenu_control"><a href="/forums/misc.php?do=showsmilies$session[sessionurl]">Smilies List</a></td>

</tr>
</table>
</div>

<if condition="$show['member']">
	<!-- estore tools menu -->
	<div class="vbmenu_popup" id="estoremenu_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">

		<tr><td class="thead"><a href="estore.php?$session[sessionurl]">$vbphrase[estore_name] $vbphrase[estore_main]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=48">$vbphrase[estore_lottery]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[estore_give_gifts]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=118">$vbphrase[estore_give_ribbons]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=13">$vbphrase[ebux_bank]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[estore_donate]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=16">$vbphrase[estore_thief]</a></td></tr>

		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=richestusers">$vbphrase[ebux_richest_users]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=userhistory">$vbphrase[estore_history]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=mostsold">$vbphrase[estore_most_sold]</a></td></tr>

		<if condition="is_member_of($bbuserinfo['usergroupid'], $vboptions['estore_adminusergroups'])">
			<tr><td class="thead">$vbphrase[estore_admin_only]</a></td></tr>
			<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[estore_admin_donate]</a></td></tr>
		</if>

		</table>
	</div>
	<!-- / estore tools menu -->
	</if>
<!-- / nav buttons bar -->
It should work.
Reply With Quote
  #5  
Old 03-07-2006, 12:06 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gamersource
You can try this:

Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
 
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">Calendar</a></td>
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td><if condition="$show['member']"><td id="estoremenu" class="vbmenu_control"><a href="$show[nojs_link]#estoremenu">$vbphrase[estore_name] $vbphrase[estore_menu]</a> <script type="text/javascript"> vbmenu_register("estoremenu"); </script></td>
</if><td class="vbmenu_control"><a href="/forums/misc.php?do=showsmilies$session[sessionurl]">Smilies List</a></td>
 
</tr>
</table>
</div>
 
<if condition="$show['member']">
	<!-- estore tools menu -->
	<div class="vbmenu_popup" id="estoremenu_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
 
		<tr><td class="thead"><a href="estore.php?$session[sessionurl]">$vbphrase[estore_name] $vbphrase[estore_main]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=48">$vbphrase[estore_lottery]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[estore_give_gifts]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=118">$vbphrase[estore_give_ribbons]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=13">$vbphrase[ebux_bank]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[estore_donate]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=16">$vbphrase[estore_thief]</a></td></tr>
 
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=richestusers">$vbphrase[ebux_richest_users]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=userhistory">$vbphrase[estore_history]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=mostsold">$vbphrase[estore_most_sold]</a></td></tr>
 
		<if condition="is_member_of($bbuserinfo['usergroupid'], $vboptions['estore_adminusergroups'])">
			<tr><td class="thead">$vbphrase[estore_admin_only]</a></td></tr>
			<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[estore_admin_donate]</a></td></tr>
		</if>
 
		</table>
	</div>
	<!-- / estore tools menu -->
	</if>
<!-- / nav buttons bar -->
It should work.

Nope, it's not working at all... the estore isn't even showing up on the additional navbar. It was before, but with the new phrase... for some reason it isn't, even if I take off the pop up menu coding.
Reply With Quote
  #6  
Old 03-07-2006, 04:54 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sorry for starting a new thread but the one I started last night won't let me post in it, for some odd reason. :ermm:

I'm still having a problem being able to add the estore to my additional navbar as it doesn't have the correct code in it. Could someone please help me???
Someone did try but their solution didn't work.

Here is the other thread with the details... https://vborg.vbsupport.ru/showthrea...798#post917798

CMX... please help??
Reply With Quote
  #7  
Old 03-07-2006, 04:58 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Merged Threads. I don't see why you would not be able to post here.

You replied to this thread 3 minutes before you started the new one (now merged)?????
Reply With Quote
  #8  
Old 03-07-2006, 05:59 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you PM me with the URL to ur forums admin cp and give me admin access with can administer styles and plugins, I can look into the problem for you and fix it.

-CMX
Reply With Quote
  #9  
Old 03-07-2006, 07:09 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i got around this issue by disabling the navbar plugin, and creating my own dropdown for the estore......makes it a hell of a lot tidier too, as my navbar, and navbar2, were crammed full already.
Reply With Quote
  #10  
Old 03-07-2006, 09:15 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarcoH64
Merged Threads. I don't see why you would not be able to post here.

You replied to this thread 3 minutes before you started the new one (now merged)?????
no... I replied to this thread and it kept adding my posts to the same post saying I was double posting... THAT's why I started the new one.
Reply With Quote
Reply


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 11:15 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.04569 seconds
  • Memory Usage 2,319KB
  • Queries Executed 25 (?)
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_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete