vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Members who have visited Today (or in the last 24 hours). (https://vborg.vbsupport.ru/showthread.php?t=121883)

warnmar10 08-23-2006 09:49 PM

Quote:

Originally Posted by Paul M
Make sure you have the 3.6 version of the add-on installed, then run this query.

Code:

update datastore set unserialize = 1 where title = 'maxloggedin'
See if that fixes the stats, if not then run this to reset them completely.

Code:

update datastore set unserialize = 1,data = ' ' where title = 'maxloggedin'

I had to use the second one so it reset everything but it is working now. Thank you for outstanding support.

thablewprnt 08-23-2006 10:37 PM

Can any one tell me why my members can't see this hack? I logged on as a user and I couldn't see it. Only when I'm admin can I see it.

Paul M 08-24-2006 12:39 AM

Are they in a custom usergroup, have you enabled it for that group ?

Shazz 08-24-2006 12:42 AM

Would there be a way to include guests somehow in the last 24 Hours?
*Installs the update
-thanx :)

Paul M 08-24-2006 02:18 AM

Quote:

Originally Posted by Shazz
Would there be a way to include guests somehow in the last 24 Hours?

Read the notes ......

RetroDreams 08-24-2006 02:37 AM

Paul, how do you get this to display before your Flashchat active chatters? I think that should go right under logged in users and then this below that.

RetroDreams 08-24-2006 02:46 AM

Nevermind. I found it was done by the execution order. Thanks!

miner 08-26-2006 03:01 AM

Very easy to install and most usefull hack...

thanks...

Shazz 08-26-2006 04:30 AM

Quote:

Originally Posted by Paul M
Read the notes ......

Oh i see it Note: it is not possible for this hack to count guests.

:(

GreysAnatomy 08-31-2006 06:46 AM

Is there a way to change the whos_online.gif to something individual? I've searched the template and plugin but couldn't find the image anywhere. But I've overlooked many things in the past so...

Oh and thanks, I love this hack!

davelacey 08-31-2006 03:58 PM

Thankyou

*clicks install*

OpticalSerenity 08-31-2006 06:14 PM

Wow, this is one of those things that I think should have been a part of the original product. GREAT WORK!!! Installed.

Paul M 08-31-2006 10:18 PM

Quote:

Originally Posted by GreysAnatomy
Is there a way to change the whos_online.gif to something individual? I've searched the template and plugin but couldn't find the image anywhere. But I've overlooked many things in the past so...

Oh and thanks, I love this hack!

It's in the template (Display_Visitors).

GreysAnatomy 09-01-2006 05:40 AM

Thanks a lot! Managed to change it, yay! :D

vwdforum 09-01-2006 12:01 PM

Just added, so easy, thanks

scorpsy 09-02-2006 09:33 AM

Hi

I had this hack on 3.0.12 I have upgraded to to 3.6.0.

I have reverted all my forums I have uploaded the hack & it will not dispay anything.

Any help on this I did not see any template changes for this hack in the zip am I missing something?

Thanks in advance

mp3dreaming 09-02-2006 11:45 AM

Great post but have question. It shows user's in alphebetical order. Is there a way to set random? It seems to slow down forum on refresh. TIA

Shazz 09-02-2006 04:18 PM

Quote:

Originally Posted by mp3dreaming
Great post but have question. It shows user's in alphebetical order. Is there a way to set random? It seems to slow down forum on refresh. TIA

Yes. There is a option in the admin CP > VBoptions for it

baklash 09-03-2006 05:01 AM

installed thank you very much

G_Man 09-03-2006 06:07 AM

Quote:

Originally Posted by Shazz
Yes. There is a option in the admin CP > VBoptions for it

That does not seem to affect this hack.

Paul M 09-03-2006 11:04 AM

Quote:

Originally Posted by scorpsy
Hi

I had this hack on 3.0.12 I have upgraded to to 3.6.0.

I have reverted all my forums I have uploaded the hack & it will not dispay anything.

Any help on this I did not see any template changes for this hack in the zip am I missing something?

Thanks in advance

There are no template edits in this, it searches for a standard comment in the existing template and inserts the display after it.

Paul M 09-03-2006 11:06 AM

Quote:

Originally Posted by mp3dreaming
Great post but have question. It shows user's in alphebetical order. Is there a way to set random? It seems to slow down forum on refresh. TIA

There is no option to do that, you would have to edit the SQL in the plugin.

mp3dreaming 09-03-2006 11:53 AM

Quote:

Originally Posted by Paul M
There is no option to do that, you would have to edit the SQL in the plugin.

Thanks for reply. Any hints on what needs edited in the SQL? I dont see anything that leads me in right direction. Thanks :)

