Quote:
Originally Posted by GetGamer.com
This is a great mod, but I'm having a problem with inline images. I have a forum that permits HTML code. I've used <img src="http://.... to insert images in the post. The forum topic displays properly, but on the external page the image src gets screwed up.
Any ideas on how to fix this?
|
I "solved" this by commenting out line #466 of vBExternal.php:
PHP Code:
// $Data = str_replace('images/',"{$vbulletin->options[bburl]}/images/",$Data);
I haven't seen any negative impact, but maybe someone could confirm? The only thing I could see this "breaking" is smileys?