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
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