Jump to content

How To Remove [Sigpic] From Vb Conversion


Rhett

Recommended Posts

Run these queries to remove the

[sigpic][/sicpic] 

from a vb conversion

update profile_portal set signature = replace(signature,'[sigpic]','')update profile_portal set signature = replace(signature,'[/sigpic]','')update profile_portal set signature = replace(signature,'[SIGPIC]','')update profile_portal set signature = replace(signature,'[/SIGPIC]','')

then rebuild the signature cache

Rhett Buck

Exact Servers

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...