Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Disable RSS
Just wondering if there is a config setting to disable RSS.
Thanks!
Thanks!
0
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.