Quote:
Originally Posted by Tulsa
haha, well that almost got it..
It worked for the "quick upload" pics but the "open" pics didn't display anything when clicked in the editor, it didn't act like it was doing anything at all. So I save the test post and I had ten of the same pics.. The click was working, just nothing to tell you it had worked. Also the "open" pics were still thumbnails.
|
ok if you want that also
replace the content of the vbimghost_imgbits_poprow template with this
Code:
<if condition="$counter==$vbimghost['imgperrow']">
</tr>
<tr>
</if>
<td width="25%" align="center" valign="middle" class="alt1">
<if condition="$thump">
<a href="javascript:void(0)" onclick="sendLink('$vbimghost[path]','$vbimghost[dispath]', '$vbimghost[imgwidth]')">
<img <if condition="$vbimghost[thumbsize]"> width="$vbimghost[thumbsize]"</if> src="$vbimghost[thumbpath]" border="0"></a>
<else />
</if>
</td>