The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Remove the "subscribe to this forum" button Details »» | |||||||||||||||||||||||||||
Remove the "subscribe to this forum" button
Developer Last Online: Jul 2017
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 Show Your Support
|
Comments |
#2
|
|||
|
|||
also remove rss
by removing this line Code:
<li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li> |
#3
|
|||
|
|||
If thats the button on Forum Home next to what i'm removing that can be done in the admincp the rss feed you can turn on and of you dont need to alter the template.
|
#4
|
||||
|
||||
|
#5
|
|||
|
|||
rss feed needed for getting good seo rank also auto post etc . so if you don't want to disable it also want to remove that icon you can remove it
Code:
<li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li> |
#6
|
|||
|
|||
is it work on vb 4.1.1 ?
|
#7
|
|||
|
|||
I would like to remove these highlighted. how do I?
I followed the guide, but do not go away! |
#8
|
|||
|
|||
???????????
|
#9
|
|||
|
|||
More of a Article
|
#10
|
|||
|
|||
only it work on vb4.1.1
forumhome_forumbit_level1_post remove: Code:
<li class="forumactionlink subslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}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="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}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="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}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="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}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> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|