The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how do i get rid of RSS and Subscribe icons on forumhome?
question is in thread title, please tell me how to disable these.
thanks |
#2
|
|||
|
|||
Admincp/Options/External Data Provider/ Enable RSS Syndication - OFF will disable your RSS Feeds
as for the subscribe link, I dunno |
#3
|
|||
|
|||
The location of those buttons is so poor. Colors are way too dominant also.
|
#4
|
|||
|
|||
thank you!
|
#5
|
|||
|
|||
This disables the RSS syndication completely. Isnt there a way to just get rid of those two buttons from forumhome?
|
#6
|
|||
|
|||
copied from my response to the same question over at vb.com --
not a perfect solution but you could add: Code:
/* Hides RSS & Subscription graphics on forum index */ #forums .forumactionlinks li {display: none;} Code:
/* Hides RSS & Subscription graphics for subforum listings */ #forumbits .forumactionlinks li {display: none;} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|