Quote:
Originally Posted by SirAdrian
Change your plugin to use the hook "threadbit_display" and it should work.
You may want to consider modifying the title the user submits upon saving to database...
|
that didn't work either :\ i also tried
PHP Code:
$thread[title] = str_replace("_", " ", $thread[title]);
(i.e. removing the ')
I'm quite a n00b with vBulletin coding so i'm not quite sure how i'd be able to go about "modifying the title the user submits upon saving to database"... but i'm sure i'd get it if you (or anyone else) were to point me in the direction
Iain