Ramil, you are BRILLIANT!
I would like to add something for those interested in using this mini-mod. I am working on version 2.5.5
If someone is logged in the sidebar will show the last visitors to their profile. If someone is browsing the site without being logged in it will still show the last people to visit the site.
If you want to make clear what is seen you can change the header to: "Latest Visitors" (logged out version) or "Latest visitors to your profile" (when someone is logged in).
1. open yoursite.com\includes\languages\the_language_you_use\lang.core.php
2. search for: home_latest_visitors
3. after the lines:
"home_latest_visitors" =>
"Latest visitors",
add the following or change wording to suit your needs:
"home_latest_profilevisitors" =>
"Latest visitors to your profile",
4. open: yourdomain.com\templates\your_template\ext.members_online.tpl
5. Around line 3 you may see:
<h5><span>{lang:"core","home_latest_profilevisitors"}</span></h5>
6. Replace that line with:
<!-- IF loggedin -->
<h5><span>{lang:"core","home_latest_profilevisitors"}</span></h5>
<!-- ELSE -->
<h5><span>{lang:"core","home_latest_visitors"}</span></h5>
<!-- ENDIF -->
7. of course "home_latest_profilevisitors" must match what you entered in step 3 above in case you renamed it.
That's basically it. Hope you find use for it. Thanks again Ramil!
Little Moosie
Last edited by richardsut (2010-01-27 17:55:56)
Thanks to all vldPersonals forum users for the help, suggestions and solutions! You're awesome!
For more hints, tricks and solutions visit
vldCrowd