Quote:
Originally Posted by sabret00the
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.
|
Hello
Ok I am change $show['spacer'] = TRUE; = ok
<div style="padding:0px 25px"> = ok
<div style="padding:0px 0px"> = ok
But problem continual

:cry: :cry: