Quote:
Originally Posted by Ranma2k
in vbimghost_imgbits
find
Code:
<tr>
<td class="alt1">$vbphrase[vbimghost_imgflink]</td>
<td class="alt2"><input type="text" value=" "></td>
</tr>
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
|
I had to do this to. Some members didn't like it because it affected the amount of characters in their Siginatures. I limit my members to 500 characters per Siginature and the BBcode the way it was really stretched that limit. So I too also had to go back to way it was.
I personally like the new way myself, I have a suggestion, how about adding another link box, with just the straight

. Like the orginal way was.
And You are doing really good. I really love the upgrade. Thank You.