Closed (fixed)
Project:
BlogBuzz
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 20:19 UTC
Updated:
28 Oct 2009 at 15:16 UTC
I like this theme 0- however the code ofr it somehow interferes with the l;inks code generated by other modules that created links with icons.
The two modules that I use where this is a problem is advanced_forum which gives the comment reply/edit/delete etc links icons, and also service links which sort of does that sharethis link as part of this there already does.
The end result is instead of seeing the icon/image links, you see the code for that so you get <img src="...
Comments
Comment #1
naheemsays commentedFixing this involves replacing template.php line 377:
with
(removing the check_plain() )
Comment #2
antsin commented