Topic: [hooks] adding new users permissions

Hello

File admin/groups.php. Hooks:
agr_add_edit_group_pre_mod_permissions_fieldset_end (line 184)
agr_add_edit_group_pre_user_permissions_fieldset_end (line 247)

They are in wrong place. Two lines after each of them is another hook, which will do exactly the same - add new group of options. It's impossible to add new item to existing group at the end. To do this those hooks should me moved one line up.

Problem can exist in other files too. I'll try to check it latter.

YonasH's repository + Extensions Directory = PunBB Extensions Online Library (in progress....)

Away. I will be back soon.

Re: [hooks] adding new users permissions

Cheers. Will be fixed soon. big_smile

Sorry. Unactive due to personal life.

Re: [hooks] adding new users permissions

Fixed.