Threads Average ???

Status
Not open for further replies.
Here at What's Going On? you can see the Info panels Statistics, you have add Threas Averages

Average Threads 5.68 Per Day, 39.76 Per Week, 170.41 Per Month

But in the version i download Threads Average not exist !!!
 
Somehow that got removed from the vB 3.8.x template. It will be permanently fixed in the next maintenance release.

For now, you can re-add it yourself by editing template dbtech_infopanel_averages
Find:
HTML:
<div>
	$vbphrase[dbtech_infopanels_average_posts]: <phrase 1="{$averages[posts][day]}" 2="{$averages[posts][week]}" 3="{$averages[posts][month]}">$vbphrase[dbtech_infopanels_x_day_y_week_z_month]</phrase>
</div>

Add Below:
HTML:
<div>
	$vbphrase[dbtech_infopanels_average_threads]: <phrase 1="{$averages[threads][day]}" 2="{$averages[threads][week]}" 3="{$averages[threads][month]}">$vbphrase[dbtech_infopanels_x_day_y_week_z_month]</phrase>
</div>
 
Somehow that got removed from the vB 3.8.x template. It will be permanently fixed in the next maintenance release.

For now, you can re-add it yourself by editing template dbtech_infopanel_averages
Find:
HTML:
<div>
	$vbphrase[dbtech_infopanels_average_posts]: <phrase 1="{$averages[posts][day]}" 2="{$averages[posts][week]}" 3="{$averages[posts][month]}">$vbphrase[dbtech_infopanels_x_day_y_week_z_month]</phrase>
</div>

Add Below:
HTML:
<div>
	$vbphrase[dbtech_infopanels_average_threads]: <phrase 1="{$averages[threads][day]}" 2="{$averages[threads][week]}" 3="{$averages[threads][month]}">$vbphrase[dbtech_infopanels_x_day_y_week_z_month]</phrase>
</div>

Ok i modify the template and are ok now

Thanks !!!!
 
Status
Not open for further replies.
Top