Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
If you have PhpMyadmin, you can export 4 tables (starting with
PREFIX_fep_
, PREFIX is your database table prefix) and import in your new database.
You can even use any migration plugin from wordpress which support custom table.This plugin does not have any export/import feature build in.
Note: Test exported data before deleting from your website.
Shamim HasanKeymasterAre you using any backup plugin? How are you exporting users?
Shamim HasanKeymasterDid you tried to install in another website?
Please try https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/license-keys-not-activating/
Let me know.Shamim HasanKeymasterWhat is your message page url?
Did you set your message page in this plugin settings page?
do you have any query string of hash in url of message page? (eg.&foo=bar
or#bar
)Shamim HasanKeymasterMessage is linked to user id. So if user id is different then message import will not be reliable and you may end up some messages will show for another user.
September 29, 2019 at 12:51 pm in reply to: Email piping: Admin Reply From Gmail Not Showing In FE PM PRO #29601Shamim HasanKeymasterDid you setup Email Piping or POP3?
Instructions are
https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/
https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/pop3-feature/Any one of them must be setup.
Shamim HasanKeymasterIs that a new site?
Is there any previous message in new site?
Is user id of any user same as previous website?Shamim HasanKeymasterThere is no standard of reply emails. So it is very hard (if not impossible) to perfectly remove only reply content.
There are many variable which make it fail. eg. mail client language, pointer etc.You can add top of your email template (in Front End PM PRO > Settings > Emails > New Message Content / Reply Message Content)
--- Reply Above This Line ---
. If user reply above that line then Below of that line everything will be removedShamim HasanKeymastertry
fep_update_meta( $new_message->mgs_parent, 'cus_fep_textbox15', $message['cus_fep_textbox15'] );
September 27, 2019 at 3:10 am in reply to: error message even though my license is active for my domain #29476Shamim HasanKeymasterShamim HasanKeymasterCan you please give me url in which page it is not working?
I can see in homepage also it is showing.Shamim HasanKeymasteruse
fep_update_meta
function.Shamim HasanKeymasterYou can use php code to send message which will trigger email. Use php function
fep_send_message
to send message. You can get an idea how to use that function in here https://www.shamimsplugins.com/docs/front-end-pm/customization/send-welcome-message-user-register/We cannot trigger email if you manually input message directly to database.
Shamim HasanKeymasterI am very sorry for this.
Please check Front End PM PRO > Settings > Security > Add Announcement
Now form front end (from where you send message) you can send announcements.Shamim HasanKeymasterDid you tried all steps from that link? specially last 6 steps?
-
AuthorPosts