The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello everyone! I am a complete neeb to this so I'll need a little hand holding for this request.
I would like to add 2 new links to the "Quick Links" nav drop down menu. 1) "My posts" 2) "My Threads" Code:
<li class="popupmenu">
<a href="javascript://" class="popupctrl" accesskey="3">{vb:rawphrase quick_links}</a>
<ul class="popupbody popuphover">
<vb:if condition="$show['member']">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
<li><a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a></li>
</vb:if>
<vb:if condition="$vboptions['forumleaders']">
<li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></li>
Thanks in advance =) P.S. currently running: Version 4.1.0 Patch Level 2 |
|
#2
|
|||
|
|||
|
I see this on several other Vbforums out there so it must be doable. The search resulted in over versions that didn't work with my current version.
|
|
#3
|
|||
|
|||
|
anyone?? no one???
|
|
#4
|
||||
|
||||
|
Have you tried a search? The code is in here - https://vborg.vbsupport.ru/showthread.php?t=227856
Try adding it into the area you posted above (you'll add two new list items - <li>). If you get stuck, post *exactly* the code you have added into the code you posted above. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|