Please read the instructions and past post carefully...
As of June 23rd adminfunctions_forums is 207 lines unmodified.
FIND:
Code:
print_yes_no_row($vbphrase['can_rate_threads']
ADD BELOW:
Code:
// ================================================= \\
// == [ ALLOW GROUP TO READ TITLES - GTP BEGIN ]
print_yes_no_row($vbphrase['can_read_content'], 'forumpermission[gtcanreadcontent]', $forumpermission['gtcanreadcontent'], $extra);
// == [ 07-01-2004 - GTP END ]
// ================================================= \\