Quote:
Originally Posted by dirtycrow
how do we get back the orignal link to [img] code? the BB Code url code is pretty much universally hated by my users.
please help! thanks! (awesome upgrade BTW!)
|
in vbimghost_imgbits
find
replace it with
Code:
<tr>
<td class="alt1">$vbphrase[vbimghost_imgflink]</td>
<td class="alt2"><input type="text" value="
"></td>
</tr>
or you can just add this
Code:
<tr>
<td class="alt1">$vbphrase[vbimghost_imgflink]</td>
<td class="alt2"><input type="text" value="
"></td>
</tr>
under the first code
and it should work with you