How do I remove the like button completely from showing on all posts?
Announcement
Collapse
No announcement yet.
Remove like button on all posts
Collapse
X
-
Tags: None
-
For each usergroup, set "Can Use Reputation" to "No". That removes the permission.
Unfortunately there's a current bug whereby the actual "Like" button doesn't disppear.
http://tracker.vbulletin.com/browse/VBV-3958
To get round this, add the code below to the template css_additional.css:
Code:.js-post-control__vote { display: none !important; }
-
Originally posted by Mark.B View PostTo get round this, add the code below to the template css_additional.css:
Code:.js-post-control__vote { display: none !important; }
postbit.css:
Code:.b-post-control { display: inline-block; }
Code:.js-post-control__vote { display: none; }
Comment
-
Originally posted by Glenn Vergara View Post!important is not required as css_additional.css is included on the page after postbit.css.
postbit.css:
Code:.b-post-control { display: inline-block; }
Code:.js-post-control__vote { display: none; }
BlackBerry Empire #1 BlackBerry news site and BlackBerry forum.
Comment
-
How could I remove the Likes from the statistics that show before going into a post since I am not using the likes?BlackBerry Empire #1 BlackBerry news site and BlackBerry forum.
Comment
-
Originally posted by Glenn Vergara View PostCode:.votes-count { display: none; }
BlackBerry Empire #1 BlackBerry news site and BlackBerry forum.
Comment
-
Glenn Vergara Sorry to necrothread this on you but I changed display: none; as mentioned in the above post and they 'likes' are still showing up in the statistics column. Any ideas?
Comment
-
Originally posted by mbgelsin View PostGlenn Vergara Sorry to necrothread this on you but I changed display: none; as mentioned in the above post and they 'likes' are still showing up in the statistics column. Any ideas?
Comment
Related Topics
Collapse
-
How do I delete the like button that shows in all posts as we want to encourage conversation
-
Channel: vB Cloud Support & Troubleshooting.
Thu 10 Dec '15, 11:01am -
-
by anwar513New Topics code;
Code:search?searchJSON=%7B%22date%22%3A%22lastVisit%22%2C%22view%22%3A%22topic%22%2C%22unread_only%22%3A1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A
-
Channel: vBulletin 5 Connect Feedback
Fri 13 Feb '15, 5:41pm -
-
by Flash04jvLooking to remove some of the margins/padding in the photo posted. Been trying to create all kinds of CSS codes with margins but can't get it to work. I have been putting this after a bunch of codesCode:
{
-
Channel: vB Cloud Support & Troubleshooting.
Wed 16 Sep '15, 4:02pm -
-
by Flash04jvCan't figure out how to change the color of these two buttons. Inspect Element says it is button.primary.sidebar.btn. Changed every stylevar with 'primary button' and 'sidebar' I can find with no luck...
-
Channel: vB Cloud Support & Troubleshooting.
Fri 16 Oct '15, 4:58pm -
-
by heredia21+New Topic button not appearing on responsive design for forum channels that allow guests to post, example: http://blackberryempire.com/forum/ask-question new topic button only shows on desktop devices....
-
Channel: Support Issues & Questions
Sat 18 Jul '15, 4:49pm -
Comment