Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
can you add
define('ALTERNATE_WP_CRON', true);
in your wp-config.php? It seems some website can not run wp cron normally. see this http://wordpress.stackexchange.com/a/149147/70211Let me know.
Shamim HasanKeymasterOther emails send perfectly? Message email send perfectly?
Also note that announcement email remain in queue, By default It will send 100 emails in every hour. https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/announcement-email-queue/You can change that, set interval to 5 minutes, wait 5 minutes after sending announcement, then access your website (cron does not work if no visitor in website). Then see is email sending.
Let me know.
Shamim HasanKeymasterPlease change
fep_mr_to
tofep_mr_to[]
. This will pass all ids as array and New message form will capture all ids.Shamim HasanKeymasterSorry to disappoint you.
But no where it is written that PRO version support Group Messaging. All features are linked to docs so that nobody misunderstood anything.Answer your question:
as you are happy to amend the code, assume you have php knowledge.1. in class-fep-directory.php line around 71, add another column (div) for checkbox name = fep_mr_to[] and pass user id as value. wrap all column inside a form and form action will be your new message url and form method will be POST. this will fill “To” field with selected users.
2. For any role you can send announcement by going to Dashboard > Front End PM > All Announcements > New Announcement. Right sidebar there are all roles, just tick which role you want to send this announcement. Remember users cannot reply to announcement.
Shamim HasanKeymasterIn settings page you can add your admins, but only one admin in a field. If you want to add more than one admin, you have to customize this plugin. You can hire a developer or contact with us for customization https://www.shamimsplugins.com/contact-us/
Shamim HasanKeymasterHere is all features “Front End PM PRO” can do https://www.shamimsplugins.com/products/front-end-pm-pro/
I think you need to set-up https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/only-admin/
You can set “Display as” like “Support”, “Sales” etcShamim HasanKeymasterOk i am including this feature in tomorrows version.
Shamim HasanKeymasterIf you can change php code, i can assist you.
A new version is ready with many more feature (email piping, read receipt etc) and will be released tomorrow. May be next version i will try to add an option for this.
Shamim HasanKeymasterShamim HasanKeymasterYou can keep your language file in wp-content/languages/plugins/front-end-pm-sv_SE.mo so that every time you update this plugin need not to update your language.
Shamim HasanKeymasterAre you comfort to edit just a little php code? if so just go to plugins > front-end-pm-pro > functions.php and change
add_action('plugins_loaded', 'fep_translation' );
toadd_action('plugins_loaded', 'fep_translation', 15 );
just add 15.Let me know. Next version will correct this as well.
Shamim HasanKeymastergive me some example which sentence in english. (with screenshot will be better)
Also if possible upload your po file somewhere else (google drive/dropbox/your website etc) and give me download link.
You don’t have to reactivate.Shamim HasanKeymasterIt seems some the the string are missing from pot file. Please use attached pot file for translate. You can use “update from pot” so that only missing string will be loaded and you can keep your previous translating. Keep the file name as your previous name (do not add pro)
Let me know.
Sorry for the inconvenience.
Attachments:You must be logged in to view attached files.Shamim HasanKeymasterPlease write it in text mode. In “New message content” right side see “Visual” and “Text”. Please click “Text”, then write there.
Shamim HasanKeymastercan you give me your translated files( po and mo ) so that i can try? Also let me know that every sentences in english or some sentences?
-
AuthorPosts