if ($dateline == TIMENOW OR (isset($this->info['user']['lastpost']) AND $dateline > $this->info['user']['lastpost'])) { $user->set('lastpost', $dateline); }
$postid = intval($this->fetch_field('postid'));
if ($dateline == TIMENOW OR (isset($this->info['user']['lastpostid']) AND $postid > $this->info['user']['postid'])) { $user->set('lastpostid', $postid); }
$user->save(); } } } }
This is the code that add a post count if you post but i cant find the part of reply only if i change the reply part it still give me 1 post.