SMF Support > SMF 2.0.x Support

Remove Personal Text From Profile

<< < (2/3) > >>

Arantor:
What have you been trying to do exactly?

CoastGab.com:

--- Quote from: Arantor on July 28, 2012, 05:59:53 PM ---What have you been trying to do exactly?

--- End quote ---

what you described above...


--- Quote ---emptying the personal_text column (IIRC that's what it's called) from smf_members table.

--- End quote ---

it looks like you are describing an edit of the database, which i didn't want to tackle with my limited knowledge, so i'm waiting until i have a chance to hit my friend up to help me.  i didn't want to bother you guys with every aspect of this thing.  i'm just happy i know what direction i need to go in.  i'll report back though when i'm done and let you know how your solution worked.

Arantor:
I wanted to know exactly how you were trying to do it, it sounded like you were trying to alter the structure of the table.

But seriously, all you need is:

--- Code: ---UPDATE smf_members SET personal_text = ''
--- End code ---

CoastGab.com:
by the way, arrantor... as a regular end user out here, i want to say i've been following what you and nao are doing with wedge.  you have no idea how excited i am about the work you guys are doing over there, and i'm sure there are a lot of others like me patiently awaiting the development of wedge.  you guys really are doing great things.  i think based on what i've read in your rev notes, etc., that wedge will really take my forum to the next level.  i wish you guys much success.

CoastGab.com:

--- Quote from: Arantor on July 28, 2012, 11:22:42 PM ---I wanted to know exactly how you were trying to do it, it sounded like you were trying to alter the structure of the table.

But seriously, all you need is:

--- Code: ---UPDATE smf_members SET personal_text = ''
--- End code ---

--- End quote ---

well, to be perfectly honest, i'm so noobish that i don't know what it is i'm supposed to do with:


--- Code: ---UPDATE smf_members SET personal_text = ''
--- End code ---

or where i'm supposed to do it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version