Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Are you pointing same file where your wordpress installation is?
If you are is development you can use our latest rc version (enable Bleeding edge Update in Front End PM PRO > Settings > Licenses to get this) where you can use POP3 instead of piping.
After update go to Front End PM > Settings > Emails > Email Piping/POP3Shamim HasanKeymasterWhich version you are using?
Latest version have edit announcement option enabled for admins by default.Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/license-keys-not-activating/
Let me know.Shamim HasanKeymasterI logged in your website. It is showing cURL error 35. See screenshot. Also it is showing no cron event is firing.
Please contact your host to solve this issue.
Attachments:You must be logged in to view attached files.Shamim HasanKeymasterCan you give me screenshot of your “Role to Role Block” settings? It should not return users which are blocked for “New Message”.
PRO version “To” is so many features involved (Multiple Recipients, Only admin, Group Message etc). So changing anything here a little bit tricky. After that also i will try to add an option in next version so that it can be used as FREE “To”.September 30, 2018 at 8:56 am in reply to: User Nav Redirects Instead of Showing Messages & Announcements #17828Shamim HasanKeymasterIs it possible to add [front-end-pm] shortcode in only one page? eg. member page, if all users have that page.
If yes add shortcode to that page and set this page as “Front End PM Page” in Front End PM PRO > Settings > General.Let me know.
Shamim HasanKeymasterHow did you set so that it does not return user (only showing searching…)?
If you want to restrict user so that they cannot send message to same role user, better way to use “Role to Role Block” feature. Instruction in https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/role-to-role-block/Shamim HasanKeymasterit needs to be on same server (domain is not matter) where both domain have direct file access. You can even create a subdomain of your main domain for email address. Then you can pipe to fep-email-piping.php file
Shamim HasanKeymasterI did not get it. Did it show successfully sent? Please sent again.
Shamim HasanKeymasterURL will not work.
Create an email where fep-email-piping.php file is. Then set this email as piping email in Front End PM PRO > Settings > Emails. It does not have to be your main domain. Or you can forward your main domain email(Gsuite) to your temporary email (email where fep-email-piping.php file is) then from this email forward to fep-email-piping.php.Shamim HasanKeymasterYou have setup piping address as URL but it will be PATH. Something like home/xxxx/public_html/wp-content/plugins/front-end-pm-pro/pro/fep-email-parser/fep-email-piping.php
Shamim HasanKeymasterCan you give me access to your website so that i can try?
If yes, please send credentials using https://www.shamimsplugins.com/sensitive-information/ (give me website admin and FTP access, in FTP you can give me permission only content directory)Shamim HasanKeymasterFor no-2, add yourself to every group and add following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_get_option', function( $value, $option ){ if( 'can-send-to-group' == $option ){ if( fep_is_user_admin() ){ $value = true; } else { $value = false; } } return $value; }, 10, 2 );
This will allow only admins to send message to group.
For no-1: Is there any JavaScript error in your browser console?
September 28, 2018 at 8:36 am in reply to: User Nav Redirects Instead of Showing Messages & Announcements #17761Shamim HasanKeymasterShamim HasanKeymasterAdd following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_filter_get_message_with_replies', function( $args ){ $args['order'] = 'DESC'; return $args; });
To show form on top, You have to edit
view-message.php
template. Instruction in https://www.shamimsplugins.com/docs/front-end-pm-pro/customization-front-end-pm-pro/change-templates/ -
AuthorPosts