Jump to content

How to replace a word in every posts

Featured Replies

Posted

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 !

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.

  • Author

There is no way to do it in the admin directly ?

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.

  • Author

Tx a lot, i didnt know there was a SQL toolbox ;)

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.