View Full Version : Images Attachment in Centre Cannot Show
ITQalam
04-30-2011, 10:51 AM
hi...........!
when i upload image attachment (jpg,gif) through manage attachment
after i use Centre Tag to show it in Centre,,,,
then Attachment cannot show
if i cannot use any tag and simple attach attachment
and sumbit thread then attachment show.....
can u tell me what i do then after uploading attachment i show it in
Centre,Left,Right Tags
i am using vb 3.8.7
Frosty
04-30-2011, 03:49 PM
Are you using postbit or postbit_legacy? But I think it doesn't matter. Open the template of one you're using, and find this part:
<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>
Change it to:
<if condition="$show['thumbnailattachment']">
<div style="padding:$stylevar[formspacer]px">
<center>$post[thumbnailattachments]</center>
</div>
</if>
Save..
It looks like this:
http://i.imgur.com/iiCDS.png
ITQalam
05-01-2011, 12:18 AM
could u please tell me the editing u give me is it for postbit? or is it for postbit_legacy?
Frosty
05-01-2011, 12:53 AM
Which postbit style are you using?
ITQalam
05-02-2011, 01:45 PM
i do it as u give me
but problem is same
in firefox when i thread open
attachment show like as
128747
and in internet explorer i thread open
attachment showing like as
128748
only in opera attachment showing
ITQalam
05-03-2011, 02:51 AM
reply?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.