![]() |
Change one word to another
I'm looking for a mod that would work like this:
User makes post, in post there is a word "ROTFL" I want forum to change it to "Rolling on floor laughing" automatically. It would be nice to have some simple method of making this rules like file with smt like this: rotfl = Rolling on floor laughing cat = dog idiot = i'm an idiot etc :) |
The plugin code has been posted several time. Do a search on "str_replace" and you should find it.
|
You can using hook postbit_display_complete
PHP Code:
If you want replace from database, you can use SQL [SQL]UPDATE post SET pagetext = replace(pagetext, "cat", "dog");[/SQL] If you want, i can write product and attachment to my post Please click like button |
Quote:
Quote:
I did add a new plugin, selected location - postbit_display_complete I did add this code: Code:
$1=array( |
All times are GMT. The time now is 04:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|