Post requirement MOD

sapper

Paragon
Joined
Oct 15, 2009
Messages
1,124
Reaction score
0
FP$
2,037
According to phpBB this MOD is only verified for 3.0.1

I tried it on my 3.0.7 PL1 test board, it threw up a minor error, but after a forced install it appeared to work correctly, has anyone got this on an up to date board and working.

These were the errors :

includes/functions_user.php
Find

'group_receive_pm' => 'int',

Add After

'group_bypass_post_req' => 'int',

The Find specified by the MOD could not be found
Find

$group_only_ary = array('group_receive_pm', 'group_legend', 'group_message_limit', 'group_founder_manage');

In-Line Find

'group_receive_pm',

The In-Line Find specified by the MOD could not be found.The Find specified by the MOD could not be found

Find

$test_variables = array('rank', 'colour', 'avatar', 'avatar_type', 'avatar_width', 'avatar_height', 'receive_pm', 'legend', 'message_limit', 'founder_manage');

In-Line Find

'receive_pm',

The In-Line Find specified by the MOD could not be found.The Find specified by the MOD could not be found
 
Correct me if I'm wrong, but phpBB 3.0.1 mods only work for 3.0.1 and not for the latest version.
 
Fowler said:
Most mods will work although some find lines may be outdated.

Thats what I was hoping, from what I can make out, this bit sends a PM when a poster has reached the required amount of posts to view a forum, not sure about that.

Is there another way to hide a forum from some members based on post count ?
 
Fowler said:
http://www.phpbb.com/customise/db/mod/auto_groups/

On x number of posts have them promoted to a new group automatically which has the permissions to view the hidden forum.


Works a treat 😀
 
Back
Top Bottom