Quote:
Originally Posted by Spleasure
In the source I see that your forum contains a product which manipulates the img tag in some weird way. It adds the ID "vBCodeIMG" to each image. This not only prevents the image resizer from working, but is also wrong HTML-wise: an ID should be unique.
Please check your modifications and disable the offending modification. If you could post which product caused the problem I'll be very grateful, as I can put in on my "incompatibility list".
|
Hi,
I was using a different resizer and it appears that I didn't remove the previous one correctly before migrating to this one - the previous hack was here:
https://vborg.vbsupport.ru/showthrea...ight=vBCodeIMG
The code that I failed to remove was located in the includes/class_bbcode.php
return '<img src="' . $link . '" border="0" alt="" id="vBCodeIMG" />';
All now working perfectly - many thanks for looking into this - very much appreciated!
Clicked install