Search found 2 matches

by Remy
23 Aug 2019, 06:41
Forum: Customizations
Topic: Allow reporters to create global profiles
Replies: 2
Views: 8216

Re: Allow reporters to create global profiles

Hi,
Thanks for your answer.
Here is what I did.

I've added the following line in config/config_inc.php in order to give reporters the right to manage global profiles:

$g_manage_global_profile_threshold = REPORTER;

Then I've created a custom menu:

$g_main_menu_custom_options =
array(
array ...
by Remy
01 Aug 2019, 13:19
Forum: Customizations
Topic: Allow reporters to create global profiles
Replies: 2
Views: 8216

Allow reporters to create global profiles

Hi everyone,

I would like my reporters to be able to create global profiles.
Do you know how I could do that please ?

Thanks,