How to delete this sentence in forum???

Discussion in 'vBulletin' started by sitedevelopment, Oct 5, 2011.

  1. #1
    Hi guys , hope you have good day
    I want to ask you How to delete (( Forum Name from Tags ))

    Note I have version 4.1.5 vB

    Example for you about how Tag search in my website

    Sport - Search Results - Take Forum


    Sport is tag ,,

    and I want results to be consist of just Tag ! (( Sport ))

    How to delete it ?

    Regards
     
    sitedevelopment, Oct 5, 2011 IP
  2. BlackThorn

    BlackThorn Active Member

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #2
    If the corrupt characters are in posts then you can use this query:

    
    UPDATE post
    SET pagetext = REPLACE(pagetext,'OLD TEXT','NEW TEXT')
    
    Code (markup):
    You can use a similar query on other database fields.

    PS first, backup DB.
     
    BlackThorn, Oct 14, 2011 IP