Closed (fixed)
Project:
Search and Replace
Version:
6.x-1.1-beta1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2008 at 14:38 UTC
Updated:
17 Nov 2008 at 15:30 UTC
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
Comment #1
btopro commentedNo. 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).