Paul M 09-03-2006 01:27 PM

remove "ORDER BY username".

scorpsy 09-03-2006 04:28 PM

Quote:

Originally Posted by Paul M
There are no template edits in this, it searches for a standard comment in the existing template and inserts the display after it.


OK Paul I have checked everything It is installed I can see it all in admin options.

But why can't I see it on the forum?

Paul M 09-03-2006 08:12 PM

Without access to your site I have no idea.

putergirl 09-03-2006 10:26 PM

Quote:

Originally Posted by Paul M
Make sure you have the 3.6 version of the add-on installed, then run this query.

Code:

update datastore set unserialize = 1 where title = 'maxloggedin'
See if that fixes the stats, if not then run this to reset them completely.

Code:

update datastore set unserialize = 1,data = ' ' where title = 'maxloggedin'

How do I run a query? I did one the other day by tacking it into the address bar, but I also see a place to run queries in the admin panel. It tells me I don't have permission to do that tho. I can fix that part I think, but I just want to be sure I'm doing it in the right place. Thanks in advance for your help. :)

Paul M 09-04-2006 12:34 AM

That is the correct place (after you update your config.php to allow you to run queries).

putergirl 09-04-2006 04:47 AM

well, I had to use the second one too, and it wiped everything clean, which is kind of a bummer, but at least it is responding now. Thank you :)

mp3dreaming 09-04-2006 12:43 PM

Quote:

Originally Posted by Paul M
remove "ORDER BY username".

Thanks much Paul, Working ;)

Hornstar 09-05-2006 07:42 AM

I'm not sure if this is partly what i'm after https://vborg.vbsupport.ru/showpost....5&postcount=39


but what im after is this.

the words that say "What's Going On?" you click on that and it will show the currently active users and the people who have visitied in the last 24 hours on another page.

And what is shown on the forum home to be:

Currently Active Users: 408 (265 members and 143 guests)
Then show those names but have the option to only show it to certain usergroups so then I may decided to turn them all off.

and then

show

Total members that have visited the forum in the last 24 hours: 2,349
and then the same again So I may want to not show them to anyone, so they will have to click on the whats going on to see them etc.


do you get what I mean? and would this be able to be done, or is there things already out that will do this?

Thanks.

Dave Alcock 09-05-2006 09:18 AM

Just installed and working - thanks.

AyeCapn 09-06-2006 07:31 PM

installed and running great!

ComputerVitals 09-06-2006 10:32 PM

*clicks Install*

Installed flawlessly.

Great job, I like it.

ra7al 09-07-2006 12:02 AM

Install

FOX.AZ 09-07-2006 09:42 AM

Thanks man!

Mark.B 09-07-2006 10:19 AM

Quote:

Originally Posted by Paul M
Make sure you have the 3.6 version of the add-on installed, then run this query.

Code:

update datastore set unserialize = 1 where title = 'maxloggedin'
See if that fixes the stats, if not then run this to reset them completely.

Code:

update datastore set unserialize = 1,data = ' ' where title = 'maxloggedin'

As it happens, the second of the above queries fixed a long LONG standing problem I had with standard "Most Users Online" feature, as well as obviously enabling me to use Paul's Most Ever addon.

phpdevrus 09-08-2006 07:30 AM

sweet. thanks. ;-)

calgdsm 09-09-2006 01:57 PM

Quote:

Originally Posted by EvilHawk
If you want the WVT display on a seperate page you can downloada this attatchment (updated to version 4.31)

Thanks Paul M for your quality work ;)

How do i make this show up on my vbadvanced CMPS?? i have uploaded the php file and xml. Now what? i cant seem to get a handel on this one.

andrewrhs 09-10-2006 02:17 PM

I always see this after couple days to run the query like above,

Quote:

Most users ever online was 1, 12-31-1969
anyone have any idea?

Thanks


All times are GMT. The time now is 01:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02211 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete