Quote:
Originally Posted by sabret00the
ok i see your problem, and i know what it is. it's an issue to do with it (your advert) trying to close a container that was never opened. i'll look into it on my test board, i will get back to you about this one, this evening.
|
To fix your problem, you'll have to edit the viewthread.php, on line 263 find:
PHP Code:
$show['spacer'] = FALSE;
and replace with
PHP Code:
$show['spacer'] = TRUE;
now go into your admincp and where it says 'Strings To Find In "viewthread.php"' add:
PHP Code:
, <div style="padding:0px 25px">
to the very end.
now for 'Strings To Replace In "viewthread.php"' add:
PHP Code:
, <div style="padding:0px 0px">
and that will fix your problem.