amstaff
Forum Replies Created
-
Thanks for your reply. Users on my site don’t have access on backend. I use ultimate member plugin and each user has its profile on frontend. This is why I ask you why the [newsletter_profile] shortcode doesn’t include the cancellation url. I need to put this url in a specic frontend profile section.
Thank you so much!!!!!
Forum: Plugins
In reply to: [Front End PM] Stop e-mail notifications by default… and to stop announcements by default you need also to change
this
checked(fep_get_user_option('allow_ann', 1), '1', false)with this
checked(fep_get_user_option('allow_ann', 0), '1', false)in fep-announcement-class.php
Kind regards
Forum: Plugins
In reply to: [Front End PM] Stop e-mail notifications by defaultThanks to you!!! I noticed that for hide messages notification by default, I must change also
this code
<input type='checkbox' name='allow_emails' value='1' ".checked(fep_get_user_option( 'allow_emails', 0), '1', false)."/> <i>".__("Email me when I get new messages?", 'fep')."</i><br/>";with this
<input type='checkbox' name='allow_emails' value='1' ".checked(fep_get_user_option( 'allow_emails', 0), '1', false)."/> <i>".__("Email me when I get new messages?", 'fep')."</i><br/>";in fep-class.php
thanks for your second suggestion about announcements.. it works fine!
Forum: Plugins
In reply to: [Front End PM] Stop e-mail notifications by defaultmany many thanks for your quick reply…. for messages ok, i’ll modify the code according to your suggestion. For announcements, I see the option in back-end but when I uncheck it and save is still checked….
This is the italian translation for you (via dropbox)