Users Registered Today

xorton

New Member
this mod just stop working on my site.i reinstalled this mod but still no luck.can some one please help me with this.how can i make it work again.thanks
 

tr1p

New Member
here u go :)

Installation:

Import the attached XML.
Edit your FORUMHOME template located in Forum Home Templates > FORUMHOME.
Find:
Code:
<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:

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

xorton

New Member
Thanks for helping out.appreciate it.but the problem is site had already installed this mod and was working and now its just stoped working.
 
Top