
12-17-2001, 12:37 AM
|
 |
|
|
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
[QUOTE] Originally posted by bira
Open admin/functions.php, find:
Code:
global $display, $HTTP_USER_AGENT;
if ($post[dateline]>$bbuserinfo[lastvisit]) {
change it to (additions marked in high):
Code:
// Contract Old Posts in Thread (v1.0)
global $display, [high]$thispost,[/high] $HTTP_USER_AGENT;
if ($post[dateline]>$bbuserinfo[lastvisit][high] || $thispost=="1"[/high]) {
That's it.
Again, like I said, maybe there's a way of doing it that I'm ignoring and FireFly can help, but I just used my count posts hack for it and it works. *shrug*
|