adminbart
Forum Replies Created
- AuthorPosts
- adminbartParticipant
Hello Shamim, thanks for your reply.
That works, but this link button is also visible next to your own name. This is not the behaviour with the default settings.
Is there more information about the filters and hooks? Just because I don’t like bothering you so much.
adminbartParticipantHello Shamim,
I’ve got te text replaced by an icon, by using this code:
add_action( 'fep_directory_table_column_content_send_message', 'mail_icon',10,1); function mail_icon() { echo '<img src="[URL]" />'; }But there is no link anymore …
adminbartParticipantHello, thank you for your reply.
I’m used to use actions and filters in the functions file.
But I can’t seem to find any doc about that (or any) hook you mention. Can you provide a code example?Allso, is there a way to allways leave the message content open in first instance and not closed? Now I only see the author and a date. It isn’t obvious (for older people) that you have to click to see the content.
- AuthorPosts