Ok - In this .zip there are three enhancements I have made, but you need not do them if you want...
[high]
NOTE:[/high] The following enhancements have [high]already[/high] been made to the plugin and template attached in the .zip file in this post...
The first, is for those of us already using the "Get new threads and posts" plugin - I couldn't be bothered to edit the templates and remove it, so I saved myself two queries with this mod
The second is to alter the "Last visit" text:
Find in your template:
Code:
since your last visit at {$bbuserinfo['lastvisit']}<br />
Replace with:
Code:
since your last visit $pmbox[lastvisitdate] at $pmbox[lastvisittime]<br />
This, if you use detailed or yesterday/today time formats, will put "since your last visit Yesterday at 09:11 PM", for example, as opposed to "since your last visit 14-06-2005 at 09:11 PM"
Then you need to remove the following line from your plugin code:
PHP Code:
$vbulletin->userinfo['lastvisit'] = vbdate($vbulletin->options['timeformat'], $vbulletin->userinfo['lastvisit']) . ', ' . vbdate($vbulletin->options['dateformat'], $vbulletin->userinfo['lastvisit']);
The third enhancement is merely a template one - Just adding a bit of text and a variable for "Active members"
I think you can probably figure that one out for yourselves though
So here you go
Satan