Previous Thread
Next Thread
Print Thread
Hop To
#184501 05/19/2007 3:28 PM
Joined: Dec 2006
Posts: 16
K
stranger
stranger
K Offline
Joined: Dec 2006
Posts: 16
I have just done an import from ubbclassic 6.7.0 to ubbthreads 7.1.1. In classic, I used the "User custom title" box to generate a Moderator picture on the left of the posts with a link like this

<Moderator<br /><img src="http://www.bobdunsire.com/forum/modheads/ianl.jpg">>

When the import was done, all these showed up where they were meant to but... I can't find the links so I can make changes. In 7.1.1, I look at the member field and I find a "Member custom title" box, but it's empty. When I add the code like that shown above, I wind up with two images and titles in the mods posts.

Where can I find these files to either delete them or do edits?

We don't allow avatars on our forum if that's important to this.

Ken

KmacK #184503 05/19/2007 4:35 PM
Joined: Dec 2006
Posts: 16
K
stranger
stranger
K Offline
Joined: Dec 2006
Posts: 16
Figured this out. I went into the DB, user_profile table, found that the link was in user_title. Moved to user_custom_title, still not visible in member management. Deleted from DB, entered in the Member custom title in member management, now appears and is editable.

So the importer places it in the wrong field?

Is this a bug?

Ken

Last edited by KmacK; 05/19/2007 4:38 PM.
KmacK #184504 05/19/2007 6:40 PM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
As you noted, there is now a separate field for custom titles; this was introcuded in the 7.x series of the UBB (actually I believe it was introduced in 7.0.2 or 7.1).

This is differant than how it was handled in UBB.classic whereby it doesn't store in the postcount title area.


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!
Gizmo #188373 06/23/2007 12:19 AM
Joined: Jun 2007
Posts: 23
B
newbie
newbie
B Offline
Joined: Jun 2007
Posts: 23
So.. does this mean that every single title I used to have for my users on the board will be stuck there unless I manually go into the DB and change them?

I am on 7.1.1 and I am having the same problem... My users still have their own custom titles from the old 6.54 board.. but when I go to change those titles.. the title box is empty.. and anything I add appears along with the original title in the users profile and on the board..

Thoughts?

BryanDS #188382 06/23/2007 3:03 AM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
Theres an option in the postcount titles area, to reset everyone to stock titles; this would be your best bet. custom titles now have their own section in the database, so that they don't overwrite the postcount title ones.


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!
Gizmo #188389 06/23/2007 3:44 AM
Joined: Aug 2006
Posts: 1,358
Y
Veteran
Veteran
Y Offline
Joined: Aug 2006
Posts: 1,358
I hacked my control panel to edit the postcount titles instead of the custom title.

We don't use postcount titles anymore. Well, in a sense. After X period of time, or after Y posts you can ask for your own custom title. We had that also in UBB 6.x, so it was easier for us just to hack the control panel.


[Linked Image from siemons.org]
Yarp #191015 07/13/2007 10:39 PM
Joined: May 2007
Posts: 52
journeyman
journeyman
Joined: May 2007
Posts: 52
I have a similar question here. We just upgraded from 6.5.4 to 7.1.1, the only members to have custom titles were our moderators and Admin, they all imported nicely and are appearing under their avatars. The problem I'm having now is when I add any new moderators, the custom name only shows in their profile and not with their avatars when i add it in member title.

Any fix for the , my new mods are feeling slighted?


Cara-
Community Producer at:
Canadian Parents.com Message Boards
ladybug_mom #191016 07/13/2007 11:03 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
mods can edit their own custom titles, if you check 'moderators'

in the member titles section

cpanel --> profile settings --> Member Titles (tab) --> Show groups

wink

SD #191018 07/13/2007 11:24 PM
Joined: May 2007
Posts: 52
journeyman
journeyman
Joined: May 2007
Posts: 52
Thnaks, I just tried again but I keep getting this error:

Quote
REPLACE INTO ubbt_MODERATOR_PERMISSIONS (USER_ID,MODERATOR_CAN_EDIT_USERS,MODERATOR_CAN_APPROVE_POSTS,MODERATOR_CAN_EDIT_POSTS,MODERATOR_CAN_LOCK_POSTS,MODERATOR_CAN_MOVE_POSTS,MODERATOR_CAN_DELETE_POSTS,MODERATOR_CAN_STICK_POSTS) VALUES ( '2474' , '' , '' , '1' , '1' , '1' , '1' , '1' )

Incorrect integer value: '' for column 'MODERATOR_CAN_EDIT_USERS' at row 1

I'm not a programmer, so that's completely Greek to me!


Cara-
Community Producer at:
Canadian Parents.com Message Boards
ladybug_mom #191019 07/13/2007 11:29 PM
Joined: May 2007
Posts: 52
journeyman
journeyman
Joined: May 2007
Posts: 52
OK...it worked when I became that moderator, BUT....
now the old custom name that she previously had is still showing under her avatar along with her new custom name. I have no idea how to remove this old name?


Cara-
Community Producer at:
Canadian Parents.com Message Boards
ladybug_mom #191022 07/13/2007 11:45 PM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
The post count title is stored in a seperate portion of the db than the custom title (as the old style would break things); if the custom title is populated, it will show along side the postcount title; i beleive this is fixed in UBB.T7.2


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!
Gizmo #191024 07/14/2007 1:51 AM
Joined: Nov 2006
Posts: 3,095
Likes: 1
Carpal Tunnel
Carpal Tunnel
Joined: Nov 2006
Posts: 3,095
Likes: 1
Well I think there should probably be 3 separate Title methods.

1. Post Count Title (changes depending on amount of posts)
2. Custom Tilte (user, mod, admin changed or allowed)
3. Administrator Assigned Tilte on a per user basis

When #3 is used it disables #1

That would seem to me to appease, handle everyones request as from what I gather more and more users appear to be complaining of how it now works.


Best I can suggest is for now to manually go in with like MySQLAdmin or similar and overwrite the Title as often as needed.

Here is some basic code that SD and I worked on (mostly by SirDude)

DO NOT run it as is. Just posted so you can get an idea of how to modify it by running in Control Panel.
If you want to do something like this then modify it to run on only who you want it to run on.
You MUST edit - do not run directly or you will modify ALL Moderators.

Code
UPDATE ubbt_user_profile as t1, ubbt_users as t2
SET t1.USER_TITLE='Moderator'
WHERE t2.USER_MEMBERSHIP_LEVEL='Moderator'
AND t1.USER_ID=t2.USER_ID 

Remember this is only an example.

I really hope that Rick will at least think of implementing something like I suggested above or similar.

.


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
4 members (Nightcrawler, Outdoorking, Ruben, 1 invisible), 867 guests, and 283 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)