I've been working with the Amadou theme for a while, and I just recently added the "Advanced Forum" module. The issue I'm having is that, there are a few images (from the Advanced Forum) that are displaying as code instead of an actual image.
I found this forum post:
http://drupal.org/node/423950
But there was no fix on it.
Apparently it's an issue with the Amadou Theme (I've tested the Advanced forum in other themes and it works just fine).
Basically instead of the code being:
<img src="/home/modules/advanced_forum/styles/blue_lagoon/images/post-reply.png" alt="Post reply" title="Post reply" width="92" height="26" />
it's being exported as:
<img src="/home/modules/advanced_forum/styles/blue_lagoon/images/post-reply.png" alt="Post reply" title="Post reply" width="92" height="26" />
Any help would be greatly appreciated.
Comments
Comment #1
jwolf commentedIsn't this a duplicate of this http://drupal.org/node/423950
Comment #2
nickbwatson commentedOh, I didn't notice you had commented on that one.
I'll try it out. Thanks a lot
Comment #3
nickbwatson commentedThe fix works! Thanks a lot.
For those who find this issue the fix is :
"...you'll have to edit Amadou's template.php file as follows:
Remove lines 45 through 106
Once you have removed those lines, save the file. Within Drupal go to admin > performance ( http://example.com/admin/settings/performance ) and scroll to the bottom of the page and click the "Clear cached data" button twice - not double clicking - click the button once and then again after the page reloads."
Thanks again!