luke.adams
Forum Replies Created
-
AuthorPosts
-
luke.adamsParticipant
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.luke.adamsParticipantHi 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,
Lukeluke.adamsParticipantMorning Shamim,
Is there any update to this please?
luke.adamsParticipantthank you this worked perfectly
luke.adamsParticipantMorning 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,
Lukeluke.adamsParticipantThank you this works perfectly
luke.adamsParticipantThank you this works perfectly
luke.adamsParticipantThis 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 );
}
});April 20, 2022 at 4:27 pm in reply to: Hide Roles in Front End PM PRO – New Announcement page #44452luke.adamsParticipantThank 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’
-
AuthorPosts