Quote:
Originally Posted by arrow816
That seems completly past me ^,^'
Could you please explain to me how I would do this then aka say edit.png is the edit post image. how would I could edit.png to show with no text but work the same as edit would normally work.
aka show me the code ^,^
|
The link for Edit Post is:
HTML Code:
<a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
Most likely you have to remove the class. Then replace {vb:rawphrase edit_post} with your image code.