Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
April 30, 2018 at 10:50 am in reply to: what is shortcode or code to send message to particular single or more user #13857Shamim HasanKeymaster
I see You have same question in another topic. Please continue in https://www.shamimsplugins.com/support/topic/for-user-name-and-nick-name-is-cv24-what-will-be-the-shortcode-for-new-messag/. I am closing this topic.
April 30, 2018 at 10:49 am in reply to: Is there any need of user to be present in Group first to send Group Meassage #13854Shamim HasanKeymasterI see You have same question in another topic. Please continue in https://www.shamimsplugins.com/support/topic/role-to-role-block-is-working-for-group/. I am closing this topic.
April 30, 2018 at 12:10 am in reply to: what is shortcode or code to send message to particular single or more user #13838Shamim HasanKeymasterApril 30, 2018 at 12:08 am in reply to: For User name and Nick name is "CV24" what will be the shortcode for New messag #13835Shamim HasanKeymasterWhere are you using this shortcode? In php template or in post editor?
Shamim HasanKeymasterWhere is “Contact” which you want to change?
Shamim HasanKeymasterCurrently there is no hook for this. Next version i will try to add some hook so that this can be achieved.
Shamim HasanKeymasterSo you want your Employer and Candidates can message to any group without joining that group, right?
April 29, 2018 at 5:21 pm in reply to: Is there any need of user to be present in Group first to send Group Meassage #13790Shamim HasanKeymasterUsers only able to send message to his own group. So A has to join that group first before sending message to that group.
User A can leave that group after sending message if he wants.Shamim HasanKeymasterRole to role block is applicable only when sending direct message. Eg. if you block A to B role then A will not be able to send direct message to B.
It is not applicable when sending group or admin message.Shamim HasanKeymasterThis is a security feature, Users should not get this error if they send message normally.
1. Are you always getting this error when sending message/reply?
2. when you get this error is message sent?
3. Do you use any custom code for this plugin in your website?
4. Do you use any caching plugin? If yes, try to exclude message page from caching and try.Let me know.
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_filter_show_which_name', function( $which ){ return 'user_login'; });
This will show user_login instead of display name.
Shamim HasanKeymasterThis plugin uses “Display Name” all the places. Please go to Dashboard > Users > Your Profile > Name to see the difference of names. Display name is made to show publicly and this plugin use that.
Also You can use
fep_filter_show_which_name
hook to change which name will be used.Shamim HasanKeymasterIs your another topic https://www.shamimsplugins.com/support/topic/new-message-form-shortcode-autopopulate-to-specific-user/ solve this topic also?
April 25, 2018 at 12:27 pm in reply to: New message form shortcode autopopulate to specific user #13677Shamim HasanKeymasterI do not see any lightbox code here. Check your syntax with lightbox code.
April 25, 2018 at 12:22 am in reply to: New message form shortcode autopopulate to specific user #13666Shamim HasanKeymasterPlease use as
echo do_shortcode( '[fep_shortcode_new_message_form to="' . $user . '" subject="test"]' );
-
AuthorPosts