PDA

View Full Version : Image uploading is acting strange


dkon26
Wed 30th Jan '08, 1:02pm
One admin on the site is uploading images the same exact way everyone else is except her attachments are coming up differently.

If I go to edit her post, her attachments come up as:

[ATTACH]95[ATTACH]

[ATTACH]96[ATTACH]

[ATTACH]97[ATTACH]

If you view this page (http://www.biteboard.com/forums/showthread.php?t=195), you will see the difference between the two posters attached images. No one elses images come up like that.

Also, I have it set to show 4 images per row. Her images come up as 1 per row. I have confirmed that her settings are the same as everyone elses. I am also an admin and not having that problem. Anyone know what could be causing this?

P.S. Her editor is set the same as mine..

dkon26
Wed 30th Jan '08, 1:13pm
umm ok.. its the insert all option. Is there anyway to just keep the manage attachment option at the bottom and remove the paperclip in the editor?

Jose Amaral Rego
Thu 31st Jan '08, 3:52am
You can <!-- comment out --> or use <span style="display: none;"> HTML </span>
# find in template: editor_toolbar_on

<!--<if condition="$show['attach']">
<td><div class="imagebutton" id="{$editorid}_popup_attach" title="$vbphrase[attachments]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_editor]/attach.gif" alt="" width="21" height="20" /></td>
<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
</if>-->

dkon26
Thu 31st Jan '08, 6:45am
Thanks Jose. That did the trick! :)