Download & Extend

Online Visitors count incorrect

Project:Advanced Forum
Version:7.x-2.1
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

For some reason, my site will show 0 anonymous users and 2-3 may be in Forum statistics section. We get 10,000+ uniques per day and sometimes up to 500 concurrent users so not sure why this is showing very small numbers.

Any known issues?

Comments

#1

Status:active» closed (won't fix)

AF doesn't count online visitors count.

#2

Status:closed (won't fix)» active

This was probably not a very helpful resolution. Can you please explain more?

#3

Status:active» needs review

Please try attached patch.

AttachmentSize
af7_1635800.patch 2.09 KB

#4

#5

Status:needs review» fixed

Above patch committed do 7.x.

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#7

Thanks - #3 fixed the issue.

#8

Version:7.x-2.0» 7.x-2.1
Status:closed (fixed)» needs work

Not fixed to date.

#9

Status:needs work» closed (fixed)

Have you read #4?

AF reads "session" table to count guest/anonymous users. It is not AF problem when Drupal core doesn't populate that table.
Try to use workaround from #4.

#10

I tried number 4 and it doesn't work, shouldn't this be "wont fix".

#11

Calculating and displaying guest count on forum page has been removed. Changes just committed to 7.x-2.x-dev.

#12

Status:closed (fixed)» closed (won't fix)

#3 Doesn't fix the issue because use DISTINCT and then only want to show uid 0, only 1 record will be shown.

I did a bit fix to this.

I think this should be "won't fix" since they removed the functionality.

I would like to ask, please, don't remove this functionality, with my patch and #4 is working on stable branch.

AttachmentSize
online_anno.diff 689 bytes