Customizing ROLES and Priority

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
|UVI|
Posts: 12
Joined: 02 Dec 2008, 12:20

Customizing ROLES and Priority

Post by |UVI| »

Hi to all.


I'd like to customize user roles like "developer/reporter , etc" adding some other new roles. It 's possible?

And same for priority on a issue is possible?
|UVI|
Posts: 12
Joined: 02 Dec 2008, 12:20

Re: Customizing ROLES and Priority

Post by |UVI| »

Sorry but using dafault english and customizing files
but on roles I got @60@.

I've created custom_string_inc.php with:

Code: Select all

if ( lang_get_current() === 'english' ) { $s_access_levels_enum_string = '10:Betrachter,25:Reporter,40:Updater,55:Entwickler,60:Senior Developer,70:Manager,90:Administrator'; } 
Post Reply