luke.adams

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: HTML Message Content #44975
    luke.adams
    Participant

    Hi Shamim,

    Apologies about that let me elaborate.

    When sending out an announcement, I would like to embed a form. The form can be embedded onto a normal webpage using Iframe or Javascript.

    I have tried to add this into an announcement however, it does not work and just shows the shortcode which the embed uses.

    Is it possible for Iframe or Javascript embeds to be used on an announcement at all?

    Many Thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: HTML Message Content #44971
    luke.adams
    Participant

    Hi Shamim,

    I have set the editor type to WP Editor.

    Does front end PM have Iframe or Javascript functionality at all?

    If yes how do I enable this?

    Many Thanks,
    Luke

    in reply to: HTML Message Content #44967
    luke.adams
    Participant

    Morning Shamim,

    Is there any update to this please?

    in reply to: Disable option to delete announcements #44947
    luke.adams
    Participant

    thank you this worked perfectly

    in reply to: Disable option to delete announcements #44918
    luke.adams
    Participant

    Morning Shamim,

    Thank you for clarifying what happens when a user deletes an announcement however, I would like to disable this feature so no users can delete their announcements so if we ever require someone to look back on a previous announcement it is there.

    Is this possible?

    Many Thanks,
    Luke

    in reply to: Add a total count for read Receipts in Announcements #44715
    luke.adams
    Participant

    Thank you this works perfectly

    luke.adams
    Participant

    Thank you this works perfectly

    luke.adams
    Participant

    This is the code I am currently using. It only shows the read receipts to admins however I would like for user group ‘office’ to be able to see them too

    //Front End PM Code – Only shows Admins Read receipts
    add_action( ‘init’, function(){
    if( fep_is_user_admin() ){
    add_action( ‘fep_display_after_announcement’, array( Fep_Read_Receipt::init(), ‘display_read_receipt’ ), 99 );
    add_action( ‘fep_display_after_message’, array( Fep_Read_Receipt::init(), ‘display_read_receipt’ ), 99 );
    }
    });

    in reply to: Hide Roles in Front End PM PRO – New Announcement page #44452
    luke.adams
    Participant

    Thank you for this they both work perfectly.

    I currently have it so only admins can see read receipts on the announcements however, i would like to open this up to another user role is this possible?

    The user role would be ‘office’

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