Remove the "subscribe to this forum" button
Remove the "Subscribe to This Forum" button from the Forum Home.
The button RSS feed next to this button can be turend on and off in the control panel. You can find the option in admincp Settings>Options>External Data Provider. When you are there disable "Enable RSS Syndication" option this will remove the RSS button. The button next to the RSS feed the so called "Subscribe to This Forum" we could not find in the admincp to turn on or off, but it can be done by editing 2 templates. forumhome_forumbit_level1_post remove: Code:
<li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li> Code:
<li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li> FORUMDISPLAY remove: Code:
<li> <vb:if condition="$show['subscribed_to_forum']"> <a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw foruminfo.forumid}" rel="nofollow">{vb:rawphrase unsubscribe_from_this_forum}</a> <vb:else /> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw foruminfo.forumid}" rel="nofollow">{vb:rawphrase subscribe_to_this_forum}</a> </vb:if> </li> #Missed one subscription that was located in the FORUMDISPLAY users could still access it by going into the forum and then select Forum Tools this is now removed Download No files for download. |
Similar Mods
Change "Subscribe to This Thread" link to "Unsubscribe" if already subscribed | vBulletin 2.x Full Releases |