OK, to JUST add a text link beneath the forum description, follow these steps:
1) Make file changes as indicated above (index.php and forumdisplay.php)
2) Edit forumhome_forumbit_level1_post
Find:
HTML Code:
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
and CHANGE to:
HTML Code:
<if condition="$forum[subscribeforumid]"><div class="smallfont"><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]">$vbphrase[unsubscribe]</a></div>
<else />
<div class="smallfont"><a href="subscription.php?$session[sessionurl]do=addsubscription&f=$forum[forumid]">$vbphrase[subscribe]</a></div>
</if>
3) Make the exact same change as above to forumhome_forumbit_level2_post.
This will basically make the forums look like they currently do in the UserCP with the 'Unsubscribe" link.
I'd like to get some feedback and see if I need to make any other changes before I finalize these two options and make the associated text files.