The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Members who have visited Today (or in the last 24 hours). Details »» | |||||||||||||||||||||||||||
Members who have visited Today (or in the last 24 hours).
Developer Last Online: Nov 2023
This modification is no longer available or supported. This adds a simple display of all members who have visited the forum - either today (i.e. since the users midnight) or in the last 24 hours. Note: it is not possible for this hack to count guests - however, see this thread to track guests. The main features of the 3.6 version are basically the same as previous versions ; 1. It displays the list on the Forum Home. 2. The list view is collapsable, so you just see the number. 3. Invisible users are only displayed to those allowed to see them (with a "*") 4. Users who should display as coloured or bold etc will be displayed correctly (based on the display usergroup). 5. If you 'hover' over a username it will show the time they were last active. 6. The list is in member name order. 7. The mod is phrased. 8. The ability to turn it on/off is in the ACP Options. 9. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups). 10. The switch between Visited Today and Rolling 24 Hours is an ACP option. 11. The listing of members can now be suppressed (a simple message is displayed instead). 12. The list of names can be set to be always collapsed on initial view. 13. The option to record and display the Most Ever visitors has been added (v4.43+). (Options are in vBulletin Options > Who has visited today) Unzip the XML and import into vB using the ACP Product Manager. To upgrade from the 3.5 version just re-import the product with the overwrite option set to yes. EvilHawk has also updated his WVT on a seperate page, see this post. History: v4.30 : First version for 3.6, a number of bits have been re-written. v4.31 : Dependancies updated for 3.6.0 Gold. v4.32 : Updated for Version Checking. v4.33 : Added options to disable/change auto template insert (not released). v4.34 : Internal code changes (not released). v4.35 : More Internal code changes. v4.36 : Minor phrasing changes. v4.37 : SQL Changes to use slave. v4.38 : Added new template for username display code, modified always collapsed code. v4.39 : Fix uncached template. v4.40 : Fixed table index issues. v4.41 : Moved auto-template options to mods main settings group. v4.42 : Usergroup display and other options added. Updated to prevent loading user data when name display is disabled. v4.43 : Most Ever visitors (members) option added. Show Your Support
|
Comments |
#1112
|
||||
|
||||
Most likely a fault with your usergroup html markup.
|
#1113
|
|||
|
|||
It's just default that, Paul.
Only happens with IE though, and when the particular users (that aren't underlined) profile page has been visited. I still can't replicate it myself, with IE or FF. |
#1114
|
||||
|
||||
Sounds like your talking about standard browser behaviour, links can be set to be underlined if not visited, and not underlined when visited - (style/css settings).
|
#1115
|
|||
|
|||
Quote:
As usual you're quite correct Paul, and thanks loads for pointing that out. I hadn't considered the 3rd party style I was using may have no underline specified in the CSS settings. Default of course was fine. All working now anyway - much appreciated. :up: |
#1116
|
|||
|
|||
Hi Paul,
I've installed the mod but there is a slight appearance error. The duplicate whosonline.gif image is not aligned with the original image. Can you help? Callum |
#1117
|
||||
|
||||
You have added some padding to the cell, you will need to edit the template for this mod to add the same padding.
|
#1118
|
|||
|
|||
Which template do I need to edit? I haven't customised the skin since I downloaded it a dew days ago
cheers |
#1119
|
||||
|
||||
Display_Visitors
|
#1120
|
|||
|
|||
Really sorry but this is way over my head
What do I need to add and where? Code:
<!-- $data_wvt[title] --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_todayusers')"><img id="collapseimg_forumhome_todayusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayusers].gif" alt="" border="0" /></a> $whotitle </td> </tr> </tbody> <tbody id="collapseobj_forumhome_todayusers" style="$vbcollapse[collapseobj_forumhome_todayusers]"> <tr> <td class="alt2"><a href="memberlist.php"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td> <td class="alt1" width="100%"><div class="smallfont">$whotoday</div></td> </tr> </tbody> <!-- PEMDATA37: $data_wvt[title] : Version = $data_wvt[version] : Revision = $data_wvt[cvs] --> |
#1121
|
|||
|
|||
p.s. I promise i'm trying to fix this too, i'm just quite new to all this ....I hate it when people don't even look at their issue first
I tried the below....but no luck - isnt the 'padding' code only meant for CSS files? Code:
<td class="alt2"><a href="memberlist.php"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" padding-left: 5em /></a></td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|