Latest Plugins
Buy Quality Themes - Check it out!
Post Reply 
Thread Tools
#1

Yaldaram Offline
Manager
Posts: 10,415
Reputation:
Trophies: 148
There's a simple tweak for this;

Open ./reputations.php file and find;
PHP Code:
if($mybb->settings['negrep']) 

and Change it to;
PHP Code:
$group "3,4,6,8";
$groups explode(",",$group);
if(
$mybb->settings['negrep'] || in_array($mybb->user['usergroup'],$groups)) 

You may Change 3,4,6,8 to the Usergroup IDs you wish to allow them to be able to send Negative Reps. But its a core file edit, if you upgraded your forum with this file changed then you'll need to edit the same file with the same procedure after Upgrade. Wink
8 April 2011 09:09 PM
Reply
#2

trilobyte- Offline
Customer
Posts: 80
Reputation:
Trophies: 1
Very simple yet elegant, nice work!
8 April 2011 09:43 PM
Reply
#3

Yaldaram Offline
Manager
Posts: 10,415
Reputation:
Trophies: 148
Thanks.
8 April 2011 09:53 PM
Reply
#4

Clarkie Offline
Posts: 74
Reputation:
Trophies:
Thanks for this, will be using it!
9 April 2011 03:10 PM
Reply
#5

Yaldaram Offline
Manager
Posts: 10,415
Reputation:
Trophies: 148
Thanks.
9 April 2011 04:12 PM
Reply
#6

r00t Offline
Posts: 68
Trophies:
It doesn't work for me? Any updates or?
11 April 2011 01:49 AM
Reply
#7

Yaldaram Offline
Manager
Posts: 10,415
Reputation:
Trophies: 148
Make sure you are editing the correct code. It should work.
11 April 2011 01:52 AM
Reply
#8

KamilKiri Offline
Posts: 9
Reputation:
Trophies:
This is don't work for 1.6.5, can you repair this code?

THANKS IN ADVANCE! Smile
6 December 2011 05:36 PM
Reply
#9

Unadkat Offline
Golden Subscriber
Posts: 577
Reputation:
Trophies: 18
^I believe 1.6.5 has this feature by default.
6 December 2011 08:27 PM
Reply
#10

Bapun Raz Offline
Posts: 682
Reputation:
Trophies: 15
^Where is the feature by default?....huh!

No,its not coming in my acp...
7 December 2011 12:33 AM
Reply


Forum Jump:


User(s) browsing this thread: 2 Guest(s)


Community Software By MyBB
Theme Designed By Yaldaram.com