Shamim Hasan

Forum Replies Created

Viewing 15 posts - 1,861 through 1,875 (of 2,484 total)
  • Author
    Posts
  • in reply to: Hide attachment in front end #13240
    Shamim Hasan
    Keymaster

    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?

    in reply to: Hide attachment in front end #13224
    Shamim Hasan
    Keymaster

    add 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 );
    
    in reply to: Hide attachment in front end #13214
    Shamim Hasan
    Keymaster

    You want to disable attachment feature completely so that users can not send attachments? or users can send attachments but not shows attachment links?

    in reply to: Invoice #13197
    Shamim Hasan
    Keymaster

    Invoice already sent to your email.

    in reply to: Can't send message to a user #13138
    Shamim Hasan
    Keymaster

    Do 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.

    in reply to: Can't send message to a user #13127
    Shamim Hasan
    Keymaster

    Are 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?

    in reply to: Batch add to a group #13117
    Shamim Hasan
    Keymaster

    Please 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.

    in reply to: PHP 7 compatibility #13077
    Shamim Hasan
    Keymaster

    Thank you very much for letting me know.
    Next version we will fix these warnings.

    in reply to: Add FE PM Pro to Composer packages #13019
    Shamim Hasan
    Keymaster

    PRO 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.

    in reply to: Can't send message to a user #12991
    Shamim Hasan
    Keymaster

    Is 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?

    in reply to: Assigning groups in a different way #12923
    Shamim Hasan
    Keymaster

    You 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.

    in reply to: how do i setup Front End PM Pro in a chile theme? #12901
    Shamim Hasan
    Keymaster

    are your child theme active?
    did you added this code after ?>

    in reply to: Notification of attachment without including attachment #12891
    Shamim Hasan
    Keymaster

    Please contact https://www.shamimsplugins.com/hire/ to get a quote.

    in reply to: how do i setup Front End PM Pro in a chile theme? #12888
    Shamim Hasan
    Keymaster

    I 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 16

    in reply to: Notification of attachment without including attachment #12875
    Shamim Hasan
    Keymaster

    This 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.

Viewing 15 posts - 1,861 through 1,875 (of 2,484 total)