
12-10-2001, 07:27 PM
|
 |
|
|
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
[QUOTE] Originally posted by bira
baratator,
Try adding, in admin/functions.php, the highlighted bit below:
Code:
// Contract Old Posts in Thread (v1.0)
global $display, [high]$post[countpost],[/high] $HTTP_USER_AGENT;
if ($post[dateline]>$bbuserinfo[lastvisit] and $post[countpost]=="0") {
See if this works. (cos it might be that $post[countpost] needs to be declared as global first).
|