ronnie kanka
Forum Replies Created
- AuthorPosts
- ronnie kankaParticipant
Hi sorry for delay here
1) Yes its set correctly
2) Tried and no, it doesnt fix it.I forgot to mention, I am using “Front End PM – Ultimate Member Integration” version 1.4
ronnie kankaParticipantPS I used {{message_url}} (including the {{ and }})
May 26, 2019 at 2:44 am in reply to: Restrict which rolls show up on front end for announcement. #25058ronnie kankaParticipantsorry I’m a php rookie.
How would I unset multiple roles? can you show me an example? I tried“add_filter( ‘fep_filter_to_roles_to_create_announcement’, function( $roles ){
unset( $roles[‘administrator’, ‘student’, ‘faculty’] ); //set here which role you do not want to show
return $roles;
});”but no luck
thanks so much
ronnie kankaParticipantthanks for quick response!
I see this would work on the site itself, but if they reply to the email notification they get, it will still go to everyone in the group right? any way to make that not happen?ronnie kankaParticipantoh thats awesome thank you!
is there anyway to incorporate this into the front end, though? - AuthorPosts