Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 10 Replies) Advanced Post Stats for SP1.4 (Read 9496 times)
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Advanced Post Stats for SP1.4
Dec 19th, 2004 at 12:18am
Print Post  
The mod has been updated for SP1.3-SP1.4 compatibility. Please refere to this topic for more information.
  

The Administrator.
Back to top
WWW  
IP Logged
 
JB
New Member
*
Offline



Posts: 23
Location: NYC
Joined: Jan 13th, 2005
Gender: Male
Re: Advanced Post Stats for SP1.4
Reply #1 - Jan 16th, 2005 at 7:21pm
Print Post  
Hello Michael, and thanks for all your work.

Quick question about this mod. I installed it fine on my 1.4 test board w/o any issues. But in another post, you mention to look at the profile pages HERE as an example of this mod.

For me then:
Name:  Plissken67
Posts:  4 total posts
0.00% of all forum posts
1.00 posts per day
[ Advanced Post Statistics ]
Position:  Bloody Novice 

Of course, with the: [ Advanced Post Statistics ] being a link to the graph.

But when I installed the mod on my test site, I don't have that link:
Name:  Forum Admin
Posts:  4 Total Posts
44.44% of all forum posts
1.33 posts per day
Position:  Administrator 

So, my question would be, is that a feature of another mod with the same name "Advanced Post Stats", or did I miss installing, or turning on this feature.

I've already check the forum posts, but did not find an answer.

Thanks!
  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Advanced Post Stats for SP1.4
Reply #2 - Jan 17th, 2005 at 10:44pm
Print Post  
  

The Administrator.
Back to top
WWW  
IP Logged
 
JB
New Member
*
Offline



Posts: 23
Location: NYC
Joined: Jan 13th, 2005
Gender: Male
Re: Advanced Post Stats for SP1.4
Reply #3 - Jan 18th, 2005 at 12:31am
Print Post  
Thanks Michael!
  
Back to top
 
IP Logged
 
dmjendor
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 36
Joined: Apr 20th, 2004
Re: Advanced Post Stats for SP1.4
Reply #4 - Mar 16th, 2005 at 6:36pm
Print Post  
Having a small problem with the mod.

When I as the administrator look at a member's profile I see.

84 Total Posts
6.19% of all forum posts
1.20 posts per day

But the members see.
85 Total Posts
44.27% of all forum posts
1.21 posts per day

Not a huge problem, but im trying to work all the kinks out of my forum
  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Advanced Post Stats for SP1.4
Reply #5 - Mar 16th, 2005 at 7:49pm
Print Post  
That can happen if you have a board whth access restrictions. In that case it will not count posts made where you don't have access.
  

The Administrator.
Back to top
WWW  
IP Logged
 
dmjendor
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 36
Joined: Apr 20th, 2004
Re: Advanced Post Stats for SP1.4
Reply #6 - Mar 16th, 2005 at 9:28pm
Print Post  
Well we do have access permissions but only 1 board is cut off.  That board has maybe 50 posts, 60 tops.

The board total is around 600+.  I mean I personally have over 260 posts, most on the main forums, another member has over 150 again most on the main forums, I had 2 different members post telling me they were seeing high post percentages.  One was 48ish, the other was around 56ish.  These two members dont make up 100% of my posting.
  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Advanced Post Stats for SP1.4
Reply #7 - Mar 16th, 2005 at 11:39pm
Print Post  
I've checked the code and you're right, there is a problem with it!

The problem is that number of total posts is calculated like this:

foreach board do
   get postcount
   if person has access to board do
      overallpostcount = overallpostcount + postcount


But in the case that a user has not access to a board, we'd have to substract all posts made in that particular board from the users total post count. In order todo that we'd have to read all messages and count the posts by that user which would make viewprofile really slow. The only partactical solution is to ignore the access limits and count on all boards.

I've updated the mod, it's now version 1.4 and includes the needed fix.
  

The Administrator.
Back to top
WWW  
IP Logged
 
dmjendor
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 36
Joined: Apr 20th, 2004
Re: Advanced Post Stats for SP1.4
Reply #8 - Mar 17th, 2005 at 2:01pm
Print Post  
Thanks Smiley once my host comes back up I'll apply the patch.
  
Back to top
 
IP Logged
 
dmjendor
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 36
Joined: Apr 20th, 2004
Re: Advanced Post Stats for SP1.4
Reply #9 - Mar 17th, 2005 at 9:53pm
Print Post  
Hrm.. just installed the patch and now everyone is reporting 0.00% to me the admin, waiting to hear if they all see same.

118 Total Posts
0.00% of all forum posts
1.64 posts per day
  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Advanced Post Stats for SP1.4
Reply #10 - Mar 17th, 2005 at 11:52pm
Print Post  
Oh, looks like I miseed a line when updating the code. Please redownload.
  

The Administrator.
Back to top
WWW  
IP Logged
 
dmjendor
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 36
Joined: Apr 20th, 2004
Re: Advanced Post Stats for SP1.4
Reply #11 - Mar 18th, 2005 at 2:57pm
Print Post  
Appears to have fixed it, Thanks Cheesy
  
Back to top
 
IP Logged
 
guest
Guest


Re: Advanced Post Stats for SP1.4
Reply #12 - Mar 25th, 2005 at 8:46am
Print Post  
I went to the linked thread to get the mod, but it says "attachment deleted"  Cry
  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Advanced Post Stats for SP1.4
Reply #13 - Mar 25th, 2005 at 9:38pm
Print Post  
Just follow the big bold link in the first post Wink
  

The Administrator.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint