MeMaBlue Posted September 15, 2017 Posted September 15, 2017 Hello! I need to have a word filter that will exchange existing words into whatever. its a feature currently NOT in the software, it was available to me at the vbulletin 10 years ago, and had been using it.. i know from IPS support they may be planning to add it to future versions, but I cannot wait untill then, and need to know how much it would cost to have it sooner than that (also in case they wont do it). thank you!!
-FP Posted September 15, 2017 Posted September 15, 2017 I guess you could make an app for this... but if all you need is to replace words from forum posts... you could manually query the database in the ACP SQL Toolbox. Maybe I'm not understanding properly what you want to achieve... but this may be what you need to replace 1 word for another in forum posts. UPDATE forums_posts SET post = REPLACE( post, 'old_word', 'new_word' );
Recommended Posts
Archived
This topic is now archived and is closed to further replies.