Dream
07-02-2005, 10:00 PM
Description
Adds "Subscribed Threads Replied: x" to the navbar under the private messages link, when there are subscribed threads with new replies.
Installation
Edit "navbar" template, find
$vbphrase[private_messages_nav]</phrase></if>
replace for
$vbphrase[private_messages_nav]</phrase></if>$subscribed_threads_replied
Upload the plug-in and activate it.
Info
1 template edit (navbar)
1 plug-in (global_start hook)
1 query added
(0.2) fixed a bug, forgot to escape $session[sessionurl] in the link
Adds "Subscribed Threads Replied: x" to the navbar under the private messages link, when there are subscribed threads with new replies.
Installation
Edit "navbar" template, find
$vbphrase[private_messages_nav]</phrase></if>
replace for
$vbphrase[private_messages_nav]</phrase></if>$subscribed_threads_replied
Upload the plug-in and activate it.
Info
1 template edit (navbar)
1 plug-in (global_start hook)
1 query added
(0.2) fixed a bug, forgot to escape $session[sessionurl] in the link