Back to vBulletin 4.x Template Modifications

Remove the "subscribe to this forum" button
Mod Version: 1.01, by we_are_borg

vB Version: 4.0.0 Rating: (2 votes - 5.00 average) Installs: 21
Released: 30 Dec 2009 Last Update: Never Downloads: 0
Not Supported Template Edits Code Changes Re-usable Code Translations  

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&amp;f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li>
forumhome_forumbit_level2_post remove:

Code:
<li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&amp;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&amp;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&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">{vb:rawphrase subscribe_to_this_forum}</a>
						</vb:if>
					</li>
If you can not find the code here above for some reason look for "forumactionlink subslink" in does 2 templates there is only one in each template so its easy to find.

#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

vblts.ru supports vBulletin®, 2022-2024