The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
UserCP Drop Down
have always had a usercp drop down similar to here at vb.og, however all my drop down menus vanish when upgrading to 3.7.0 RC2. Is there a simple way to get them back or advice or doing a new drop down menu for CP please.
|
#2
|
|||
|
|||
you have some templates that need to be reverted to make them work, like the navbar and headinclude that contains the proper javascripts.
btw, backup your templates because you will loose your modifications on revert. |
#3
|
|||
|
|||
Yes, the UserCP drop down released by Princeton doesn't function correctly in 3.7. I'm going to be trying get it work on my dev board.
|
#4
|
|||
|
|||
Yep I'm having a play with it as well
--------------- Added [DATE]1207159402[/DATE] at [TIME]1207159402[/TIME] --------------- Actually its does work (dont forget the template edits) although its of limited use now with 3.7.0 RC2 unless you move stuff out of the Quick links |
#5
|
|||
|
|||
What did you do to get it work? What code did you change?
|
#6
|
|||
|
|||
FIND IN navbar:
Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> Code:
<if condition="$show['member']"> <td id="usercpoptions" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a> <script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td> </if> Code:
<!-- / PAGENAV POPUP --> </if> Code:
<!-- / PAGENAV POPUP --> </if> <if condition="$show['popups'] AND $show['member']"> <div class="vbmenu_popup" id="usercpoptions_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" align="$stylevar[left]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr> <if condition="$show['pmstats']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if> <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr> <if condition="$show['siglink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if> <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr> <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr> <tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr> <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr> </table> </div> </if> |
#7
|
|||
|
|||
That is from Princetons hack, and as I said -- it doesn't function correctly in vB 3.7.
|
#8
|
|||
|
|||
It does, upload product with overwrite and redo template edits
|
#9
|
|||
|
|||
Why do you need to upload a product for a userCP drop down menu... That is for the images inside UserCP.
|
#10
|
|||
|
|||
I agree with you. Solution: install product do templates as required then disable product.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|