Добавляем возможность загрузки файлов и изображений на сервисы 
exfile и 
rghost после блока 
Быстрого ответа
Найти в шаблоне 
SHOWTHREAD:
	Код:
	<vb:if condition="!is_browser('ie') AND $show['wysiwyg']">
    <!-- Mozilla work around for focusing on QR in WYSIWYG mode -->
    <div id="qr_scroll"></div>
</vb:if>
</form>
</div>
 и ниже добавить:
	Код:
	<center>
<!-- upload image & file -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="60%"> 
<thead>  
  <tr> 
    
<form method="POST" enctype="multipart/form-data" action="http://www.picshare.ru/upload/" target="_blank"> 
<strong>Изображение:</strong>         
<input type="hidden" name="MAX_FILE_SIZE" value="5120000"> 
<input type="file" name="file[]"> 
<input type="submit" id="submit" value="Загрузить">   <strong>Файл:</strong>  
</form>
    
<form accept-charset="UTF-8" action="http://phonon.rghost.ru/files" enctype="multipart/form-data" id="upload_form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="xvXSF0lAqNf4woyI0UFKMArOOipuZ4OQy+BgYx/PTuk=" /></div>
<input id="choose" name="file" size="20" type="file" />
<input id="commit" name="commit" type="submit" value="Отправить">
</form> 
  </tr> 
  </thead> 
</table>  
<!-- /upload image & file -->
</center>
 Всё добро выглядит так:
