Can this be used in a newer versions of VBB ??
Tried to install it manually in 227 version, but it dosen`t show.
Here`s what i did:
PHP Code:
} else {
$post[signature] = "";
}
/* User local time in post */
global $timeoffset;
$post['localtime'] = date($timeformat, time()+($post['timezoneoffset']-$timeoffset)*3600);
/* User local time in post */
} else {
$postsperday=0;
$post[username]=$post[postusername];
$post[usertitle]="Guest";
$post[joindate]="Not Yet";
$post[posts]="N/A";
Is this wrong ?