theOzer:
The $show['guest'] in the if statement turns thumbnails on for all guests. Guests don't have profile options, so they can not choose.
nnjj.net:
This plugin works in 3.6.8, maybe a moderator can move this plugin to the 3.6.8 forum?
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>