View Full Version : [Bug]-2.6.1+ : Post count & post per day not working
Helo...Mr.Zeropage
we are on vb3.6.5
arcade is 2.6.1+
but the setting
Post count requirement :
Post Per Day requirement :
we set value post count 15 & post per day 5. but user with 0 post,even 0 post perday also playing arcade
http://www.golpo.net/forum/arcade.html
we need urgent help.
MrZeropage
03-21-2007, 01:02 PM
will investigate/verify that...
Thanx In Advance.
Waiting....for ur the fix :)
stangger5
03-22-2007, 11:16 AM
removed
MrZeropage
03-22-2007, 06:02 PM
that fix is not really the intention of it - you made it use the highest value for those two settings, not the lowest one...
here is the real fix ;) (will be included in next release):
open /arcade/modules/mod_arcade.php
search forif ($p_req > $check['p_require'])and replace withif ((($p_req == 0) && ($check['p_require'] > 0)) || ($p_req > $check['p_require']))
search forif ($ppd_req > $check['ppd_require'])and replace withif ((($ppd_req == 0) && ($check['ppd_require'] > 0)) || ($ppd_req > $check['ppd_require']))
and please post fixes here using the CODE-tag and don't refer to your site where anybody needs to register to get the code ;) thx
stangger5
03-22-2007, 10:22 PM
that fix is not really the intention of it - you made it use the highest value for those two settings, not the lowest one...
I know it uses the highest value..It might not be the right way but worked fine..
please post fixes here using the CODE-tag and don't refer to your site where anybody needs to register to get the code ;) thx
Will do...Thanks Mr.Z !!
Thankx MrZeropage
yes ur code is working without any problem :)
problem solved.
Thanx.
talenak
05-26-2007, 09:20 PM
This fix doesn't seem to be working anymore since the most recent forum upgrade.
talenak
05-29-2007, 05:02 PM
Actually, it is working kind of. But some members it doesn't require to make their posts? All my registered users (user group) except 1 is forced to post. All my Super Moderators except 1 is forced to post. Even I have to post! But there are a couple people that it just doesn't stop?? This is very frustrating. I hope the next version works for everyone.
MrZeropage
05-29-2007, 07:58 PM
Hmm, sounds strange... working with secondary usergroups ?
talenak
06-07-2007, 10:09 PM
It is working with every usergroup, just two members that I know of, one a super mod, and one a registered member with no other usergroups, can get in regardless of their daily posts. I can't get in, no other registered members can get in, or other supermods (that I know of) can get in. But these two for sure can.
And the reason this is actually annoying, is the registered member that can get in anyway, is the REASON I put the restriction on. lol Oooh, the irony.
MrZeropage
06-08-2007, 07:09 AM
have you adapted the code as shown above ?
or wait for the final fix included in upcoming v2.6.2+
I've got the same problems. I am running vB 3.6.7 and Arcade 2.6.1 and I can't find the code if ($p_req > $check['p_require'])
Any help would be appreciated :)
stangger5
06-16-2007, 09:03 PM
/arcade/modules/mod_arcade.php
MrZeropage
06-21-2007, 06:57 PM
upcoming v2.6.2+ includes all fixes for this :)
Deimos
06-25-2007, 02:01 PM
Yea I've just noticed the same problem, even with this fix, it still lets people in, even with less than the required post count(s)
Konstantinos
06-26-2007, 09:34 AM
Yea I've just noticed the same problem, even with this fix, it still lets people in, even with less than the required post count(s)
true just noticed myself
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.