The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Subscribed Threads Dropdown In NavBar
Does anyone know of or know how to add a dropdown to the navbar that shows a list of the users subscribed threads?
Just a simple "Subscribed Threads" link that opens a dropdown to display the subscribed threads on the usercp page would be amazing. Any ideas? |
#2
|
||||
|
||||
To add a drop down to your navbar to show members subscribed threads could stretch down the page.
I would suggest just adding a link to a members subscribed threads which will take them to their subscribed threads page. To add the link search in your navbar template. Find: Code:
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|