Log in

View Full Version : Subscribed Threads Dropdown In NavBar


Jezlad
04-13-2012, 05:08 PM
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?

blind-eddie
04-15-2012, 01:51 AM
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:

<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>

Add below:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td>
</if>

But this very link is in the quick links dropdown already.