In the language file admin/dashboard.php I found the string
Code
$ubbt_lang['ATTACH_FOLDER'] = "Attachments in Folder";
This tring seems not to be used in /templates/default/admin/dashboard.tmpl
In this template I found this code section
Code
<!-- Forum Statistics -->
<div class="padding">
<div class="bold">{$ubbt_lang['BOARD_STATS']}</div>
	<div style="width:350px;">
		<div><a href="{$config['BASE_URL']}/admin/forummanage.php">{$ubbt_lang['TOTAL_FORUMS']}&nbsp;<span class="alvt fr" style="width:100px;">$totalforums</span></a></div>
		<div>{$ubbt_lang['TOTAL_TOPICS']}&nbsp;<span class="alvt fr" style="width:100px;">$totaltopics</span></div>
		<div>{$ubbt_lang['TOTAL_POSTS']}&nbsp;<span class="alvt fr" style="width:100px;">$totalposts</span></div>
		<div><a href="{$config['BASE_URL']}/admin/approveposts.php">{$ubbt_lang['QL_P_APPRV']}&nbsp;<span class="alvt fr" style="width:100px;">$p</span></a></div>
		<div>{$ubbt_lang['ATTACH_DB']}&nbsp;<span class="alvt fr nw" style="width:100px;">$totalattach ($totalattachsize)</span></div>
		$attachinfo
	</div>
</div>
I see $attachinfo and think there is missing something. This var is always empty and print nothing.The language string has something to do with this var.


my board: http://www.dragonclan-forum.de
my hobby: http://www.biker-reise.de
Ich kann bei Fragen zu UBBthreads in Deutsch weiterhelfen oder es zumindest versuchen