Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [earthgolf] Imported User Names and Titles?

Quote Reply
Re: [earthgolf] Imported User Names and Titles? In reply to
This might have happened because of the import. The default behaviour for the imports is that it will use the User Title scheme of the old, imported forum. If they have a title in their user profile which doesn't exist, then it is assumed it is a custom title.

If no one has a custom title, then you can easily fix this problem by running a SQL command (like in MySQLMan, or in the MySQL client). Gossamer Forum will automatically calculate a user's title by their posts if the user_title column is empty, so if you did:
Code:
UPDATE <prefix>User SET user_title = ''
where <prefix> is the table prefix (if you set one).
That would make everyone's Title depend on their post count.

Adrian
Subject Author Views Date
Thread Imported User Names and Titles? earthgolf 3261 Mar 19, 2002, 6:22 AM
Thread Re: [earthgolf] Imported User Names and Titles?
brewt 3143 Mar 19, 2002, 3:30 PM
Thread Re: [brewt] Imported User Names and Titles?
earthgolf 3134 Mar 20, 2002, 5:16 AM
Thread Re: [earthgolf] Imported User Names and Titles?
brewt 3110 Mar 20, 2002, 8:59 AM
Thread Re: [brewt] Imported User Names and Titles?
earthgolf 3083 Mar 20, 2002, 9:50 AM
Thread Re: [earthgolf] Imported User Names and Titles?
brewt 3116 Mar 20, 2002, 10:22 AM
Thread Re: [brewt] Imported User Names and Titles?
earthgolf 3076 Mar 20, 2002, 10:34 AM
Post Re: [earthgolf] Imported User Names and Titles?
brewt 3069 Mar 20, 2002, 10:51 AM