View Full Version : How to remove" subscribe to forum and rss"
YouBabble
12-24-2009, 08:30 AM
How would / should I remove the "subscribe to this forum" and "subscribe to this forums' RSS feed" links. See the image below for what I mean.
https://vborg.vbsupport.ru/external/2009/12/24.png
Thanks!
we_are_borg
12-28-2009, 05:28 PM
The RSS button is done trough the admincp Settings>Options>External Data Provider. When you are there disable Enable RSS Syndication this will remove the RSS button next to subscribe to this forum.
Update:
Found them in the template you need to edit the template to get it out of sight because i cant find an on or of switch for it.
You need to edit to templates namely
* forumhome_forumbit_level1_post
* forumhome_forumbit_level2_post
Do a search and look for "forumactionlink subslink" you will find it in does two templates now you need to remove the following.
forumhome_forumbit_level1_post remove:
<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>
forumhome_forumbit_level2_post remove:
<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>
There is one warning do not use the back button when i did that the template was reverted to the standard one do two searches if you need to.
pein87
11-10-2010, 09:45 PM
or just add:
.subslink{
display:none !important;
}
to any css portion of the site, to remove the css from loading the extra image, add this too:
to speed up the page load.
no fancy template edits needed.
.forumactionlinks .subslink {
background-image:none !important;
}
Bram H
09-24-2011, 12:52 AM
Thanks man, super improvement!
fmgrowit
06-25-2013, 07:04 AM
vb sucks and always will.
How can some everyday moron like me have a forum? Every forum on the internet can't be about how to run your vb forum. Someone has to actually introduce a topic. How does a person with a topic (theme) use vb if they don't know code?
It's impossible.
Simon Lloyd
06-27-2013, 02:56 PM
vb sucks and always will.
How can some everyday moron like me have a forum? Every forum on the internet can't be about how to run your vb forum. Someone has to actually introduce a topic. How does a person with a topic (theme) use vb if they don't know code?
It's impossible.vb works right out of the box, it's the customising you're talking about, well we've all been there, create another default style and have a play with the css at first, change just one thing at a time and see what it affects, change back and move on to the next...etc, soon you'll build a picture of what does what.
For the more difficult stuff you pose your questions here and we'll try to help as much as we can :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.