PDA

View Full Version : Attachment issue - Displaying images twice


RichieBoy67
01-13-2014, 08:54 AM
I'm not sure if this is new but I have never noticed this before until recently.

I want images to display full size inline. I have the attachment options set to do so but this is what is happening now.

https://vborg.vbsupport.ru/external/2014/01/1.bmp

I am getting an inline full size image but also a fullsize image for the attachment listing.

It used to list the attachments below while showing the attachment. If I turn these settings off I just get a link to the attachment which is normal.

How can I get images to display inline bit not also display below. I know I can do a template edit to remove the below attachment but that would be a work around and not a real fix.

Thanks,
Rich

RichieBoy67
01-15-2014, 06:51 AM
Anyone? Thanks

postcd
10-08-2014, 08:58 AM
This fixed the issue:

remove image (by backspace key) in advanced post/topic editor and then adding it again by clicking attachments button and selecting that attached image. Then image is no longer twice in post. And repeated edit dont bring the issue back.

Lynne
10-08-2014, 05:43 PM
Is it happening in a totally default style with all modifications disabled?

nerbert
10-09-2014, 01:33 AM
Same problem here but it never happened to me, only regular members. My other admin just edited the template. It only started happening with vB 4.2.2.

daveaite
11-28-2014, 12:55 AM
I can confirm this is happening as well on a few sites.

One could remove:


<vb:if condition="$show['imageattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
{vb:raw post.imageattachments}
</fieldset>
</vb:if>



But problem with that is for older posts where that was the only images that showed in the past. They show there and not as inline images. Going to look for a better solution..

RichieBoy67
11-28-2014, 12:28 PM
Yeah, we still have this issue occasionally. It depends on how images are posted. They get posted inline and also show in the attachment area below.

--------------- Added 1417184971 at 1417184971 ---------------

Is it happening in a totally default style with all modifications disabled?
Yes Lynn it is.