The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
well this is my first time coding my own work so am going to need some pro help
,i want the code blow to show only if there is a image attachments vv Code:
<p class="bigusername" style="border-bottom: 2px solid rgb(204, 204, 204);">Screenshots</p> Code:
<if condition="$show['thumbnailattachment']">
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</if>
<if condition="$show['imageattachment']">
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</if>
<if condition="$show['imageattachmentlink']">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</if>
<if condition="$show['moderatedattachment']">
<strong>$vbphrase[attachments_pending_approval]</strong>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</if>
</if>
Lynne help?? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|