Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
what is your php version?
I have tested this code before giving you. So it should work. Did you add this code before closing tag (?>
) of php?
Can you please check your server error log and see what is the error there?Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_action('wp_loaded', function(){ if( class_exists( 'Fep_Attachment') ) remove_action('fep_display_after_message', array( Fep_Attachment::init(), 'display_attachment') ); }, 15 );
Shamim HasanKeymasterYou want to disable attachment feature completely so that users can not send attachments? or users can send attachments but not shows attachment links?
Shamim HasanKeymasterInvoice already sent to your email.
Shamim HasanKeymasterDo you have any custom code for this plugin in your website?
Also tell him to again check his settings page for those 2 options ( “Allow others to send me messages?” and “Blocked Users”). By default only this 2 options can output this error.Shamim HasanKeymasterAre you trying to send message from “New Message” page or from anywhere else?
Can you type his name in “To” field and his name shows in suggestion?Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/group-messaging/
After users imported just add{role}-subscriber
(change subscriber with your desire user role) and all of the users of that role will be added to that group.Shamim HasanKeymasterThank you very much for letting me know.
Next version we will fix these warnings.Shamim HasanKeymasterPRO version url lifespan is so short. Currently we cannot use it in composer.json.
You don’t need to FTP all the time, you can access your website admin and update from there in one click.Shamim HasanKeymasterIs this happening only for one user or for all users?
Can you please check Front End PM PRO > Settings > Security and see if your role has permission to send message to that role user?Shamim HasanKeymasterYou can go to Front End PM PRO > Settings > Recipient and uncheck “Can users add themself to group.”. So you can assign group members yourself and students can send message to that group only. If teacher also a member of that group, he will also receive that message.
But if you want one-to-one message (student can send message to his teacher privately), also teacher can only access to his students that need to be custom coded.
Shamim HasanKeymasterare your child theme active?
did you added this code after?>
March 31, 2018 at 1:00 am in reply to: Notification of attachment without including attachment #12891Shamim HasanKeymasterPlease contact https://www.shamimsplugins.com/hire/ to get a quote.
Shamim HasanKeymasterI respect all of my customers and try to support in all cases. During purchase you have agreed to our Terms and Conditions where it is clearly written what is covered by the support. After that also i write code most of the time for customers. But that has some limitation.
As you are overriding templates in your child theme, you can easily add h2 tags in those templates. Eg. in directory.php add
<h2>Member Directory</h2>
just after ?> in line 16March 30, 2018 at 11:30 pm in reply to: Notification of attachment without including attachment #12875Shamim HasanKeymasterThis require some more code.
I am sorry, writing custom code does not cover by our support policy.
You can hire any developer or us to write custom code for you to achieve this functionality. -
AuthorPosts