1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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 Member

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #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