Quote:
Originally Posted by kh99
Instead of your plugin using global_start, try using this on global_complete:
Code:
$output = str_replace("example.com", "", $output);
but it does seem kind of dangerous (and slower) to replace it globally on the entire output, it would be better to figure out where to do it just for the post contents.
|
wow finnay the solution ! big thanks at kh99!
you mean this code could make it faster?
or please give me a better solution i have a big forum so every slow plugin is bad.
PHP Code:
if(THIS_SCRIPT == showthread)
{ }