Is there a way to make this say edited by "name" on "date"
you know, the standard edit text when someone posts?
Is it possible to make it do this after the same amount of time that my normal time is set ebfore having it diplay edited by?
I have it set to 2 minutes, so how would I do this?
I tried:
PHP Code:
else {
if($lastpost[pagetext]!=$message) {
$editedbysql="";
if ($showeditedby and $lastpost[dateline]<(time()-($noeditedbytime*1))) {
$editedbysql=",edituserid='$bbuserinfo[userid]',editdate='".time()."'";
}
without any luck... Probably something stupid I didn't think of.. :ermm: