Here is the instruction for vb 4.2.2
Download and import the plugin by author or mine.
Step 1: Edit template
memberinfo_block_recentvisitors
Find:
HTML Code:
<li><a class="username" href="{vb:link member,{vb:raw row}}">{vb:raw row.musername}</a>{vb:raw row.invisiblemark}{vb:raw row.buddymark}{vb:raw row.comma}</li>
And add
red code to a tag, then should look like this:
Quote:
<li><a class="username" href="{vb:link member,{vb:raw row}}" title="{vb:raw row.date}, {vb:raw row.time}">{vb:raw row.musername}</a>{vb:raw row.invisiblemark}{vb:raw row.buddymark}{vb:raw row.comma}</li>
|
Step 2: Edit file
./includes/class_profileblock.php
Find at line 1222:
PHP Code:
$user['buddymark'] = in_array($user['userid'], $buddylist) ? '+' : '';
Add below:
PHP Code:
$user['date'] = vbdate($this->registry->options['dateformat'], $user['dateline']);
$user['time'] = vbdate($this->registry->options['timeformat'], $user['dateline']);
Save and done.
Tested, worked.
Now, it's time to watch World Cup Argentina vs Belgium