keya
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] Multiple PM pagesForum: Plugins
In reply to: [Front End PM] notification pageI gave you instruction how to do that. Writing that much code is beyond the scope of the support.
I suggest you hire any developer to write code for you.Forum: Plugins
In reply to: [Front End PM] notification pageHere is the instruction to create a post template https://developer.ww.wp.xz.cn/themes/template-files-section/page-template-files/
Then inside this template query for ‘fep_message’ post type where meta key is _fep_participants and meta value is current user id.
Forum: Plugins
In reply to: [Front End PM] notification pageIn message page messages is shown close to you desire notification. So you can show message page instead of creating a new notification page.
Forum: Plugins
In reply to: [Front End PM] Additional parameters to shortcodefor
fep_shortcode_new_message_formForm will not show if current user can not send message to “to” user. So non logged in user or if logged in user and “to” user is same then no form will be shown.For your case you can use
fep_after_form_fieldsaction hook to output a hidden field and access them usingfep_action_message_after_sendhook when message sent.Forum: Plugins
In reply to: [Front End PM] Additional parameters to shortcodeWhich shortcode you are using? https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/ ?
Forum: Plugins
In reply to: [Front End PM] notification pageImage cannot be seen. Use any other image sharing site.
Forum: Plugins
In reply to: [Front End PM] Admin has no right to reply?It seems member has blocked admin.You can ask that member if he blocked admin or there are some plugins you can install one of them to log in as that member to see is admin blocked by him.