Hi,
Excellent hack and something I hope to see in future versions of vB!

I always thought it was silly that the subscribe links weren't dynamic.
I did find a minor error in your instructions:
Quote:
Template name: forumdisplay_subscribelink_sub
Template set: Default
Template: <a href="member2.php?s=&action=removesubscription&for umid=$forumid">Unsubscribe from this forum</a>
Template name: forumdisplay_subscribelink_notsub
Template set: Default
Template: <a href="member2.php?s=&action=addsubscription&forumi d=$forumid">Subscribe to this forum</a>
|
Both of these templates are lacking the $session[sessionhash] variable. The corrected code should be ...member2.php?s=$session[sessionhash]&action=....
Thanks!
Paul