Log in

View Full Version : How do I delete all custom phrases and reset everything in VB3?


007
04-22-2004, 07:59 PM
For some reason the very top of my forums have this:

" />

and it is very annoying. This happned after I created a custom phrase. I then deleted the phrase and the " /> is still there. I am desperate to get rid of this and have done everything from resetting templates to deleting styles.

:( How do I reset/delete all custom phrases in VB3?

Thanks.

~006

Bulent Tekcan
05-08-2004, 11:42 PM
No answer ?? Anyone help ?

Pseudomizer
05-09-2004, 12:02 AM
Hi,

how about doing the following:


$userkills = DBsite ->("Select userid from userfield");

while ($userkill=$DB_site->fetch_array($userkills))
{
DBsite->("DELETE from userfield where userid='$userkill[userid]'");
}


NO WARRANTY and i have no idea if this will work but this is how i would try it first. My suggestion, install a new forum on a testserver and test this out BEFORE you do it on your live system.

But again, i am not responsible for any other damage which could be caused. Good luck.

Cheers,