Dennis_87 Posted October 3, 2012 Share Posted October 3, 2012 When using the reputation point system, its not possible to remove points (like it is when using the like system) Many users complain when using mobile/pads that its easy to press the give reputation point by accident. Then its not possible to remove it again. So I get 3-6 PM a week with members that wish to remove points they not indented to give. Very annoying that I have to switch to the like system before they can removed (unlike) it. Not everyone wish to use the like system, so this should be fixed Link to comment Share on other sites More sharing options...
Tsvi Posted October 3, 2012 Share Posted October 3, 2012 Emm.. are you talking about users that are surfing you board with IP.Board Mobile skin? If so, near every message you have an icon that when you press him it'll give a reputation point. right? But if you by mistake pressed that button, it's getting replaced by another icon, which has X in it. If you press it you'll "take back" that reputation point. So what's the problem with that? your users are too lazy to press again, heh? But still, if you are using IP.Board Mobile, and you still don't want this button but still want this rep system to be active, you can disable this button by removing it's HTML or changing the CSS so it won't show it. If you want to disable this button in the CSS, just get into: ACP -> Look & Feel -> Manage Templates & CSS (on IP.Board Mobile) -> CSS Edit ipb_styles.css search for this class: .ipsLikeButton_enabled, .ipsLikeButton_disabled { width: 26px; height: 26px; display: block; text-indent: -2000em; position: relative; top: 3px; right: 10px; background-image: url({style_images_url}/like_unlike.png ); background-repeat: no-repeat; } after this line: background-repeat: no-repeat; just add: display: none; and save ;) You won't see this button anymore in the IP.Board Mobile, but you'll still see it on the regular skin. Hope it'll help you. Link to comment Share on other sites More sharing options...
Dennis_87 Posted October 3, 2012 Author Share Posted October 3, 2012 You only have the X button when using the "like this" system., not when using the reputation system that show points in green. That is the problem, my users is not to lazy to press again. They cant remove it if not using the like sytem. Link to comment Share on other sites More sharing options...
Dennis_87 Posted October 3, 2012 Author Share Posted October 3, 2012 features like notification when someone give point or like you post is only available when using "like this". Its not every site a facebook lookalike button is usable Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.