
04-18-2006, 04:37 PM
|
 |
|
|
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by C.Birch
i have been looking in to it and turning off the hide hack fixed the error with this hack.
more to the point its this plugin that breaks your hack from the hide hack:
Hook Location : forumdisplay_query
PHP Code:
$hook_query_fields = ',post.pagetext';
could someone please help me to make both work with each other?
|
Try putting this:
PHP Code:
$hook_query_fields .= ',post.pagetext';
|