missing definition in lang files

Found a bug? Tell us!!
Post Reply
deminy
Regular
Posts: 28
Joined: Mon Oct 10, 2005 6:17 am
Contact:

missing definition in lang files

Post by deminy »

The constant "PERMISSION_USERLEVEL" is missed in all lang files.

For more related infomation, check

1. table "groupconfig"

2. URL /serendipity_admin.php?serendipity[adminModule]=groups
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: missing definition in lang files

Post by garvinhicking »

Hi!

I cannot find any file where PERMISSION_USERLEVEL would be queried. Where exactly is it used in your case?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
deminy
Regular
Posts: 28
Joined: Mon Oct 10, 2005 6:17 am
Contact:

Post by deminy »

Please open the following URL:

/serendipity_admin.php?
serendipity[adminModule]=groups&
serendipity[adminAction]=edit&
serendipity[group]=[ValidGroupID]

You will find an option named "userlevel" shown above the "save" button.

"userlevel" should be translated into natural languages.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

The 'userlevel' is a non-changable item for internal groups, thus it's more an internal term that is displayed and not localized.

It will be removed from output as soon as I find the time to do that, so adding a language constant should not be needed.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply