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 :
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







