Quote:
Originally Posted by sublo
This mod is great and all but one thing I would really like is the ability to toggle the image properties on and off. For example: BB Code URL, BB Code Image and HTML code. I'd like not to display those.
|
Just edit them out of the template.
Check out
vbimghost_imgbits in the
VB IMAGE HOSTING Templates
find and remove
HTML Code:
<tr> <td class="alt1">$vbphrase[vbimghost_imgdlink]</td>
<td class="alt2"><input type="text" value="[img]$vbimghost[path][/img]"></td>
</tr>
<tr>
<td class="alt1">$vbphrase[vbimghost_imgflink]</td>
<td class="alt2"><input type="text" value="[url='$vbimghost[dispath]'][img]$vbimghost[thumbpath][/img][/url]"></td>
</tr>
<tr>
<td class="alt1">$vbphrase[vbimghost_imglink]</td>
<td class="alt2"><input type="text" value="<a href='$vbimghost[dispath]' border=0><img src='$vbimghost[thumbpath]'></a>"></td>
</tr>