In a weblog article i want to be able to type a smiley like this :) and have it replaced by an image when it is show on the website. But also I want to be able to write a tag like this [tag1] in de text and have [tag1] replaced by a value, dynamic.
Can I replace text on render? In a .net control? Or is there a better method for this.
Smiley's in weblog article
In a weblog article i want to be able to type a smiley like this :) and have it replaced by an image when it is show on the website. But also I want to be able to write a tag like this [tag1] in de text and have [tag1] replaced by a value, dynamic.
Can I replace text on render? In a .net control? Or is there a better method for this.
If in xslt, you could perhaps use the old umbraco.library:Replace()
Of course "Whatever" could be a variable passed in to the replace method as well as hard-coded
Dan
is working on a reply...