![]() |
When it is running it may be conflicting with one of my other mods, it was just a want not a I need this really, so I can live without it.
|
Quote:
I don't have any non-default displays of max users online anywhere so dunno if that could be it. I'm running 3.6.7 PL1 |
Quote:
|
Thanx for this mod. But I have a problem wich you have talked about before. When I insert
Code:
" . ($killspiders ? " AND " . TABLE_PREFIX . "session.spider = -1 " : null) . " Quote:
|
Solved it. I just pasted this line without the table prefix, and it worked.
Code:
" . ($killspiders ? " AND session.spider = -1 " : null) . " |
Is anyone else trying to use this mod with PaulM's most ever mod?
I'm currently getting low counts for active users, that is, spiders aren't included. But the most ever guest count is a lot higher than I'd expect. It must be including spiders, and in turn affecting the most ever users online stat. Are they compatable? To me it doesn't look like it. |
I just added ur mod, however whats weird is my record of users went down from 1600 to 172 members online and today as the record.
My who is online shows guests but the main page shows 0 guests, Am only confused cause i cant see in the code what could mess up the record query ! |
Quote:
Quote:
Quote:
|
Thanks mfyvie, that's what I thought. It would be great if they did work together though, as now it looks like I might have to drop one of them, unless I can work out a way to edit it myself.
|
Quote:
|
There wasn't a where statement.
However, I got it to fix the most guests online record from PaulM's mod by amending the execution order of your mod at the forumhome_complete hook to be earlier than Paul's. This way your mod was amending the max number of guests before Paul's mod used it. Unfortunately the max users ever online is still including spiders and I don't believe PaulM's mod affected this. Example: The most ever members online was 16, Today at 09:06 PM. The most ever guests online was 4, Today at 09:08 PM. => Most users ever online was 35, Today at 09:10 PM. |
This Mod appears to be working fine on my Forum Index, but still shows far too many guests on the VBadvanced portal page....... is it another case where I just have to wait?
I've added the code as advised to onlineusers.php but it doesn't seem to have made any diffence. |
Sorry to bump the thread but has anybody any ideas why this Mod doesn't work on my portal page?
|
Quote:
Sorry I can't really help with that. This mod doesn't officially support vbadvanced mod. I just added that code as a courtesy. However, others have got it to work. If you see no difference at all you may have inserted the code into the wrong file, or the wrong section of the file. I suggest you go back and start from the beginning and try and debug it yourself. Sorry. |
Thanks for the reply mfyvie but I have to admit I'm stumped, I've added the code as advised but it doesn't appear to correct the count on the vbadvanced portal page. Can anybody else spot anything I've done wrong, here's where I've added the code and I've also tried it without the line spaces above and below?
Code:
FROM " . TABLE_PREFIX . "session AS session Many thanks Ron |
Hi Ron,
I can only see two possibilities - 1. You may be editing the wrong file. Try to deliberately insert a syntax error and see what happens. If nothing changes, you may be editing the wrong file. Try renaming the file, just to make sure that everything crashes (then rename it back) 2. The variable $killspiders must be set to true to see any difference. This variable is set by the mod itself earlier on, so should be true (unless you've disabled it). I could not tell you why it is not set to true, but you could try to force is by inserting the following line earlier in the file: Code:
$killspiders = true; |
mfyvie, you've done it! :D
I simply added the killspiders code you've mentioned at the top of the 'onlineusers.php' file and hey-presto it works perfect. I'm not sure where this setting is supposed to be set, but for the time being untill I find out where, everything works perfect. Although just to clarify I hope this doesn't prevent spiders from crawling my site and indexing it, I just want to remove spiders from the online users count. Many thanks mfyvie! |
Ron, I'm glad you used this trick to at least verify that your edits are working.
Here is the code that sets this variable - it runs from the hook global_start, and therefore should be included on all vbadvanced pages as well. Code:
$killspiders = $vbulletin->options['enablespiders']; |
'Enable Spider Display' is set to 'Yes' and always has been as far as I recall, and I'm not sure what you mean by the hook 'global_start'. I've searched for a reference to this code in a few of my vBadvanced CMPS templates and I can't find any sign of it so I assume I'm looking in the wrong place.
|
Hi Ron, if you look in your vbadvanced files you'll see a line that reads like this:
Code:
require_once('./global.php'); Code:
($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false; |
Hi mfyvie, As you've already anticipated my 'global.php' file does indeed have the line
Code:
($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false; Thanks again Ron |
/\ /\ /\
Click installed! :) Beautifull :) |
For some reason it doesn't seem to be working me as far as Yahoo is concerned... maybe I've done something wrong.
Guests where the status has not yet been determined: 05:15 74.6.20.156 /showthread.php?t=26617 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) 05:30 74.6.24.110 /showthread.php?t=25687 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) 05:46 74.6.7.80 /showthread.php?t=26365&page=2 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) 06:06 74.6.24.100 /showthread.php?t=26212&page=9 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) 06:13 74.6.23.233 /forumdisplay.php?f=327 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) 06:28 74.6.28.164 /showthread.php?t=26353 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) I've got a whole bunch more Yahoo entries in the list.. any idea why they are staying put in my guest list? This plugin seems to work for all of the others. |
Added and installed, nice one
|
*** Staff note: The author of this modification has passed away in a diving accident. We wish his family all strength in dealing with this traggic issue. ***
|
I've just granted permission to another coder who has agreed to take over the code from Mark's mods (like this one) and keep them up to date and free to all, which should be good news for all of you who use his mods and allow his legacy to continue.
Robert Fyvie |
Quote:
|
Nothing major to report that is new, but PHPKD has been a little slower than I expected to take it up. He made an announcement a while back saying that he had started work on this, but I can't find it now. Try contacting him directly if you want more info.
|
Hello every body,
Sorry for any inconvenience delay. This product has been scheduled to be released two weeks ago, but since there was some internal & external problems with PHP KingDom's teamwork we've forced to postponement the release date. But now every thing is going well, thanks GOD. We've finally finished working on this product & it will be released for all supported vBulletin versions by tomorrow Thursday 08-01-2009 06:00 PM GMT. Yes, tomorrow. It's the final date we think. Thanks for your patience & sorry for that delay. Sincerely Regards PHP KingDom |
Quote:
According to users spotlights around this product & user's feedback received, we've decided to include some more features such as separating spiders in the "who is online" without neglecting them, also an option to reset the "maximum online users" any time from admin control panel. There is also other new features that's currently in progress, we preferred not to release the product before implementing these new features. As we said before, the base product has been completed already, but will be released after implementing these new features. We will update this thread with further details & with release time (which should be very very soon). Thank you for your patience. |
Quote:
|
I can't find the equivalent to this for 3.8.4. Is anyone running it in 3.8.x?
It looks like the developer who took this particular mod over disappeared. Thanks. |
It's working on 3.8.4...
|
Is anyone working on something similar for 4.x?
|
All times are GMT. The time now is 05:58 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|