HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Repace text with sprite
![piotr](https://us.v-cdn.net/5018160/uploads/userpics/625/n7ZM8K95HTYY6.png)
Hi,
I'm trying to replace this echo Wrap(Anchor(T($Text).' ', '/messages/add/' . $UserName), 'span', array('class' => 'PM'));
With something like this echo Wrap('<span class="Sprite SpEditProfile">.' ', '/messages/add/' . $UserName), 'span', array('class' => 'PM'));
But I keep breaking the code ;-(
0
Comments
same problem i m facing......
snip
You're face a different problem![>:) >:)](https://open.vanillaforums.com/plugins/emojiextender/emoji/little/naughty.png)
Looks like you are trying to change core files. Don't do that. Try a css solution instead. Something like:
This css will most probably not show what you like where you like, but it shows you the idea