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
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.