Quote:
Originally Posted by jasonmerchant
Trana:
I believe you said that you don't want to display thumbnails in posts with this plugin, correct?
All you need to do is replace the content of the first if statement with the second one. ie:
Replace:
Code:
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
With:
Code:
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
|
WHat I meant was I don't want to enable thumbnails globally as it causes ALL image attachments to show as thumbnails.
Ideally, I would like to enable this hack while also maintaining the ability to display the entire full size image in posts.
Please let me know if you have any ideas.