Closed (fixed)
Project:
Amadou
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 May 2008 at 14:38 UTC
Updated:
9 May 2012 at 00:40 UTC
Hi,
Could you have a look at my website:
http://www.secury.net/news/microsoft-patch-tuesday-six-vulnerabilities-f...
Service links display as source html instead of showing text and images. How to workaround this? Input type is set to PHP.
Comments
Comment #1
apsivam commentedThe above page not found (404).
I opened another page but there is no Service Links installed
Comment #2
kylehase commentedI can confirm this on my site as well. Interestingly I'm using the same theme so it could be an incompatability with the Amadou theme. Instead of the actual graphics I see unparsed HTML img src tags.
I'll leave it broken for now so you can see it.
http://kylehasegawa.com/content/my-2-cents-wifi-myths-busted
* <img src="/sites/all/modules/service_links/images/delicious.png" alt="Delicious" /> Delicious
* <img src="/sites/all/modules/service_links/images/digg.png" alt="Digg" /> Digg
* <img src="/sites/all/modules/service_links/images/stumbleit.png" alt="StumbleUpon" /> StumbleUpon
* <img src="/sites/all/modules/service_links/images/reddit.png" alt="Reddit" /> Reddit
* <img src="/sites/all/modules/service_links/images/facebook.png" alt="Facebook" /> Facebook
* <img src="/sites/all/modules/service_links/images/technorati.png" alt="Technorati" /> Technorati
Comment #3
kylehase commentedAmadou for Drupal 6 is using the Drupal 5 link function arguments on line 87 of template.php.
Here's a fix. amadou/template.php line 87.
to
Comment #4
kylehase commentedMoving bug to Amadou.
Actually, I see there's a dupe bug in Amadou but the resolution is different.
http://drupal.org/node/267615
Comment #5
jwolf commentedGreat! Thank you. Will add this fix to the next release.
Comment #6
jwolf commentedComment #7
sk33lz commentedAdded to dev release. Seemed like a more comprehensive fix than the previous issue fix.