No I did the right column myself. it's a pretty simple mod, I really don't want a big mod like vba, just need the right column with login, nothing more.
Quote:
Originally Posted by Dismounted
Code:
<phrase 1="$lastvisitdate" 2="$lastvisittime">$vbphrase[last_visited_x_at_y]</phrase>
You will also need to have this PHP code (either in a plugin or in the file itself):
PHP Code:
$lastvisitdate = vbdate($vbulletin->options['dateformat'], $vbulletin->userinfo['lastvisit']); $lastvisittime = vbdate($vbulletin->options['timeformat'], $vbulletin->userinfo['lastvisit']);
|
And where should I add this, in my rightcolumn plugin on global_start it has no effect.