cancel
Showing results for 
Search instead for 
Did you mean: 

TB Extra Tabs not rewritting image urls

TB Extra Tabs not rewritting image urls

I have an extension called TB Extra Tabs installed. It allows me to add extra tabs to the products front end, next to the description and review tabs.

 

Which is great!

 

The images I place into the description appear fine, but the pics in this new tab dont.

The wysiwig changes the url to this: src="{{media url="wysiwyg/MyFAN/lighting.JPG"}}"

But on the front end it comes out as:

<img alt="MyFAN" /MyFAN/lighting.jpg"}}"="" brilliant="" wysiwyg="" src="{{media url=">

 

Any ideas?

3 REPLIES 3

Re: TB Extra Tabs not rewritting image urls

Okay worked it out.

I replaced:

<?php echo $value; ?>

 

With:

<?php echo Mage::helper('cms')->getBlockTemplateProcessor()->filter($value);?>

Re: TB Extra Tabs not rewritting image urls

Hello... What file did change code?. Thank

Re: TB Extra Tabs not rewritting image urls

Inside the extensions folder "TBextratabs" there are 2 or 3 files that I added it to.

 

You can also turn on code path hints inside magento and that will give you a url to your files.