Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Durango Posted October 26, 2015 Posted October 26, 2015 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 !
Ugur Kaya Posted October 26, 2015 Posted October 26, 2015 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.
Durango Posted October 26, 2015 Author Posted October 26, 2015 There is no way to do it in the admin directly ?
Adriano Faria Posted October 26, 2015 Posted October 26, 2015 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.
Durango Posted October 26, 2015 Author Posted October 26, 2015 Tx a lot, i didnt know there was a SQL toolbox
Recommended Posts
Archived
This topic is now archived and is closed to further replies.