Mackenzie s
05-17-2007, 10:00 PM
Description: This hack will add a "Registrations Today" statistic right next to the Threads, Posts, and Members Count on the very bottom of the index (see attached picture for more info). It will show the amount of registrations in the last 24 hours. Simple, and doesn't clog anything up. :)
All it takes is one plugin and an easy template edit.
Installation:
Import the attached XML.
Edit your FORUMHOME template located in Forum Home Templates > FORUMHOME.
Find:
<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>
Replace with:
<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>,
<span title="<phrase 1="$vboptions[registrations_per_day_past_days]">$vbphrase[within_the_last_x_days]</phrase>"><phrase 1="$regperday">$vbphrase[daily_registrations]</phrase></span>
You're done!
Please click INSTALLED! (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=147514) Thanks.
All it takes is one plugin and an easy template edit.
Installation:
Import the attached XML.
Edit your FORUMHOME template located in Forum Home Templates > FORUMHOME.
Find:
<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>
Replace with:
<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>,
<span title="<phrase 1="$vboptions[registrations_per_day_past_days]">$vbphrase[within_the_last_x_days]</phrase>"><phrase 1="$regperday">$vbphrase[daily_registrations]</phrase></span>
You're done!
Please click INSTALLED! (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=147514) Thanks.