![]() |
Remove the "subscribe to this forum" button
1 Attachment(s)
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> #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 |
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> |
Quote:
|
|
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> |
is it work on vb 4.1.1 ?
|
I would like to remove these highlighted. how do I?
I followed the guide, but do not go away! https://vborg.vbsupport.ru/external/2011/01/10.jpg |
???????????
|
More of a Article :)
|
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> |
All times are GMT. The time now is 09:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|