PDA

View Full Version : how do i get rid of RSS and Subscribe icons on forumhome?


Aclikyano
02-01-2010, 04:01 PM
question is in thread title, please tell me how to disable these.
thanks

Keldaria
02-01-2010, 05:09 PM
Admincp/Options/External Data Provider/ Enable RSS Syndication - OFF will disable your RSS Feeds

as for the subscribe link, I dunno

Bram H
02-01-2010, 05:36 PM
The location of those buttons is so poor. Colors are way too dominant also.

Aclikyano
02-01-2010, 05:54 PM
Admincp/Options/External Data Provider/ Enable RSS Syndication - OFF will disable your RSS Feeds

as for the subscribe link, I dunno
thank you!

Bram H
12-03-2010, 11:52 AM
This disables the RSS syndication completely. Isnt there a way to just get rid of those two buttons from forumhome?

kNeo
12-03-2010, 12:21 PM
copied from my response to the same question over at vb.com --

not a perfect solution but you could add:

/* Hides RSS & Subscription graphics on forum index */
#forums .forumactionlinks li {display: none;}to the additional.css template, this should hide the column only on the forum index page if you want to also hide the column for sub-forum listings add the following below the code from above.

/* Hides RSS & Subscription graphics for subforum listings */
#forumbits .forumactionlinks li {display: none;}hope that helps, been meaning to change those icons myself, though I have to admit I sort of like them not being displayed at all