News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Clear all custom titles

Started by Burke ♞ Knight, December 29, 2008, 02:18:32 PM

Previous topic - Next topic

Burke ♞ Knight

I recently converted a forum from VB.
I need to clear all the custom titles on all members.
What is the easiest way to do this for site with 1244 Members?

ThorstenE

use a small SQL query for this:
UPDATE smf_members SET usertitle = '';
Don't forget to make a backup before ;)

Burke ♞ Knight


Advertisement: