PDA

View Full Version : [fixed] Titles of usergroups in showgroups.php


JJR512
Mon 12th Nov '01, 10:41am
In my View Forum Leaders page, the Super Moderators group is always called Super Moderators, no matter how I've named the group. The usergroup name itself is called Assistant Administrator, and the forced custom title is the same. Why won't the group name change to reflect this?

Chen
Mon 12th Nov '01, 10:51am
It's hard coded in the file, I'm afraid.
$groupname = 'Super Moderators';

JJR512
Mon 12th Nov '01, 11:08am
OK, I'll find it and fix it.

Perhaps in a future version, this part could be re-written to get the status title from the usergroup?

JJR512
Mon 12th Nov '01, 11:12am
Odd...

I opened showgroups.php, found the only instance of the code bit you posted, and changed the text Super Moderators to Assistant Administrators, and uploaded the file. It still says Super Moderators. :confused:

Chen
Mon 12th Nov '01, 11:17am
Works for me.

eva2000
Mon 12th Nov '01, 11:18am
Originally posted by JJR512
Odd...

I opened showgroups.php, found the only instance of the code bit you posted, and changed the text Super Moderators to Assistant Administrators, and uploaded the file. It still says Super Moderators. :confused: on showgroup page hit ctrl-F5 to clear your browser cache :)

Chen
Mon 12th Nov '01, 11:27am
I'm moving this to bugs so one of the devs will notice... :)

John
Mon 12th Nov '01, 9:05pm
Fixed. Unfortunately too complicated to post.

John