I guess I actually don't need to turn if off and should probably just focus my time on editing the view and removing the rss links from the category page.
We didn't envision anyone having a specific crusade against RSS. It was seen more as a useful addon that noone would ever want to disable. As such, no built in off switch.
@matthewkris said:
haha understood. I'm on no crusade to banish RSS, I've just polled both my old and new community and have had exactly 0 users using the function.
No need to disable it though as I'll simply hide it from my theme. Thanks!
EDIT: For those interested, copy the file vanilla/views/categories/all.php into your custom them and edit.
I'm a super noob, could you explain how to do it? Thanks.
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
No need to disable it though as I'll simply hide it from my theme. Thanks!
EDIT: For those interested, copy the file vanilla/views/categories/all.php into your custom them and edit.
I'm a super noob, could you explain how to do it? Thanks.
there is a class
RSS
you can do
You can put that in your theme's
design/custom.css
(creating the file if it doesn't exist).grep is your friend.
I almost got it!
haha I was traying with
.RSS{ display:none; }
Thank you!
PD. I'm missing something, I can't get it to work. :S
OK, it's working now. I think it was catched.