The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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.
![]() Thanks! |
#2
|
|||
|
|||
![]()
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: 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> |
#3
|
||||
|
||||
![]()
or just add:
Code:
.subslink{ display:none !important; } to speed up the page load. no fancy template edits needed. Code:
.forumactionlinks .subslink { background-image:none !important; } |
#4
|
|||
|
|||
![]()
Thanks man, super improvement!
|
#5
|
|||
|
|||
![]()
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. |
#6
|
||||
|
||||
![]() Quote:
For the more difficult stuff you pose your questions here and we'll try to help as much as we can ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|