Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Add your admission team in “Group Members” field. You can add all members from that role. Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/group-messaging/
January 19, 2019 at 3:07 am in reply to: A Sidebar shows up when a message is opened from Inbox #20850Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_locate_template', function( $template, $template_names ) { if ( in_array( 'view-message.php', $template_names ) ) { $template = fep_locate_template( 'view-message-legacy.php' ); } return $template; }, 10, 2 );
Shamim HasanKeymasterPlease set “Max Recipients” to 0 as you do not want to show empty “To” field.
Then add this code https://www.shamimsplugins.com/support/topic/send-message-to-group-not-member-of-that-group/#post-19329add members in your group (your support user)
Shamim HasanKeymaster1. Which version you are using?
2. Please go to Dashboard > Front End PM PRO > All Announcements and let me know what shows in “Email Pending” column
3. Do you have knowledge in php? If i give you some debug code can you use can that code in your website?Shamim HasanKeymasterIf you follow every steps in above link under “Using Loco Translate Plugin” then if that “read by” is missing that will be corrected.
If you still want me to log in your website and correct that then please send me credentials using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterPlease see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/translate/ for translate. see under “Using Loco Translate Plugin”
For your second question, That is subject of message. Who sent that message typed that wrong.
January 17, 2019 at 4:16 am in reply to: A Sidebar shows up when a message is opened from Inbox #20780Shamim HasanKeymasterDon’t you use gravatar in your website?
This is a new feature, users can navigate to other messages from there. But there should show recipients avatar.If you do not like this feature there is an easy way to show like previous version. Let me know if you want that.
Shamim HasanKeymasterYes it will work, but search only for message sender, message recipients will not be searched.
Some observation
1. Missing space before INNER JOIN
2. use esc_sql instead of esc_html or use $wpdb->prepareShamim HasanKeymasterPossible but you will need to write complex query for this.
Shamim HasanKeymasterWhen searching messages it search in message subject and content.
Shamim HasanKeymasterIf you go to Front End PM PRO > Settings > Licenses, is it shows license expiry date under license field?
If you go to your website update page( eg. https://www.example.com/wp-admin/update-core.php ) does it shows this plugin update? You can refresh that page couple of times to see it that works.Shamim HasanKeymasterYou can add group and add your “support” users to that group. You can add all user from a role easily. see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/group-messaging/
Now students can send message to this group and any support users from that group can reply that message.
Shamim HasanKeymasterDid you add your license key and activated?
Do your website have permission to connect to license server?Shamim HasanKeymasterThen you will need to add click event individually to every column except checkbox column.
Shamim HasanKeymasterIt will work in version 10.1.x also
-
AuthorPosts