Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
This plugin shows Display Name in all places. It is made by wordpress to show publicly. Please go to Dashboard > Users > Your Profile > Name to see different types of names and their differences. Display Name is made to show publicly and all should show this name. This plugin shows this name not username.
If your users display name is not include first name you can use https://wordpress.org/plugins/force-first-last/ to force it.
Shamim HasanKeymasterPlease change theme to one of default theme for testing and see if checkbox work.
Also create a test account, send some messages to that account and send credentials of that account to me. So that i can check. Use https://www.shamimsplugins.com/sensitive-information/ for sending credentials.Shamim HasanKeymasterYes, possible. But you need to have some php knowledge. You can use
fep_form_fields
filter hook to achieve this.Shamim HasanKeymasterYes, If you include {{subject}} it will be replaced with actual subject of announcement.
Shamim HasanKeymasterAnnouncement can be send to role. If those 800 user have separate role then this can easily be targeted. Or you can create a temporary role, assign this role to those 800 users then send announcement to that role.
Shamim HasanKeymasterSpeed issue happen when sending message emails to users email address, not when sending message. Most of the host does not allow bulk emails, most of the time they have limit per hour.
It is better if you send announcement as that will queue email sending and send in interval. Department can go to Front-End page (where [front-end-pm] shortcode is) and click “New Announcement”.
Let me know if it works for you.
Shamim HasanKeymasterThis feature is already included for next version including name of user and shows when user try to block another user.
If you are in development you can check “Bleeding edge Update” in Front End PM PRO > Settings > Licenses. Then update plugin.October 17, 2018 at 1:52 pm in reply to: Feature: purge all messages older than X-number of days #18317Shamim HasanKeymasterI need more vote/thinking about this feature as this feature may accidentally delete valuable information.
If you need that, you can use a cron. You can see
Fep_Admin_Pages
class how it is done when admin delete a message or eraser request is confirmed for privacy.Shamim HasanKeymasterWhich version you are using?
Are you getting emails after subject change?
Please create a new test announcement and let me know.Shamim HasanKeymasterFor customization please contact using https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterDo you use Ultimate member plugin?
You can use https://www.shamimsplugins.com/docs/front-end-pm/integration/front-end-pm-ultimate-member-integration/ to integrate each other.Shamim HasanKeymasterUser can unblock from the same place if they accidentally block any user. Still if you want to show confirmation see following.
You can add following code in block-unblock.js after e.preventDefault();if ( ! confirm( 'Do you really want to block/unblock this user?' ) ) { return false; }
Currently user name do not pass to js, so we cannot show name. Also from js we do not know if we are blocking or unblocking user. So confirmation is require in both block and unblock request. You can adjust message to show.
Shamim HasanKeymasterWhat you did to show messages in back-end?
Please give me access to your website so that i can try. Please use https://www.shamimsplugins.com/sensitive-information/Shamim HasanKeymasterIt should show in admin pages that “Front End PM PRO needs to database update.”. and there should be a button to “Proceed”. If still do not see this please give me access to your website so that i can try. Please use https://www.shamimsplugins.com/sensitive-information/
How many messages and announcements did you have?Shamim HasanKeymasterAlso go to Settings > Permalink then change your permalink to something else and save changes and again change back what you have now and save changes.
-
AuthorPosts