Quote:
Originally Posted by SirAdrian
Always leave the quotes around title, otherwise if "title" is a defined constant, you will run into some problems...
Anyway, use this instead:
PHP Code:
$thread['title'] = str_replace('_', ' ', $thread['title']);
$thread['threadtitle'] = str_replace('_', ' ', $thread['threadtitle']);
|
thnx but that still didnt work
that was to be in the threadbit_display hook? cos that's where i have it ...
any other ideas?
thnx,
Iain