Quote:
Today at 12:26 TranceMaster said this in Post #135
works perfect man
thanks for another amazing hack
1 quick eustion
am i right in saying that if u want to change the amount of time given before a new post is made i just edit this line
if ($showeditedby and $lastpost['dateline'] < (time() - ($noeditedbytime * 60))) {
and change the 60 into whatever i want?
|
nope, you have to change the 3600 in this line:
PHP Code:
if($lastpost['userid'] != $bbuserinfo['userid'] OR (time() - $lastpost['dateline']) > 3600 OR ($attachmentid and !$foruminfo['moderateattach'])) {