Shamim Hasan

Forum Replies Created

Viewing 15 posts - 466 through 480 (of 2,460 total)
  • Author
    Posts
  • in reply to: Hide the archive #41647
    Shamim Hasan
    Keymaster

    Please use following code as well

    add_filter( 'fep_message_table_filters', function( $filters ){
    	unset( $filters['archive'] );
    	return $filters;
    });
    
    in reply to: Hide the archive #41642
    Shamim Hasan
    Keymaster

    Can you please give me screenshot which is not hidden yet?
    Also when messages are archived, you can restore them (use same dropdown where it shows restore).

    in reply to: Group assigning with password #41632
    Shamim Hasan
    Keymaster

    Default wordpress is adding that password field, So no functionality of that password set in this plugin.

    Can you please elaborate your issue a little so that i can try to give you some solution if possible? If we hide those groups for certain users will that help?

    Shamim Hasan
    Keymaster

    Thank you. I have refunded.
    As this is just a settings, may be it will be easy to setup as you need. If you have time you can still knock me in skype (or send an email) so that i can try to setup as you need.

    in reply to: Notification as Pop-UP #41618
    Shamim Hasan
    Keymaster

    You can use following code to hide X

    #fep-notification-bar .fep-notice-dismiss {
    	display: none;
    }
    

    To show pop-up or close that bar you need some js code. It is not too small code which i can give you here. If you need it you can contact me using https://www.shamimsplugins.com/hire/

    in reply to: Notification as Pop-UP #41611
    Shamim Hasan
    Keymaster

    Please add following code in Front End PM PRO > Settings > Appearance > Custom CSS

    #fep-notification-bar {
    	font-size: 24px;
    	position: fixed;
    	height: 100%;
    }
    

    Let me know if it helps.

    Shamim Hasan
    Keymaster

    Thank you.
    I will try to find out conflict with Wordfence if any.

    Shamim Hasan
    Keymaster

    I have updated your previous license. Please remove current license and add your previous license. This will work in your version (10.x). If you lost your previous license please email me to get that.

    Again, I recommend you to try to update to latest version. There are so many performance improvement in 11.x version.

    in reply to: Disable #41583
    Shamim Hasan
    Keymaster

    get_current_user_id() should return current user id who is logged in and UPT()->get_user_id() should return user id whose profile is viewing.

    Shamim Hasan
    Keymaster

    Can you update this plugin to latest version? Or download latest version from https://www.shamimsplugins.com/account/ and install. When ask for license use latest license which is sent to your email after renew.

    If still have any confusion you can reply here or ask me directly in skype @shamim_biplob

    in reply to: Disable #41577
    Shamim Hasan
    Keymaster

    Did you get the solution? Normally in wp json call if we do not pass X-WP-Nonce header it treats that call as non logged in user. You can check if this header is set or contact that plugin author and ask why get_current_user_id() is returning 0

    in reply to: Disable #41567
    Shamim Hasan
    Keymaster

    Can you please echo get_current_user_id(), fep_current_user_can( 'send_new_message_to', UPT()->get_user_id() ) and UPT()->get_user_id() in else statement? Also please check both user ids output correct ones.

    Let me know.

    in reply to: Display Info on Latest Message in thread #41565
    Shamim Hasan
    Keymaster

    You can try if( fep_get_message_field( 'mgs_created' ) == fep_get_message_field( 'mgs_last_reply_time', fep_get_parent_id( fep_get_the_id() ) ) ).

    Let me know.

    in reply to: Pop-Up msg when new message or announcement has arrived. #41552
    Shamim Hasan
    Keymaster

    There are 4 types of notification of a new message
    1. Show a header bar
    2. Show desktop notification
    3. Sound when received a new message/announcement
    4. Email

    If you want to add a pop-up window, that is also possible. But needs custom code. If you know js i can instruct you.

    in reply to: Disable #41550
    Shamim Hasan
    Keymaster

    Can you please check if UPT()->get_user_id() return correct user id?
    Also please add an else statement and see if that is echoing.

    Let me know.

Viewing 15 posts - 466 through 480 (of 2,460 total)