I have a nice "Flag this post" icon ready to use with the Abuse module but am unsure of how to implement it.
I have seen php code for the text link about 3-4 times throughout the abuse.module file but don't know how to replace it with an image.
I have a nice "Flag this post" icon ready to use with the Abuse module but am unsure of how to implement it.
I have seen php code for the text link about 3-4 times throughout the abuse.module file but don't know how to replace it with an image.
Comments
Comment #1
gondwanan commentedCan you just put in html?
Comment #2
Baker commentedNo you can't and I have the same request/desire. ...looking elsewhere...
Comment #3
mrgoltra commentedhow about CSS?
Comment #4
Baker commentedNope. I couldn't find a way to do it in CSS either. I did find a way to do it here...
http://drupal.org/node/49393
That's all the information you'll need to replace text with icons and modify the text as well.
Comment #5
mfer commentedIf you want to replace text with an image the appropriate place to do that is in the CSS.
This keeps it screen reader friendly. Images should only be in the page if they are content. That isn't the case here so CSS replacement is the way to go. And, it's fairly easy.
Comment #6
jaydub commentedThis is outside the scope of the abuse module. As previous posters have stated icons can be done in CSS.
An example: