
06-09-2003, 05:41 PM
|
 |
|
|
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Untested, but open printthread.php, find
PHP Code:
$templatesused = "postbit_signature,printthreadbit,printthread";
replace with
PHP Code:
$templatesused = "printthreadbit,printthread";
then
PHP Code:
SELECT post.*,post.username AS postusername,user.username,user.signature,icon.title AS icontitle,icon.iconpath
replace with
PHP Code:
SELECT post.*,post.username AS postusername,user.username,icon.title AS icontitle,icon.iconpath
|