Quote:
Originally Posted by nexialys
would be simply better if the attached files are included in the post, like when we add smilies in our posts... so users don't have to copy/paste the code...
|
I think that is certainly doable and will see if I can get that to work.
With regard to the template edits, for editor_smilebox this looks a little cleaner:
insert at the bottom of the template:
Code:
<!-- added uploader link here -->
<fieldset id="uploader" title="Image Uploader">
<legend>Image Uploader</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="uploader.php" onClick="return popup(this, 'uploader'); return false" title="Image Uploader">Upload Image</a>]</td>
</tr>
</table>
</fieldset>
<!-- end uploader link -->