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.
How to hide "quote settings" in profile section?
Nozumi
New
when you click "edit profile" as you can see there is a "quote settings" part. i would like to remove or hide that. does anyone know how?
0
Comments
you can use the web developer tools as mentioned in the faq to identify the element and display:none
to hide via css.
http://vanillaforums.org/discussion/28420/faq
or you can modify the plugin.
modify around line 51 in class.quotes.plugin.php
if you want no one to see it.
to
or
if you just want admins to see it.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
thanks it worked great
Genius. Thx.