Previous Thread
Next Thread
Print Thread
Hop To
Joined: Mar 2011
Posts: 39
newbie
newbie
Joined: Mar 2011
Posts: 39
Greetings!

I had a member ask if there was any way to change the default member status from "User" to "Member" because it has come to our attention that certain applications or uses of a discussion forum software such as using the UBB platform for substance abuse websites finds the word USER offensive. I offered to pose the question and possible remedy here in order to pass it on. Thanks! (I believe they use the 7.5.? version)

I could probably modify the correct files and/or database entries myself but would rather ask/shortcut for an answer here. Status is hard coded and not part of the Title or Group entries that can be manipulated via the control panel.

In our 15th year with UBB and still flyin high!
The default status USER is offensive?
single choice
Votes accepted starting: 03/05/2014 2:42 PM
You must vote before you can view the results of this poll.


Ancient and Honourable, John West.
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
MEMBER TITLES:

1. Control Panel > Profile Settings > Member Titles
Edit the titles to whatever you want.

2. Check the box if you want to update existing users with those new titles.

That's all smile

--


LANGUAGE FILES:

If you want to edit the language used for your entire site;

1. Control Panel > Languages > Language Editor TAB

2. Enter "Search String" text, such as "User". Click the "Go" button.

3. Edit the fields as you choose. Click the "Update Language File." button after each edit.



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: Mar 2011
Posts: 39
newbie
newbie
Joined: Mar 2011
Posts: 39
Thanks but that alters the display in posts only - however it does not alter the Status when viewing other areas of the forum such as the User List where the Member is still listed as "User" when viewed. The desire is to change the "User" to "Member" by default throughout the display in all areas.

Of course i am commenting per our conversation (the questioner and I) and will investigate the display properties better ASAP while we converse here.


Ancient and Honourable, John West.
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
RE: "LANGUAGE FILES" grin


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: Mar 2011
Posts: 39
newbie
newbie
Joined: Mar 2011
Posts: 39
Originally Posted by id242
MEMBER TITLES:

LANGUAGE FILES:

If you want to edit the language used for your entire site;

1. Control Panel > Languages > Language Editor TAB

2. Enter "Search String" text, such as "User". Click the "Go" button.

3. Edit the fields as you choose. Click the "Update Language File." button after each edit.


Will also examine this suggestion as it applies to the entire forum display output. Thanks.


Ancient and Honourable, John West.
Joined: Mar 2011
Posts: 39
newbie
newbie
Joined: Mar 2011
Posts: 39
Yes the suggestion appears to be acceptable at face value and I will attempt to assist them in resolving the issue after a test run at one of our existing Forums. I had simply missed the Edit tab when examining the Language option in the control panel.

Thanks for the instructive and wish them luck!


Ancient and Honourable, John West.
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Good luck to them - I'm aware of how hard it can be for recovering persons to re-join the "functioning" world. Any open-hand is very welcomed.

Cheers and good luck cool


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: Mar 2011
Posts: 39
newbie
newbie
Joined: Mar 2011
Posts: 39
::UPDATE::

I was informed that they originally asked/wondered if the UBB team would consider the change in future releases so they would not have to update all of the files and I replied "no". I then backed up their site (given access) altered the necessary entries and tested the output. (requested change in access code to protect myself)

They are happy and it was a success.

I highly recommend that everyone keep two complete backup sets as one is manipulated the other is only updated after extensive testing. We all know how unnoticed wrinkles come up even after preliminary tests are completed sometimes.

UBB Rules! or as we know it - U'r Best Bet!



Ancient and Honourable, John West.
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Originally Posted by id242
RE: "LANGUAGE FILES" grin
+1

Originally Posted by John West
I was informed that they originally asked/wondered if the UBB team would consider the change in future releases so they would not have to update all of the files and I replied "no".
Likely not going to happen, these titles are for defaults and likely won't change, especially since a community could update them easily themselves (don't upload the language files during an update, simply elect to "update these files automatically" during an upgrade).[/quote]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
All from the UBB control panel.
The first item to do is add a member group called members.
Then set permissions the same as users.
Then in registration settings change the default group from users to members.
Then all new registrations will be in the members group.
Then the other suggestions in this topic will move existing people to users and change any reference from users to members.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Oct 2007
Posts: 354
Likes: 8
Enthusiast
Enthusiast
Joined: Oct 2007
Posts: 354
Likes: 8
Originally Posted by Ruben
All from the UBB control panel.
The first item to do is add a member group called members.
Then set permissions the same as users.
Then in registration settings change the default group from users to members.
Then all new registrations will be in the members group.
Then the other suggestions in this topic will move existing people to users and change any reference from users to members.
Or use the database tools to change all users to members. All the usual disclaimers apply; make sure you have a good backup that is restoreable, take your forum offline so no changes can occur while you're manipulating the db, etc., etc.

Run this sql query to find out what the group id is for members:

select * from (your board's prefix)_GROUPS

Once you have the ID for Users (4) and Members (?) run this update query:

update (your prefix(_USER_GROUPS set GROUP_ID=='?" where GROUP_ID='4'

That will change all the current Users to Members but will not affect Administrators or Moderators.


The Stovebolt Geek
https://www.stovebolt.com/ubbthreads/ubbthreads.php

Server Information
UBB.threads Version 7.7.5
Release 20201027
Server OS Linux
Server Load 0.16
Web Server Apache/2.4.6
PHP Version 7.4.33
MYSQL Version 5.7.43
Database Size 1.85 GB
Joined: Mar 2011
Posts: 39
newbie
newbie
Joined: Mar 2011
Posts: 39
Thanks Guys and it is sad we have come to the point that now words are under attack. It reflects the downturn of a society when the bulk of the citizens are petty. And boy have most Americans gotten petty!

Of course none I know!

My grandson said it best! "Why can't everyone just SHUT UP?"

I said "You have a point son!"

We didn't speak for the rest of the day! (laughing)

Anyway it is nice to have a place where we can come when we are too tired to scan the core of UBB and bounce stuff off of those who have been working with it forever. Sometimes even the best of Developers run down and look foolish over the simplest things just trying to get a project done. Boy don't I know it.

Be good - and if you can't be good, be GREAT!



Ancient and Honourable, John West.

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
1 members (Ruben), 476 guests, and 111 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)