Previous Thread
Next Thread
Print Thread
Hop To
#264313 10/02/2020 1:54 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I have found something in language file generic.php
KEY USER_MOD
String Moderated by

Should this not be Moderator?


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
When you have one moderator, "Moderator" makes sense.

When you have one or more than one (multiple) moderators, "Moderated by" makes sense.

Forums may have more than one moderator.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
when viewing the wol page is shows Moderated by under the group colum unlike other members that show Administrator Global Moderator or User in the same column


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Doing some research but for wol it appears that administrator global mod and user is grabbed from the generic file.
Where moderated by is. However that needs to be there for the display of moderators for a forum.

Maybe all three group classes need to be placed in online.php and referenced from the wol page?


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Here is an example as admin with premission set to allow extra user info.
Attachments
Screenshot (27).png


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I could fix this myself by adding a key and editing the wol script.
But I thought that it would be best for you guys to make a decision and decide if you want to address this or not.
So during the next upgrade I do not need to do anything.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
I apologize that it has taken so long to respond. Its been a busy week :/

Thanks for reporting this. And reporting it in such detail. It looks like this issue began in version 7.6.0.

I have made several corrections to fix it for version 7.7.5.

OLD:
$ubbt_lang['USER_ADMIN'] = "Administrator";
$ubbt_lang['USER_GMOD'] = "Global Moderator";
$ubbt_lang['USER_MOD'] = "Moderated by"; <- incorrect language value

CHANGED:
$ubbt_lang['USER_ADMIN'] = "Administrator";
$ubbt_lang['USER_GMOD'] = "Global Moderator";
$ubbt_lang['USER_MOD'] = "Moderator"; <-- fixed language value
$ubbt_lang['MODDED_BY'] = "Moderated by"; <-- created language string
• The templates which were using the old language value are now using this string.
• The scripts which were using the incorrect language value will now display the expected language value.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
WOW awesome.
Thank You.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
0 members (), 396 guests, and 110 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)