[ABD] Limit Posts Per Day

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
moh.elmadany
Registered User
Posts: 441
Joined: Fri Nov 23, 2007 1:25 pm

Re: [BETA] Limit Posts Per Day

Post by moh.elmadany »

very very good and important
Thanks
moh.elmadany
Registered User
Posts: 441
Joined: Fri Nov 23, 2007 1:25 pm

Re: [BETA] Limit Posts Per Day

Post by moh.elmadany »

this error appears to me after use quick reply

Code: Select all

phpBB Debug] PHP Notice: in file /posting.php on line 848: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493
what can i do ?
hitemuprobbo
Registered User
Posts: 213
Joined: Thu Apr 21, 2005 3:07 pm
Location: Tha UK!

Re: [BETA] Limit Posts Per Day

Post by hitemuprobbo »

i got the same error as you and i changed the code in posting.php to be this instead:

Code: Select all

    //-- mod: LimitPostsPerDay ------------------------------------------------------------
        if ($mode != 'edit' && !$preview && !$refresh && LimitPostsPerDay($forum_id))
        {
            $error[] = $user->lang['POST_PER_DAY_LIMIT_REACHED'];
        }
    //-- end: LimitPostsPerDay ------------------------------------------------------------
that removed the error for me but still kept the mod "in tact". I know next to nothing about php i just google'd a few things, so hope it helps for you too.

P.S. Thanks to orig Dev for a great mod, its a pity this isn't been taken further as it stops the spam on my board completely. And as a result is saving me from upgrading my hosting package as i was getting thousands of posts per day of warez!
maruscya
Registered User
Posts: 1
Joined: Tue Jul 12, 2011 10:51 am

Re: [BETA] Limit Posts Per Day

Post by maruscya »

Hello !!

Great MOD. I love it !

Is possible write into log which users reach the post limit ??
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28935
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [BETA] Limit Posts Per Day

Post by Paul »

This topic has been marked as [ABD] - Abandoned as the mod author has not been active recently. If the MOD author wishes to continue development, please PM anyone on the MOD Team to request this topic be unlocked.

Thank you,
The phpBB Modifications Team

Return to “[3.0.x] Abandoned MODs”