MyBB Community Forums
FWS - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html)
+---- Thread: FWS (/thread-24118.html)



FWS - 144Neodym - 2007-09-18

Hi together!
I have a question: is it possible to give more than 50% at one time? Can someone help me, so that I could modify this Plugin?

Best regards, Neodym


RE: FWS - destroyer - 2007-09-19

I believe you can change it in Board settings > change > FWS ..


RE: FWS - DragonLord - 2007-09-19

I notice that there is no removing option for the warn, i think there should be a warn reducing option too.


RE: FWS - 144Neodym - 2007-09-19

destroyer Wrote:I believe you can change it in Board settings > change > FWS ..
Yes, but if you allow warnings with 100% you can still only give 50%, when you want to warn a user.

DragonLord Wrote:I notice that there is no removing option for the warn, i think there should be a warn reducing option too.
You can delete them in the acp. Browse warning log --> Expire


RE: FWS - DragonLord - 2007-09-20

Thats strange, cause when i click at the Browse warning log it shows the same thing from the left column, here is a screenshot---->

   

Any idea anyone?


RE: FWS - 144Neodym - 2007-09-21

144Neodym Wrote:Hi together!
I have a question: is it possible to give more than 50% at one time? Can someone help me, so that I could modify this Plugin?

Best regards, Neodym
...


RE: FWS - 144Neodym - 2007-09-23

144Neodym Wrote:Hi together!
I have a question: is it possible to give more than 50% at one time? Can someone help me, so that I could modify this Plugin?

Best regards, Neodym
Does nobody know an answer?


RE: FWS - User 2877 - 2007-09-23

You have the edit the /fws.php file itself. It sucks that you have to do that but it's written so that it's impossible to give more than 50% warning.

Comment out line 299 of /root/fws.php

		if($mybb->settings['fws_max_amount'] > 50) $mybb->settings['fws_max_amount'] = 50;



RE: FWS - 144Neodym - 2007-09-23

labrocca Wrote:You have the edit the /fws.php file itself. It sucks that you have to do that but it's written so that it's impossible to give more than 50% warning.

Comment out line 299 of /root/fws.php

		if($mybb->settings['fws_max_amount'] > 50) $mybb->settings['fws_max_amount'] = 50;
Thank you very much! It's working now Smile