sinful Member Jul 28, 2014 #1 Hi, On each post in a thread there is this "Report" button: I wish to hide it completely for every post. What is the best way to hide/remove this button? Thanks!
Hi, On each post in a thread there is this "Report" button: I wish to hide it completely for every post. What is the best way to hide/remove this button? Thanks!
Amaury Well-known member Jul 28, 2014 #2 Revoke the use of it in the user group permissions. Upvote 0 Downvote
nttruong Member Jul 28, 2014 #3 you can add this css to EXTRA.CSS so easy to hide it Code: a.OverlayTrigger.item.control.report { display: none; } Upvote 0 Downvote
you can add this css to EXTRA.CSS so easy to hide it Code: a.OverlayTrigger.item.control.report { display: none; }
Amaury Well-known member Jul 28, 2014 #4 nttruong said: you can add this css to EXTRA.CSS so easy to hide it Code: a.OverlayTrigger.item.control.report { display: none; } Click to expand... No need for custom CSS. Just set the report content user group permission to Not Set (No): Upvote 0 Downvote
nttruong said: you can add this css to EXTRA.CSS so easy to hide it Code: a.OverlayTrigger.item.control.report { display: none; } Click to expand... No need for custom CSS. Just set the report content user group permission to Not Set (No):
nttruong Member Jul 28, 2014 #5 Amaury said: No need for custom CSS. Just set the report content user group permission to Not Set (No): Click to expand... if you want hide it from all group, css above is fast way Upvote 0 Downvote
Amaury said: No need for custom CSS. Just set the report content user group permission to Not Set (No): Click to expand... if you want hide it from all group, css above is fast way
Amaury Well-known member Jul 28, 2014 #6 nttruong said: if you want hide it from all group, css above is fast way Click to expand... Not if you have your user group permissions properly set. Upvote 0 Downvote
nttruong said: if you want hide it from all group, css above is fast way Click to expand... Not if you have your user group permissions properly set.
sinful Member Jul 29, 2014 #7 Thanks for the comments, appreciate it. I think the plus point for adding it under extra.css is pegging this customization to your theme. E.g. when u customize another theme, you may forget that you have removed "Report" permission under user permissions. Upvote 0 Downvote
Thanks for the comments, appreciate it. I think the plus point for adding it under extra.css is pegging this customization to your theme. E.g. when u customize another theme, you may forget that you have removed "Report" permission under user permissions.
P Paul B XenForo moderator Staff member Jul 29, 2014 #8 Using CSS to hide it doesn't stop someone from reporting the post, if they know how to do so. http://xenforo.com/community/posts/800413/report Upvote 0 Downvote
Using CSS to hide it doesn't stop someone from reporting the post, if they know how to do so. http://xenforo.com/community/posts/800413/report
squid New member Sep 28, 2014 #9 I would like to hide the button just in private messages. Any idea on that? Upvote 0 Downvote