View Full Version : Forum Home Enhancements - Members who have visited today.
Paul M
08-22-2009, 10:00 PM
--------------------------------------------------------------------------------
This modification has been withdrawn.
vBulletin 4.0.x and 4.1.x are no longer supported.
The feature is already built into the core vBulletin 4.2.x code.
--------------------------------------------------------------------------------
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.
This modification cannot count guests, it is members only.
Note that installing this will automatically remove the "Member Tracking" modification.
The main features of the vB4 version are as follows ;
1. It displays the list on the Forum Home.
2. Invisible users are only displayed to those allowed to see them (with a "*")
3. Users who should display as coloured or bold etc will be displayed correctly (based on the display usergroup).
4. If you 'hover' over a username it will show the time they were last active.
5. The list is in member name order.
6. The ability to turn it on/off is in the ACP Options.
7. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups).
8. An option to record and display the Most Ever Members can be enabled.
9. The switch between Visited Today and Rolling 24 Hours is an ACP option.
10. The listing of members can be suppressed (a simple message is displayed instead).
11. The list view is collapsable, so you just see the number .
12. The display can be set as always collapsed on initial page load.
(Options are in vBulletin Options > Who has visited today)
To install just download the XML and import into vB using the ACP Product Manager.
History:
v4.0.1 : 21-Dec-2009 : Initial release for vb 4.0.0 Gold.
v4.0.2 : 22-Dec-2009 : Minor display changes (Icon).
v4.0.3 : 24-Dec-2009 : Install code updates.
v4.0.4 : 16-Jan-2010 : Added always collapsed option.
v4.0.5 : 26-Jan-2010 : Various updates.
v4.0.6 : 18-Feb-2010 : Installer update.
v4.0.7 : 29-May-2010 : Fix error in upgrade section of install code.
v4.0.8 : 22-Oct-2010 : Fixed for WGO style changes in vB 4.0.8.
v4.0.9 : 06-Nov-2010 : Install code updated.
v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1.
v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7.
v4.1.8.0 : 18-Nov-2011 : Updated for vBulletin 4.1.8 onwards (only).
v4.1.11.0 : 03-Mar-2012 : Updated for vBulletin 4.1.11 image changes.
Ohiosweetheart
08-23-2009, 09:59 PM
Fantastic! Going to install and test it now.
Paul M
08-23-2009, 10:25 PM
JFYI, you may want to note the bug in the Forumhome template that affects the display of this atm.
http://www.vbulletin.com/forum/project.php?issueid=28904
cellarius
08-23-2009, 10:32 PM
Installed and fixed the bug, works like a charm :)
Razasharp
08-24-2009, 12:01 AM
Glad this one's done already Paul! :)
Andreas
08-24-2009, 06:50 AM
Does not work with Memcache as Datastore Cache.
Paul M
08-24-2009, 08:23 AM
I have no way of testing that since I dont use memcache, but could you be a little more specific than "does not work" :)
JFYI, I use xcache for the datastore normally, but xcache support appears completely broken in vb4 atm so I cant even test that.
veenuisthebest
08-24-2009, 08:29 AM
Does not work with Memcache as Datastore Cache.
May I know please, how do we determine/test that a mod is working with various cache systems?
Paul M
08-24-2009, 08:37 AM
You cant, unless you have them installed.
BTW, Just to be clear about something, the only part that uses the datastore is the "Most ever" display, not the main display.
veenuisthebest
08-24-2009, 10:10 AM
You cant, unless you have them installed.
Obviously, so like I have XCache installed. How do I test now?
Andreas
08-24-2009, 10:33 AM
I have no way of testing that since I dont use memcache, but could you be a little more specific than "does not work" :)
Hehe, sure ;)
(In fact I didn't test it, I just looked at the code):
You are calling do_fetch(), which does work just fine for connectionless caches like APC, XCache, eAccelerator.
Memcache however does need a connection, and do_fetch() does not check if there is one - so you end up with an error (or a segfault in worst case (http://www.vbulletin.com/forum/project.php?issueid=11540)).
Paul M
08-24-2009, 11:23 AM
So this is a bug in vbulletin, the memcache class should check/create a connection when do_fetch() is used. :)
As it happens, that code only runs if maxloggedin does not exist, which should never be the case on the forumhome, it was a backup in case the code was run on other pages (which used to be an option, but got removed in the 3.8 version). So even if you run memcache, this should actually always work.
In fact, I think I can take out the datastore fetch, as the reason for it being there no longer exists.
Paul M
08-24-2009, 11:24 AM
Obviously, so like I have XCache installed. How do I test now?
Sorry, I dont really understand what you are asking.
Andreas
08-24-2009, 11:41 AM
Nope, as do_fetch() is a "private" method that really only gets called from within the class - you are abusing it by calling it from the outside ;)
Marco van Herwaarden
08-24-2009, 12:08 PM
Then it should be set as private so it can't be used from outside the class.
Paul M
08-24-2009, 12:08 PM
Abusing it, lol, a bit extreme :)
I havent looked at that for a couple of years, since I first played with it, but yes, I presume fetch() should be used.
Paul M
08-26-2009, 02:34 PM
Build 13 - added the collapse option back.
Andreas
08-26-2009, 08:39 PM
Then it should be set as private so it can't be used from outside the class.
If it was PHP 5 code - sure.
But it is PHP 4 code still.
Paul M
09-09-2009, 07:09 PM
Build 16 uploaded.
Various changes based on testing and learning of vb4.
Charlie98902
11-15-2009, 03:05 PM
Thanks Paul this is one of the many mods I use :)
tom001
11-15-2009, 03:07 PM
Nice I downloaded it.
CThiessen
11-15-2009, 03:29 PM
Works fine on my Test Forum.
Prior to Update (v3>v4) i disabled all AddOn´s but leave them installed.
Just installed this AddOn and it works fine. Kept the old "Highscores"
Thanks for that
Christian
PixelFx
11-15-2009, 04:06 PM
wow fast to get updates out. :D
Paul M
11-15-2009, 04:22 PM
wow fast to get updates out. :D
LOL, this has been in development since Alpha 1 :)
PixelFx
11-15-2009, 04:47 PM
I didn't come in till beta 1, but seems only today I could see it .. ;) *cough*
Ascor
11-15-2009, 06:25 PM
Thanks Paul :)
The Coon
11-15-2009, 06:30 PM
Thank you, Paul! That was fast ;)
I would like to have this statistic icon in front of it:
106153
Greetz!
nomoreturn
11-15-2009, 06:31 PM
Installed and working great thanks
Paul M
11-15-2009, 09:45 PM
I would like to have this statistic icon in front of it:
Indeed, I agree, it will be in the next release.
Booth
11-15-2009, 10:00 PM
Excellent, works perfectly thanks for the update :)
merk_aus
11-15-2009, 10:08 PM
Thanks for this Paul, this is normally one of the first mods I install and am glad to see that this has been released etc. Installed and works fine.
bart6767
11-15-2009, 10:11 PM
I get a bug in this as the names go of the page and i get a scrollbar ?
iCafe
11-16-2009, 12:13 AM
bug on my site
https://vborg.vbsupport.ru/external/2009/11/1.php?id=e7c4_4b00b4b2 (http://www.uppic.org/share.php?id=E7C4_4B00B4B2)
Charlie98902
11-16-2009, 12:14 AM
Looks like it may be conflicting with another mod?
ukDesign
11-16-2009, 06:11 AM
Works well thanks.
bart6767
11-16-2009, 10:36 AM
bug on my site
https://vborg.vbsupport.ru/external/2009/11/1.php?id=e7c4_4b00b4b2 (http://www.uppic.org/share.php?id=E7C4_4B00B4B2)
I get the same bug .
Paul M
11-16-2009, 10:50 AM
Since I cannot view that link at work, I cannot see what you mean. However, going on the description, there is no bug in this mod, since it uses the standard vb style - there is however a known bug like this in the current beta style, which affects IE8 I think.
cellarius
11-16-2009, 01:03 PM
Yep, Paul, that's the known issue with the who's online block has with IE 8. Definitely a vB4 style issue, not your mod.
rtyagis
11-16-2009, 01:33 PM
Thanks
OmekaTeam
11-16-2009, 02:35 PM
Hi
I have a problem, the names customer go outside from the forum, also with the skin of default. Use firefox and IE8.
cellarius
11-16-2009, 02:37 PM
Hi
I have a problem, the names customer go outside from the forum, also with the skin of default.
You did not bother to read the half dozen or so posts right before yours, did you? ;)
Jamieinnh
11-16-2009, 02:39 PM
Thanks! This is one of my few mods I used and had to disable.
Thanks for the release!
Fr4n-FX
11-16-2009, 04:01 PM
Hi
I have a problem, the names customer go outside from the forum, also with the skin of default. Use firefox and IE8.
same problem here, also with default style and language.
Charlie98902
11-16-2009, 05:46 PM
same problem here, also with default style and language.
That's the vb4 software not this mod it has been noted as a bug on vb.com.
iCafe
11-17-2009, 11:29 AM
bug on my site
https://vborg.vbsupport.ru/external/2009/11/1.php?id=e7c4_4b00b4b2 (http://www.uppic.org/share.php?id=E7C4_4B00B4B2)
it have on ff3 ie8 chrome
Charlie98902
11-17-2009, 12:05 PM
Pic is too small to really see and can't even get your website to load to even look.
Paul M
11-17-2009, 03:01 PM
Please read the Big Purple Note on the main post.
The Coon
11-17-2009, 03:28 PM
Thank you very much for the update. Works as expected! :up:
cjwzx2
11-17-2009, 09:59 PM
I like it. I had something like it installed on 3.8. It also had top posts and such in the info. Good mod.
**it may be something I did or didn't do. But the list of people goes to the right further than the containing box. It was about 250 people. Like I said I may have missed an option or change to the template.
cellarius
11-17-2009, 10:47 PM
**it may be something I did or didn't do. But the list of people goes to the right further than the containing box. It was about 250 people. Like I said I may have missed an option or change to the template.
Please read the Big Purple Note on the main post.
May as well save Paul the time typing this again and again...
Dr.osamA
11-18-2009, 02:00 AM
thxx budy i ll tray it
________
Blowjob Tube (http://www.++++tube.com/categories/13/blowjob/videos/1)
tech4c
11-18-2009, 08:36 AM
Thanks
SocialNetworkBuzz
11-18-2009, 09:32 AM
Please read the Big Purple Note on the main post.
Just a note for you Paul, "big Purple Note" has same issue using FireFox and Safari
cjwzx2
11-18-2009, 05:56 PM
Just a note for you Paul, "big Purple Note" has same issue using FireFox and Safari
And Chrome...
daveaite
11-18-2009, 06:22 PM
And Chrome...
And iphone
Paul M
11-18-2009, 10:08 PM
Just a note for you Paul, "big Purple Note" has same issue using FireFox and Safari
And Chrome...
And iphone
Hmmmm, AFAIK, it should only happen in IE8 (of the popular browsers).
I cant actually reproduce it at all, but I did notice another issue, so Ive changed the way the display is built slightly, which may have improved the above issue as well. Try Build 20 and see. :cool:
VonDoom
11-18-2009, 11:16 PM
Wasn't having issues in IE8 or FF (because my forum is closed. ;) ) but updated anyways.
cjwzx2
11-18-2009, 11:19 PM
Working perfect now in chrome. Don't have ff or ie on this computer so I will check those later.
Thanks!
Sheen
11-19-2009, 03:31 AM
Thanks for doing it so quickly for vb 4.0 Paul.
OmekaTeam
11-19-2009, 07:24 AM
You did not bother to read the half dozen or so posts right before yours, did you? ;)
Why you read to all the post of the forum?
cellarius
11-19-2009, 07:29 AM
Why you read to all the post of the forum?
No, but if I answer to a thread, I tend to read it before I do so. Even more so if I report a bug for a mod. It is annoying if people report the same issue again and again just because they are to lazy to read or use the search.
OmekaTeam
11-19-2009, 07:34 AM
I have read now them, but about my problem vague one was spoken in way much. Attendance to a product wants to say other.
cellarius
11-19-2009, 07:35 AM
I have read now them, but about my problem vague one was spoken in way much. Attendance to a product wants to say other.
Sorry, but I don't understand what you want to say?
Matt.AU
11-19-2009, 07:45 AM
Installed thanks heaps :D
Paul M
11-19-2009, 08:37 AM
No fighting in this thread please. :)
hendri
11-19-2009, 08:53 AM
i got this error
XML Error: Undeclared entity warning at Line 485
OmekaTeam
11-19-2009, 11:54 AM
I have I am same problem with the English language that with the skin of default, the forum goes above-the-line and it is increased.
Paul M
11-19-2009, 12:14 PM
i got this error
XML Error: Undeclared entity warning at Line 485
Doing what ?
I have I am same problem with the English language that with the skin of default, the forum goes above-the-line and it is increased.
Sorry, I dont understand this.
TimberFloorAu
11-19-2009, 05:33 PM
Thanks for porting to VB4 Paul.
Just one thing, the expand collapse button, for us, actually takes us to top of forum page and doesnt indeed expand or collapse.
Ste
The Coon
11-19-2009, 06:22 PM
actually takes us to top of forum page and doesnt indeed expand or collapse.
I can not confirm that with my environment:
Chrome 3.0.195.25
Internet Explorer 8.0.6001.18702
Firefox 3.5.5
Works perfect ... :)
elwachiman
11-19-2009, 06:29 PM
instaled ....
Paul M
11-19-2009, 07:18 PM
Thanks for porting to VB4 Paul.
Just one thing, the expand collapse button, for us, actually takes us to top of forum page and doesnt indeed expand or collapse.
Ste
Sounds like a browser issue to me. Works fine here in IE 6/7/8 and FF 3/3.5
You do have Javascript enabled ?
TimberFloorAu
11-19-2009, 07:57 PM
Sounds like a browser issue to me. Works fine here in IE 6/7/8 and FF 3/3.5
You do have Javascript enabled ?
Could be browser, was testing in Chrome.
Yep, works fine in FF and IE
hendri
11-19-2009, 09:22 PM
Doing what ?
when i import the xml
Paul M
11-19-2009, 09:49 PM
when i import the xml
I suggest you download it again, as its clearly corrupted. There are nowhere near 480 lines in it. :cool:
hendri
11-20-2009, 01:18 AM
same :
XML Error: Undeclared entity warning at Line 485
i also blur ...
jaffaman
11-20-2009, 06:50 AM
Thanks for porting to VB4 Paul good job :)
ForYou
11-20-2009, 11:30 AM
Hello Sir ,
is there away to do update for
https://vborg.vbsupport.ru/showthread.php?t=197487
Who has read a Thread
Installed it, Works with charm some ratings left :) thanks for great add-on Paul..
halkum
11-20-2009, 08:28 PM
Hello Sir ,
is there away to do update for
https://vborg.vbsupport.ru/showthread.php?t=197487
Who has read a Thread
I asked the same thing in that mod's thread. I'm sure Paul will do it when he's got time.
CarlitoBrigante
11-25-2009, 01:52 AM
Great, thanks. There is just one thing: the added block has the same id of the one above it, which makes the page not valid XHTML.
It should use a different ID associated with specific CSS info.
Of course, having this http://www.vbulletin.com/forum/project.php?issueid=32262 built into would help in these cases.
Paul M
11-25-2009, 08:26 AM
Great, thanks. There is just one thing: the added block has the same id of the one above it, which makes the page not valid XHTML.
Yes, this is because vb4 in its infinite wisdom, assigns the CSS to the tag ID rather than using a class, so the only two choices are duplicate the tag id, or find some way to output (yet more) CSS. There is no easy way to do that [automatically] - its a very poor design IMO - so until IB sort this out, duplicating the ID is the method used.
cellarius
11-25-2009, 09:02 AM
Yes, this is because vb4 in its infinite wisdom, assigns the CSS to the tag ID rather than using a class, so the only two choices are duplicate the tag id, or find some way to output (yet more) CSS. There is no easy way to do that [automatically] - its a very poor design IMO - so until IB sort this out, duplicating the ID is the method used.
Very much agreed. I have the same problem with one of my mods, and do the same as Paul does.
CFodder
12-01-2009, 06:41 AM
W00t, great to see this mod ported over - installed and working just fine :), thanks Paul.
Charlie98902
12-05-2009, 12:49 AM
Broken now with the latest update.
Broken now with the latest update.
It's not exactly broken.. it just looks ugly. :P
Also, it would appear that you can now give the id a unique name. :)
lbpforum.net
12-05-2009, 09:53 AM
Can you update it for the beta 5?
bart6767
12-05-2009, 10:40 AM
Can you update it for the beta 5?
Read post 86 and that will fix it for you .
Charlie98902
12-05-2009, 12:32 PM
I am not a coder and can just wait till Paul updates it. I am not running live so it is doing no harm.
The fix involves replacing one class with another. Not exactly 'coding'.
Personally, I wouldn't bother if I was Paul. 'Fix' it for Beta5 = Break it for everyone running Beta 4.
Paul M
12-05-2009, 07:06 PM
Since today is my daughters 18th birthday I havent even noticed that another vb4 version has been released. When I get round to installing it I will take a look and release any update as necessary. Im afraid you have to expect things to break in betas. :)
Charlie98902
12-05-2009, 07:47 PM
I am aware of this and have a great day partying. :D
halkum
12-05-2009, 09:17 PM
Thanks for the Beta 5 update
alnassrah
12-06-2009, 04:51 AM
Thank you for the update
willy888
12-06-2009, 06:39 AM
thanks for this mod
Happy birthday for your daugghter
Booth
12-06-2009, 01:09 PM
Thanks for the update Paul :)
lbpforum.net
12-06-2009, 02:11 PM
Thank you for the update. Is it also possible to add the feature to show users visited in the last 24 hour? There was such mod for 3.8.
Regards
Paul M
12-06-2009, 04:26 PM
Thats still part of it.
bart6767
12-06-2009, 08:00 PM
I have installed Version: 4.0.0 Beta 5 and the names dont show up on forum home ?
I had a look in ACP and all the settings are on .
CrazyProgrammer
12-06-2009, 08:57 PM
i changed the width to 1000px is it possible to fix after 1000 pix has passed it goes to next line?
TalkTemplate
12-06-2009, 09:30 PM
I get this error when installing
Database error in vBulletin 4.0.0 Beta 5:
Invalid SQL:
DELETE FROM phrase WHERE product = 'paulm_wvt_40' AND languageid = -1;
MySQL Error : Table 'phrase' is marked as crashed and should be repaired
Error Number : 1194
Request Date : Sunday, December 6th 2009 @ 06:28:01 PM
Error Date : Sunday, December 6th 2009 @ 06:28:07 PM
Script : http://www.url.com/admincp/plugin.php?do=productimport
Referrer : http://www.url.com/admincp/plugin.php?do=productadd
IP Address : 173.72.97.46
Username : admin
Classname : vB_Database
MySQL Version : 5.0.81-community
WhatChaMissin
12-07-2009, 01:41 AM
I have installed Version: 4.0.0 Beta 5 and the names dont show up on forum home ?
I had a look in ACP and all the settings are on .
I'm experiencing the same issue. Even tried using different settings, but does not show up, no error messages present.
upgraded from v3.8.x (not a new install).
Paul M
12-07-2009, 10:56 AM
I have installed Version: 4.0.0 Beta 5 and the names dont show up on forum home ?
I had a look in ACP and all the settings are on .
Are your sure your usergroup is allowed to view it ?
i changed the width to 1000px is it possible to fix after 1000 pix has passed it goes to next line?
I have no idea what you are asking about.
I get this error when installing
As the error says, you have a crashed table in MySQL, which you need to fix.
Table 'phrase' is marked as crashed and should be repaired
bart6767
12-07-2009, 12:31 PM
Are your sure your usergroup is allowed to view it ?
Yea usergroup is set to veiw .
I installed the old one again and did the fix and it works fine but cant get the names to show on the beta 5 one .
PinkLiquorice
12-07-2009, 12:55 PM
JFYI, you may want to note the bug in the Forumhome template that affects the display of this atm.
http://www.vbulletin.com/forum/project.php?issueid=28904
It wont let me look at that thread even though I am logged into the vb site. Has it been moved? Thank you
cellarius
12-07-2009, 02:38 PM
It wont let me look at that thread even though I am logged into the vb site. Has it been moved? Thank you
That bug is in the private alpha bugtracker, so you don't have the necessary permissions. When Paul converted this mod first, there were only Alpha testers around. Anyway, look at the date of the post you are quoting: It's from August. The bug that link goes to was reported back then and has been fixed a long time ago. Nothing that should bother you further :)
Paul M
12-07-2009, 05:39 PM
I installed the old one again and did the fix and it works fine but cant get the names to show on the beta 5 one .
Are you sure you havent simply collapsed the display ?
FYI, the fix given is not actually correct, since it breaks (removes) the collapse feature.
PinkLiquorice
12-08-2009, 05:17 PM
That bug is in the private alpha bugtracker, so you don't have the necessary permissions. When Paul converted this mod first, there were only Alpha testers around. Anyway, look at the date of the post you are quoting: It's from August. The bug that link goes to was reported back then and has been fixed a long time ago. Nothing that should bother you further :)
Sorry didnt realise it was from August, Im still having this problem though:
Paul M
12-08-2009, 05:55 PM
Well in theory, all your members could be invisible, and you are viewing the display without permission to see invisible users. Other than that I have no idea. There is nothing I can tell you without [admin] access to your forum.
rizelim
12-12-2009, 07:33 PM
i.e 8 bug
Charlie98902
12-12-2009, 07:41 PM
Yes that is an IE8 bug.
ericgtr
12-12-2009, 10:58 PM
Thanks Paul, nice touch with the reminder to mark as installed too. A lot of my mods have people downloading and thanking me for them but never clicking install, I might just rob this idea.
Paul M
12-13-2009, 09:41 AM
Yes that is an IE8 bug.
Indeed, I am however unable to reproduce it in any browser any more.
I might just rob this idea.
LOL, feel free. :)
sani79
12-13-2009, 10:19 AM
HY
I have a Visual Big on it!! i use Firefox and VB Cerion 4.0 Beta 4!!
107466
THX
sani79
Paul M
12-13-2009, 02:46 PM
Perhaps you should read the notes in the main post ;)
Pre Beta 5
Please note that this will not display correctly in vBulletin 4 versions prior to Beta 5.
rizelim
12-13-2009, 05:29 PM
vBulletin Version 4.0.0 Release Candidate 2 İE8 bug.
tech4c
12-14-2009, 03:26 AM
Thanks Paul
and
Happy birthday to your daughters :)
vBulletin Version 4.0.0 Release Candidate 2 İE8 bug.
I change the template and we have to waiting Paul to accept this
Try if you want :)
it's working fine with IE8 and Firfox good
RC2
Admincp >>> vB4 Default Style >>> template >>> Display_Visitors
<!-- Who Visited 4.0 -->
<vb:if condition="$show['member']">
<div id="wgo_wvt_users" class="wgo_subblock collapse">
<h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:phrase wvt_alt_title}"/>{vb:raw wvt.whotitle}</h3>
<a class="collapse" id="collapse_wvt_list" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse.png" alt="" title="{vb:rawphrase wvt_col}" /></a>
<div id="wvt_list">
<p>{vb:raw wvt.visitors}</p>
<vb:if condition="$vboptions['wvtnames']">
<vb:if condition="$wvt['totaltoday'] == 0">
{vb:phrase wvt_no_visitors}
<vb:else />
<ol class="commalist" id="wgo_wvt_list"></ol>
<vb:each from="wvt['info']" value="today">{vb:stylevar dirmark} <a class="username" href="{vb:link member, {vb:raw today}}" title="{vb:raw today.wrdate}">{vb:raw today.musername}</a> {vb:raw today.markinv}</vb:each>
</vb:if>
<vb:else />
{vb:phrase wvt_no_visitors_display}
</vb:if>
</div></vb:if>
</div>
<!-- End Who Visited 4.0 -->
And you can change the show from this CODE
<vb:if condition="$show['member']">
Regards,
rizelim
12-14-2009, 04:48 AM
Thanks Paul
and
Happy birthday to your daughters :)
I change the template and we have to waiting Paul to accept this
Try if you want :)
it's working fine with IE8 and Firfox good
RC2
Admincp >>> vB4 Default Style >>> template >>> Display_Visitors
<!-- Who Visited 4.0 -->
<vb:if condition="$show['member']">
<div id="wgo_wvt_users" class="wgo_subblock collapse">
<h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:phrase wvt_alt_title}"/>{vb:raw wvt.whotitle}</h3>
<a class="collapse" id="collapse_wvt_list" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse.png" alt="" title="{vb:rawphrase wvt_col}" /></a>
<div id="wvt_list">
<p>{vb:raw wvt.visitors}</p>
<vb:if condition="$vboptions['wvtnames']">
<vb:if condition="$wvt['totaltoday'] == 0">
{vb:phrase wvt_no_visitors}
<vb:else />
<ol class="commalist" id="wgo_wvt_list"></ol>
<vb:each from="wvt['info']" value="today">{vb:stylevar dirmark} <a class="username" href="{vb:link member, {vb:raw today}}" title="{vb:raw today.wrdate}">{vb:raw today.musername}</a> {vb:raw today.markinv}</vb:each>
</vb:if>
<vb:else />
{vb:phrase wvt_no_visitors_display}
</vb:if>
</div></vb:if>
</div>
<!-- End Who Visited 4.0 -->
And you can change the show from this CODE
<vb:if condition="$show['member']">
Regards,
Yes, the problem seems to Forum Blocks Manager was built with.My friends forums http://uydudoktoru.com You can look at this.
Adem GEN?
12-14-2009, 10:43 AM
Thanks, Installed
betty02
12-14-2009, 12:06 PM
I have the same as this except with say 30 names there and it sits a littel out of the 'box'
https://vborg.vbsupport.ru/attachment.php?attachmentid=107289&d=1260299806
Any fix for this? Cheers
Paul M
12-14-2009, 06:03 PM
I change the template and we have to waiting Paul to accept this
Try if you want :)
it's working fine with IE8 and Firfox good
Thats taken from a really old version (4.0.0.19 or before) and wont work with the current plugin code.
Paul M
12-14-2009, 06:04 PM
Any fix for this? Cheers
Fix for what exactly ? I dont know what your screenshot is supposed to be showing.
rizelim
12-14-2009, 06:44 PM
Paul ! The problem seems to Forum Blocks Manager was built with.My friends forums http://uydudoktoru.com You can look at this.
https://vborg.vbsupport.ru/attachment.php?attachmentid=107438&stc=1&thumb=1&d=1260653627
Paul M
12-14-2009, 10:52 PM
Sorry but I dont understand what your saying.
What does "Forum Blocks Manager was built with.My friends forums" mean ? What is your problem exactly ?
The site you linked to seems to be working fine. However, whatever else you have linked to is so incedibly small I have no idea what it is supposed to show.
VonDoom
12-15-2009, 04:26 AM
The attached Image although tiny is showing the members list spilling out of the container.
betty02
12-15-2009, 07:15 AM
Fix for what exactly ? I dont know what your screenshot is supposed to be showing.
Home this helps!
Paul M
12-15-2009, 11:52 AM
That has been answered in post #116. :)
Paul M
12-15-2009, 11:55 AM
The attached Image although tiny is showing the members list spilling out of the container.
As previously stated, the fix supplied by IB exists in Build 22, and I cannot replicate that issue anymore in any version of IE or FF.
VonDoom
12-15-2009, 02:36 PM
lol i wouldnt know, i only have this on a new board. it will be awhile b4 anything is spilling over. ;)
rizelim
12-15-2009, 05:21 PM
Sorry but I dont understand what your saying.
What does "Forum Blocks Manager was built with.My friends forums" mean ? What is your problem exactly ?
The site you linked to seems to be working fine. However, whatever else you have linked to is so incedibly small I have no idea what it is supposed to show.
No problems with firefox internet explorer 8 and the problem still persists when logged is.100 members forum on the site shift occurs.can you please check again. http://www.uydudoktoru.com
Paul M
12-15-2009, 05:59 PM
Yep, I can reproduce it with the code from your site.
Please try build 26.
rizelim
12-15-2009, 07:26 PM
Yep, I can reproduce it with the code from your site.
Please try build 26.
Thanks Paul M!
Charlie98902
12-15-2009, 07:30 PM
Now you broke Firefox! Just kidding! Thanks :D
Now you broke Firefox! Just kidding! Thanks :D
:D :D :D :D
Update done, it's working very nice!
bilgicc
12-16-2009, 09:26 AM
Probably collapse button don't work. When i push it, page go up and don't collapse.
Thanks for product ;)
Paul M
12-16-2009, 02:05 PM
Thats a browser problem. Maybe you have javascript disabled.
bilgicc
12-16-2009, 05:48 PM
Yes, i try it mozilla, don't work. I tried running now on ie8:) Thank you for answering.
sa3sa3
12-19-2009, 09:16 AM
Thanks. Works great
bart6767
12-19-2009, 11:37 PM
Mine seems broke and does not look right ?
XXXT0
12-20-2009, 12:10 AM
Conflict with GCBOS... VB4 RC4
Paul M
12-20-2009, 11:49 AM
I have no idea what that is.
bart6767
12-21-2009, 09:28 PM
This is all i get after trying the new file ?
No names show up and it does not look right .
Paul i dont know what is wrong here .
http://www.randalstowncsc.net/forum.php
XXXT0
12-21-2009, 10:02 PM
This MOD: https://vborg.vbsupport.ru/showthread.php?t=228046
Reference: http://www.otaku-studios.com/forum.php
Paul M
12-21-2009, 10:06 PM
This is all i get after trying the new file ?
No names show up and it does not look right .
Paul i dont know what is wrong here .
http://www.randalstowncsc.net/forum.php
Seems like you have customised the template at some point - your Display_Visitors template is not the current version - you must revert it.
Paul M
12-21-2009, 10:10 PM
This MOD: https://vborg.vbsupport.ru/showthread.php?t=228046
Reference: http://www.otaku-studios.com/forum.php
First of all, this is not supported now for any RC version (such as RC 4).
Secondly, I cannot see what your conflict is, it looks fine on that link to me.
Thirdly, even if I could see the issue, I cannot generally account for other modifications, esp as its most likely a fault with them that would break this.
bart6767
12-21-2009, 10:17 PM
Seems like you have customised the template at some point - your Display_Visitors template is not the current version - you must revert it.
Thanks that did the trick .
odln018
12-21-2009, 11:25 PM
I seem to have inconsistent results
Currently Active UsersCurrently Active Users
There are currently 1 users online. 1 members and 0 guests
Most users ever online was 35, 11-06-2009 at 02:29 PM.
? Administrators ? Super Moderators ? Moderators ? Registered Users
1. P*
Members who have visited the forum.Total members that have visited the forum today: 1
The most members online in one day was 1, 12-21-2009.
1. P*
supportMM
12-22-2009, 05:47 AM
The numbers work good. But it is out of alignment. I have no other hacks or addons so I dont think anything is breaking it. I am running your current release and 4.0 Gold.
Good work by the way and thanks for keeping this stuff updated. :)
sa3sa3
12-22-2009, 07:59 AM
Do I need to install the updated one ?
the previous one is working fine with the gold version?
Paul M
12-22-2009, 08:26 AM
The numbers work good. But it is out of alignment. I have no other hacks or addons so I dont think anything is breaking it. I am running your current release and 4.0 Gold.Make sure you have reverted any changes to the Display_Visitors template.
Do I need to install the updated one ?
the previous one is working fine with the gold version?
No, 4.0.0.26 is basically the same.
supportMM
12-22-2009, 09:31 AM
Make sure you have reverted any changes to the Display_Visitors template.
DOH! That did the trick. Thanks :)
CarterMarkham
12-23-2009, 12:43 AM
I cannot get this to work. I have a custom theme, same as when i had 3.7 and used this mod, but its not working on my 4.0 installation...
utahraves
12-23-2009, 05:27 AM
Does not work with GCBOS, the only chatbox for vB4.0 :(
Paul M
12-23-2009, 08:47 AM
Then I suggest you ask the author of GCBOS to fix his issues, just reading the last couple of pages in that mod it is listed as conflicting with at least three modifications.
Its actually quite an achievement to manage to break this - not that I have any details of how, since people just post things like "it conflicts" or "does not work" rather than giving any useful details. ;)
Freddy.k
12-23-2009, 09:52 AM
Merci cool
Gleedo
12-23-2009, 10:10 AM
Thank you for this mod :)
voglermc
12-23-2009, 04:20 PM
How can I disable the collapse?
CarterMarkham
12-23-2009, 04:27 PM
might help if I take the diable hooks out of the config file....my bad!!!!
Alecsmith
12-23-2009, 09:50 PM
Working fine with VB 4 Gold 1 Patch :)
yea doesnt work with the chatbox :/
The GCBOS conflict is quite easy to fix.
In the Plugin Manager find GCBOS, next you need to find Display Chatbox: forumhome_start, click edit and then change the execution order to 1.
voila both plugins now play nicely again ;)
The GCBOS conflict is quite easy to fix.
In the Plugin Manager find GCBOS, next you need to find Display Chatbox: forumhome_start, click edit and then change the execution order to 1.
voila both plugins now play nicely again ;)
thanks, will be trying this out later :D
Mrquarter2
12-24-2009, 03:38 PM
Great job :)
KissOfDeath
12-24-2009, 07:39 PM
Thank you for this,
I had you version on vbulletin 3.8, and their was an option to make it show as collapsed as the default option an people would need to click expand to see the info, (bottom of your forums looks untidy if you has a lot of members visiting)
is their any way i can make this the same so users have to click expand to see the info if they are interested?
Paul M
12-24-2009, 07:46 PM
Unfortunately, they re-disigned the way collapsing works, so I had to remove that option.
Come2Daddy
12-26-2009, 08:55 AM
Beautiful, I liked the simplicity of its ACP, it's so efficient.
I just wish if there is a counter for all visitors during the day
thanks
Paul M
12-26-2009, 11:37 AM
I just wish if there is a counter for all visitors during the day
There is - Track Guest Visits is another mod, but there is no vb4 version yet.
Tize.
12-26-2009, 07:32 PM
Great item, thank you very much.
Work 100% in vB 4.0 Gold.
SuperGLS
12-31-2009, 01:04 PM
Looks good and works great. Thanks Paul!
g00gl3r
12-31-2009, 01:11 PM
Thanks for the fix. Are you sorting out the 'Guests that have visited today' hack too?
Paul M
12-31-2009, 11:14 PM
Thanks for the fix. Are you sorting out the 'Guests that have visited today' hack too?
Hopefully sometime in January.
omanmoon.net
01-01-2010, 07:22 AM
Thanks bro :)
it's work ^^
I wish there was anything that shows up Guests too, Like Guests also who visited just numbers of that :(
Paul M
01-03-2010, 01:32 AM
There is, its called Track Guest Visits, but doesnt yet exist for vb4.
SuperGLS
01-03-2010, 01:59 AM
Not sure what you updated, but installed again.
PitchouneN64ngc
01-03-2010, 02:06 AM
Not sure what you updated, but installed again.
I compared with previous release and there is some new plugin and 1 template edit (a comment line). Just the version number wasn't increased.
Thanks for this release.
Paul M
01-03-2010, 02:18 AM
Not sure what you updated, but installed again.
Nothing important. Just template grouping in the ACP.
DHewes
01-03-2010, 08:18 PM
Installed perfectly, works fine, Thanks! One question...is it possible to move this to a Forum Block? At least possible for a non-coder?
Paul M
01-03-2010, 09:35 PM
I dont know what you mean by a "forum block" but you cannot move it anywhere without code changes.
DHewes
01-03-2010, 09:54 PM
"Forum Block" is the vBulletin term in the ACP - ACP | Forums & Moderators | Forum Blocks Manager - From there you can add blocks. This is similar to the CMS Widgets - but for some dumb a** reason it is seperate so you can not mix and match - at least as far as I know. Just wondering if there was a simple way to use the Custom HTML/PHP template to create a Forum Block with "Members who have visited today" data in it. If not, no big deal - it is on teh bottom on my page and works fine.
Paul M
01-04-2010, 12:26 AM
Sorry, I have no idea, I havent looked at those blocks at all, so I havent a clue how they work.
House M.D.
01-04-2010, 01:34 AM
I've tried changing the text "Total members that have visited the forum today" in the table "vb_phrase" but that had no effect.
Where can I change the above mentioned text?
I have a guest counter that I would like to include in this mod (for personal use only).
House M.D.
01-04-2010, 04:40 AM
Nevermind my last post - I managed to figure it out.
meissenation
01-06-2010, 04:51 PM
Thank you, Paul. It's refreshing to install something that just... works. I'm going through my list of modifications that I had installed on vb3.8 and installing them on vb4 now and I swear 50% of the modifications in this forum just don't work.
hcmagix
01-06-2010, 08:07 PM
on my testforum appears the vb3 collapse / decolapse image not the vb4 image? Is that a bug?
Paul M
01-06-2010, 08:38 PM
A bug on your forum perhaps. It uses buttons/collapse.png, which is a standard vb4 image.
hcmagix
01-07-2010, 03:01 AM
Ah ok, my testforum use collapse_40b.png thats differnet.
thanks
johnrizz
01-10-2010, 07:18 PM
Paul, Is there anyway you can include Guest into this modification?
Paul M
01-11-2010, 12:49 AM
Nope. This is members only.
For guests use the Guest Tracking mod.
rul3z
01-14-2010, 10:58 PM
I installed it on the latest vb4.0.1, and when I did so, the whole forum.php page stopped showing !!! It completely disables the site !!!!
Zaiaku
01-14-2010, 11:45 PM
I installed it on the latest vb4.0.1, and when I did so, the whole forum.php page stopped showing !!! It completely disables the site !!!!
I'm noticing that alot since 4.0.1 was release. Some coding was majorly changed to break alot of these when 4.0.1
albrens
01-15-2010, 04:59 AM
Thanks a lot
rul3z
01-15-2010, 05:48 AM
I'm noticing that alot since 4.0.1 was release. Some coding was majorly changed to break alot of these when 4.0.1
Shall there be a fix then?
And thank you for your reply and confirmation of the error.
Paul M
01-15-2010, 07:54 AM
There is no fix as nothing is broken, this works just fine on 4.0.1.
Alex@Mk3OC
01-15-2010, 08:34 AM
Still working fine on my test forum when i upgraded it to 4.0.1
rul3z
01-15-2010, 10:38 AM
There is no fix as nothing is broken, this works just fine on 4.0.1.
Yes thanks I managed to solve the problem, it does work fine. A big thanks to you Paul.
Zaiaku
01-15-2010, 01:27 PM
Yes thanks I managed to solve the problem, it does work fine. A big thanks to you Paul.
What problem did you have before? (just wondering)
rul3z
01-16-2010, 10:58 AM
What problem did you have before? (just wondering)
It seems that there was an old MOD that was preventing this from working. After I removed some MOD's It started to work !!!
cicciotto
01-16-2010, 12:55 PM
Hello, how can I even put the guests?
I put the id 1 but not comapre like this:
VB 3.8
https://vborg.vbsupport.ru/external/2010/01/74.jpg
VB 4.0
https://vborg.vbsupport.ru/external/2010/01/75.jpg
Excuse my English
Paul M
01-16-2010, 04:27 PM
As it says ;
This modification cannot count guests, it is members only.
cicciotto
01-16-2010, 04:47 PM
and what plugin should I install as in the image above?
Thanks
fer_75
01-18-2010, 07:02 PM
I have this problem with mod style: http://img707.imageshack.us/img707/5859/last.gif
Paul M
01-18-2010, 08:00 PM
This has no mod specific style, it just uses the vb4 styling. It looks like a browser issue to me, what browser is that ?
fer_75
01-18-2010, 08:14 PM
Hi Paul,
Thank you for the great mod. Im using FireFox and I have tested now IE6 and same thing on IE. very strange.
Paul M
01-18-2010, 09:16 PM
Its fine for me, in vbulletin 4.0.1.
Its clear from your image that you are not running vb 4.0.1, so what version are you running ?
fer_75
01-18-2010, 09:26 PM
Its fine for me, in vbulletin 4.0.1.
Its clear from your image that you are not running vb 4.0.1, so what version are you running ?
Im using 4.0.1 with vuel skin. but maybe this is because I have modified some font sizes and it is not a mod bug.
Paul M
01-18-2010, 09:44 PM
If you are using a custom skin then Im afraid thats where your issue lies.
fer_75
01-18-2010, 09:53 PM
If you are using a custom skin then Im afraid thats where your issue lies.
I agree. THanks
texasteamplayer
01-20-2010, 06:19 PM
so to update, we should uninstall and reinstall, or simply import the updated one (this should be specified in the installation instructions)
kofoid
01-20-2010, 09:29 PM
is there any way to have the users marked anonymous show up on the "who's visited" box?
Paul M
01-20-2010, 11:10 PM
What exactly is a user marked anonymous ?
SuperGLS
01-20-2010, 11:56 PM
Thanks for the update.
kofoid
01-21-2010, 01:15 AM
Sorry... I meant invisible.
Paul M
01-21-2010, 08:43 AM
As the notes say ;
Invisible users are only displayed to those allowed to see them (with a "*")
kofoid
01-21-2010, 12:26 PM
is there a group setting for the add-on where we can manipulate the way groups view the box?
Paul M
01-21-2010, 12:46 PM
No, the ability to view invisible users is a standard vbulletin usergroup permission.
kofoid
01-21-2010, 12:50 PM
ok cool - thanks Paul!
synseal
01-23-2010, 02:37 PM
Thanks for this its working for me but when I click on any of the "members that has visited today" it should take me to there profile right? it doesn't for me it just takes me to Page not found.
My members profile url are http://*MYSITE*/members/username.html
This mod takes me to eg url http://*MYSITE*/%20misc.php?do=memberview&member=2922
Running Version 4.0.1 vBSEO 3.5.0 RC2
Many thanks.
Paul M
01-23-2010, 04:20 PM
I think you have Member Tracking installed, not this - and the space in the url is a known problem that affects certain browsers. It will get fixed when I release the next update of Member Tracking.
synseal
01-23-2010, 04:40 PM
I think you have Member Tracking installed, not this - and the space in the url is a known problem that affects certain browsers. It will get fixed when I release the next update of Member Tracking.
Thanks, same with I.E and FF, looking forward to the new release :up:.
SonicGT
01-24-2010, 02:05 PM
Finally went live with vb4, mod is working fine with a few exceptions that im seeing on my board
1. The users have a left margin from the border but on the right they go right up to the line
**EDIT** Scratch this must have just been a one time pageload thing, looks fine now, so just issue #2
2. Any user that has html markup (I change the color of admins etc) when I hover over them it doesn't show the last time online like other users
Thanks again for the must have mod
Paul M
01-24-2010, 10:07 PM
2. Any user that has html markup (I change the color of admins etc) when I hover over them it doesn't show the last time online like other users
Thats probably because you have set a title in the markup, which will override the time.
SonicGT
01-25-2010, 03:17 AM
Thats probably because you have set a title in the markup, which will override the time.
Yep thats where I have it in the usergroup markup. Even with that it used to show the time on your 3.8 version just fine
Paul M
01-25-2010, 07:12 AM
I dont see how thats possible, it will always overide it, thats how browsers work, and has been a question ive answered in all versions. There is also no difference between any 3.x version and 4.0 as far as the display is concerned.
SonicGT
01-25-2010, 04:46 PM
I dont see how thats possible, it will always overide it, thats how browsers work, and has been a question ive answered in all versions. There is also no difference between any 3.x version and 4.0 as far as the display is concerned.
Hmmm not sure, maybe I was just seeing things, no way to go back to 3.8, well I guess there is but I dont want to :D Either way a must have mod in my opinion :up: , and its just my admins and mods that are marked up so normal users work fine.
*edit* ok very strange, just installed chrome to see how my site looks and it works 100% for all users even with the color markup on the admins and mods :) so maybe just my IE is messed up or something. Defiantly a browser thing nothing with the mod
microlight
01-26-2010, 08:10 PM
Any chance of having this as a widget for the CMS?
Paul M
01-26-2010, 08:35 PM
Once the CMS is a little more stable I will look into that.
SuperGLS
01-27-2010, 02:06 AM
Thanks yet again for the updates!
djbaxter
01-27-2010, 06:43 PM
Bug?
4. If you 'hover' over a username it will show the time they were last active.
This works but only for certain user groups. At first, I thought the feature was only working intermittently but I've now confirmed that it's usergroup-specific, at least on my forum.
vBulletin Suite 4.01
Paul M
01-31-2010, 09:13 PM
See post #223.
djbaxter
01-31-2010, 09:42 PM
See post #223.
Thats probably because you have set a title in the markup, which will override the time.
No, that's not it. It's the Username HTML Markup (e.g., <font color="Black"> ... </font>)that causes the conflict. But this wasn't an issue with this mod for 3.x.
There's only one group with the default color (i.e., no markup) and that's the only group displaying the time.
(By the way, changing the markup to <span... >... </span> doesn't change anything.)
Added - this is confirmed:
removing the title and leaving the markup: no time displayed
removing the markup and leaving the title: time is displayed
Paul M
02-01-2010, 09:51 AM
Sorry, but I cannot confirm this.
I have colour markup on both Area 52 and Hangar 18 (my vb4 forums) and it works fine, so the only conclusion I can draw is that your markup is breaking it.
djbaxter
02-01-2010, 12:02 PM
But all my markup does is change the color.
Perhaps it's another add-on interacting in an odd way. I'll investigate further.
Paul M
02-01-2010, 10:22 PM
Just out of curiosity, is this the psychlinks forum in your sig ? Because I just looked, and its working fine for me in IE and FF (all the different coloured users).
djbaxter
02-01-2010, 10:35 PM
Just out of curiosity, is this the psychlinks forum in your sig ? Because I just looked, and its working fine for me in IE and FF (all the different coloured users).
It is. I just noticed that everything is working fine on my Vista laptop with IE8. But not on my XP3 desktop with IE8. That is very odd indeed.
Something is set wrong on the desktop, I think.
djbaxter
02-02-2010, 12:52 AM
OK. More information.
On checking, I had IE8 on my laptop set to "View all websites in Compatibility Mode".
Back home now and I set IE8 on the desktop to the same - the mod works as it should and as it used to in the 3.x version. Changing to compatibility mode also fixed another minor but annoying style issue, unrelated to this add-on.
That tells me there's some bad coding somewhere in 4.x, no?
lemonadesoda
02-02-2010, 02:38 PM
Superb Paul - Thanks for this mod!
I am using both "Members who have visited today" and "Members who have read this thread". They are both brilliant. However, dont forget to make their naming conventions, XML names, admin options and layout of admin option screen as consistent as you can across your releases! I know it is a lot of housekeeping to do this... but it makes your "suite" of apps much more integrated and user-friendly. Learn one; learn them all. Fing them in the admincp and product manager more easily, etc. :)
Request: Most languages have this wonderful word "yesterday". Any chance you can include that within the mod? To allow a 48hr view rather than just 24hr. The mouseover would then show "yesterday at xxx.xxx". Very useful for tracking esp. for smaller boards. Well, perhaps not exactly 48 hrs... but between 24-48hrs.
imprezion
02-05-2010, 07:55 PM
luv it! Thank you Paul!
Paul M
02-05-2010, 08:17 PM
Request: Most languages have this wonderful word "yesterday". Any chance you can include that within the mod? To allow a 48hr view rather than just 24hr. The mouseover would then show "yesterday at xxx.xxx". Very useful for tracking esp. for smaller boards. Well, perhaps not exactly 48 hrs... but between 24-48hrs.
Sorry but no, this was designed for today only, and thats all it will ever be.
lemonadesoda
02-05-2010, 10:41 PM
OK. Understood. But may I please ask that you improve how the information is shown?
Example: if you are looking at (say) 10am in the morning, and someone was on within the 24hr rolling window, at (say) 9pm on the previous day, the mod shows "09:00pm". Not only is this incorrect (there are no preceding 0's in the am/pm format; a preceding 0 is only for 24hr clock format) but it is also a little confusing.
Better would be "Yesterday, 9:00pm". The format is then consistent with how posts are represented in the forum threads. (And therefore doesn't require much coding work on your side since you can recycle existing code).
Paul M
02-06-2010, 10:25 AM
OK. Understood. But may I please ask that you improve how the information is shown?
Yes, you can ask. ;)
However, I can also decline. I am perfectly happy with the way it displays, as it seems are the thousands of people who have installed this over the years. I do not intend to change it. :)
BTW, the time display uses your own forum settings, so you have it set to display as "09:00pm".
lemonadesoda
02-07-2010, 08:29 PM
BTW, the time display uses your own forum settings, so you have it set to display as "09:00pm".
Thanks for pointing that one out Paul. It seems that vB's default (and suggested use) of h:i A for AM/PM clock is actually wrong and should be g:i A.
To remove all ambiguity, I have now set my forum with the following time format H:i (g:i a)
------------
I am perfectly happy with the way it displays, as it seems are the thousands of people who have installed this over the years. I do not intend to change it
Your prerogative to decline, no problem, but to validate the response by saying that thousands of people were perfectly happy with horse and cart over the years, is rather weak as a socratic argument.
------------
Request permission to hack your hack and alter the $cutoff logic.
Jim O
02-08-2010, 04:09 AM
I got a database error updating to the latest version:
Database error in vBulletin 4.0.1:
Invalid SQL:
UPDATE vb_template SET
styleid = -10
WHERE product = 'paulm_wvt_40' AND styleid = -1;
MySQL Error : Duplicate entry 'Display_Visitors--10-template' for key 'title'
Error Number : 1062
Request Date : Monday, February 8th 2010 @ 12:56:50 AM
Error Date : Monday, February 8th 2010 @ 12:56:56 AM
Script : http://worldwartwozone.com/forums/admincp/plugin.php?do=productimport
Referrer : http://worldwartwozone.com/forums/admincp/plugin.php?do=productadd
IP Address : my.ip.add.ress
Username : Jim O
Classname : vB_Database_MySQLi
MySQL Version : 5.1.42
The product is working but the settings list shows an empty line and the settings themselves are blank:
111853
Paul M
02-08-2010, 10:54 AM
Request permission to hack your hack and alter the $cutoff logic.
On your own forum you are free to alter it as you wish, as long as you do not release it to anyone else. I will also not support any changes you make. :)
I got a database error updating to the latest version:
This is a known bug in the vbulletin product install system, you need to delete the -10 templates. See https://vborg.vbsupport.ru/showpost.php?p=1968704
Jim O
02-08-2010, 02:44 PM
This is a known bug in the vbulletin product install system, you need to delete the -10 templates. See https://vborg.vbsupport.ru/showpost.php?p=1968704
That was easy. Thank you so much for the quick response!
LoneWolf71
02-11-2010, 01:58 AM
Great mod! Thanks, I was looking for this. Working great! Has anyone gotten this to also work in vbadvanced cmps? Or does anyone care to tell us all how to do it? :)
Thanks Paul, nice mod! Keep it up!
LoneWolf71
02-13-2010, 04:19 PM
bump
thedreamer09
02-14-2010, 02:37 PM
cool mod, installed.. thanks for sharing this one
Philippe J
02-19-2010, 07:24 PM
Very nice mod that I used with vb3.8, and now with VB4.
But I have one issue since I've upgraded to vb4.02 : IE8 crashes all the time if "Members have visited today" enabled, unless it's in compatibility mode.
I use this tip (here (http://www.vbulletin.com/forum/showthread.php?341410-IE8-Compatibility-Mode)) to force compatibility mode in my forum :
Add to the headinclude template :
<meta http-equiv="X-UA-Compatible" content="IE=7" />
Any idea ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.