adminbart

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Icon instead of ‘Send Message’ #45858
    adminbart
    Participant

    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.

    in reply to: Icon instead of ‘Send Message’ #45855
    adminbart
    Participant

    Hello 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 …

    in reply to: Icon instead of ‘Send Message’ #45849
    adminbart
    Participant

    Hello, 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.

Viewing 3 posts - 1 through 3 (of 3 total)