MyBB Community Forums

Full Version: Change reputation message limit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyway to change the reputation message limit?

For now users must type at least 15 characters to work.

I want to set it to 5 or so anyway to do it?
It's 10 characters, and it's on line 190 of ./reputation.php:

if(my_strlen($mybb->input['comments']) < 10)

Change the 10.
Shouldn't be hard-coded IMO, should be a setting in admin panel.
(2010-11-04, 06:47 PM)Uncontrol Wrote: [ -> ]Shouldn't be hard-coded IMO, should be a setting in admin panel.

This. Smile
Added to the ideas site: http://ideas.mybb.com/idea/reputation-char-limit
(2010-11-04, 07:07 PM)Kyuubi Wrote: [ -> ]
(2010-11-04, 06:47 PM)Uncontrol Wrote: [ -> ]Shouldn't be hard-coded IMO, should be a setting in admin panel.

This. Smile
Added to the ideas site: http://ideas.mybb.com/idea/reputation-char-limit

Wish the Ideas section got more love; I never post there since I get the feeling it doesn't get much attention from staff or users.
I check it every day.