PDA

View Full Version : Statistics Modifications - Average registrations per day statistics


Adult SEO
05-14-2007, 10:00 PM
Hi there!

Hereby a small mod that will enable you to show the average registrations per day on your forum.

This mod requires an XML product import and 1 template edit.

Instalation instructions

import the attached product XML which will add one plugin, one phrase and vBulletin configuration options to the vBulletin options panel.
Edit your FORUMHOME template located in Forum Home Templates > FORUMHOME
Search for:

<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>
Add below:

<span title="<phrase 1="$vboptions[registrations_per_day_past_days]">$vbphrase[within_the_last_x_days]</phrase>">(<phrase 1="$regperday">$vbphrase[x_per_day]</phrase>)</span>
Have Fun!
Jan Jaap

sensimilla
05-15-2007, 01:06 PM
Good idea, thanks

titorevolu
05-15-2007, 02:51 PM
second on the road, install, thanks

Terminatoronly
05-15-2007, 03:48 PM
Great Thanks Installed :D

Mecho
05-15-2007, 07:05 PM
Thanks , installed

Muellmann
05-19-2007, 12:49 AM
It's not new, I saw the exactely same hack here already and because I installed this, your one has overwritten my other one :(

yoyoyoyo
09-17-2007, 11:14 AM
does this show the AVERAGE registrations per day, or simply the registrations in the past day?

Adult SEO
09-17-2007, 11:44 AM
Average registrations per X days configurable from the adminpanel (e.g. 30 days, or standard 7 days)

yoyoyoyo
09-17-2007, 11:58 AM
cool, thanks for the info. Perhaps the phrase displayed should reflect that?
(X new members per day: Y days average)