Quote:
Originally posted by midad
Sorry LogicianI tried this but nothing happened 
I did everything you told me but when I go to any thread it shows nothing on the top. Just the table when I make the border = 1
Maybe you forgot to mention something. I'm sure you did it and I DO appreciate your help to me, but would you mind helping me a little more
|
I think I figured out why: Because there are 2
$threadid = intval($threadid);
$thread = verifyid("thread",$threadid,1,1);
lines in showthread.php
Add the line BEFORE:
if ($wordwrap!=0) {
line..
This should work.. This hack is tested and sure it's running!