so i'm using string overrides, but there are a couple of strings i'd like to replace with html. example:

the 'content profile' module inserts a string into user profile that says "create a user profile" ('user profile' is dynamically generated from whatever the content type is called by the admin when creating the page for the module)

i'd like to insert a small icon in front of that line of text without hacking the template up - could this module make that possible? eg. change to: img src= (path to image) >

Comments

btopro’s picture

Status: Active » Closed (fixed)

No. You'd need some kind of javascript to do this post-process as these strings are formatted with t() which strips all html (to my knowledge).