IPB 3.x.x text replace in all posts
Jan 26
![]()
Run this queries in phpmyadmin to replace text1 to text2
1 | UPDATE `ibf_posts` SET post = REPLACE(post, 'text1', 'text2'); |
Then do not forget to clear cache in admin side.
Jan 26
![]()
Run this queries in phpmyadmin to replace text1 to text2
1 | UPDATE `ibf_posts` SET post = REPLACE(post, 'text1', 'text2'); |
Then do not forget to clear cache in admin side.