Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 26, 20159 yr Hi I would like to replace a word by another one in every posts is there a way to do this in the admin? Tx a lot !
October 26, 20159 yr Just now, Charlie_IPB said: Hi I would like to replace a word by another one in every posts is there a way to do this in the admin? Tx a lot ! You can use sql replace.
October 26, 20159 yr IPS4 => SQL Toolbox: update forums_posts set post = REPLACE( post,'word_to_remove','new_word' ); I strongly suggest you to make a backup before doing anything on your DB.
Archived
This topic is now archived and is closed to further replies.