Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Last message as i see, it was working.
So now, normal message emails send well but announcement email does not send, is it correct?
Please full backup your website and give me FTP and admin access to your website.Shamim HasanKeymasterPlease use a higher priority to your filter eg. add_filter( ‘fep_menu_buttons’, ‘your_function’, 50 );
Shamim HasanKeymasterSome classes are added. Please see https://github.com/shamim2883/front-end-pm/commit/8dc386cafb1b8c6b6a1b38ce3ce0e76fbfbc92e5 and let me know if you think any more classes needed.
October 27, 2017 at 2:51 pm in reply to: Assign a special icon to each of the buttons in the fep_men #7436Shamim HasanKeymasterYou can pass different class for different button. Next version you will be able to pass id also.
In your code you are overriding full button, it will be better if you override just what you need. eg. use$menu['newmessage']['class'] = 'fep-button your_class';
Shamim HasanKeymasterYou can use https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_message_to/ to show link.
OR https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/ to show form so that users no need to redirect to message page to send message. They can send message directly from store page via ajax.Shamim HasanKeymasterStyle (css) file loaded only in message page. You can use
wp_enqueue_style( 'fep-style' );
for other pages to show layout correct. But all links will be pointed to the page what you set in Dashboard > Front End PM PRO > Settings > General > Front End PM PageShamim HasanKeymasterShamim HasanKeymasterYou can follow following,
1. usefep_form_field_output_fep_pro_to
action hook to create a checkbox in “To” field
2. usefep_form_field_validate_fep_pro_to
to check if your checkbox is checked, if checked than you can query your group members on the fly and added in$_POST['message_to_id']
as array.
3. You may need to usefep_errors()->remove('pro_to')
infep_action_validate_form
hookNote: I will try to add Group messaging feature in next major version.
Shamim HasanKeymasterThis feature is added in new version. New version will be released next week.
October 25, 2017 at 3:14 pm in reply to: [Suggestion] Always display the other person instead of the user itself. #7346Shamim HasanKeymasterThank you for your nice suggestion. It is already implemented. Next version you will see this feature.
You can try https://github.com/shamim2883/front-end-pm for development version and let me know if you like this.Shamim HasanKeymasterYou want to style different for admin or who started the thread?
Shamim HasanKeymasterNew filter
fep_pro_filter_pre_populate
is added here to change the value for next version. Next version will be released next week.Shamim HasanKeymasterPlease go to Dashboard > Front End PM PRO > Settings > General, set “Front End PM Page”
October 25, 2017 at 8:34 am in reply to: My email piping is not working despite me following all the instructions #7318Shamim HasanKeymasterThere is no way to delay in email piping. If your server does not delay to send email then this should work immediately.
Do you have cpanel? If yes, then give me access to your webisite(cPanel, website admin & ftp) so that i can try to setup for you.
Please use “contact-form[a t]shamimsplugins.com” email address as admin user so that i can receive email for testing.
Full backup your website before giving me access.October 25, 2017 at 7:45 am in reply to: Add announcement to the new message count in shortcode #7315Shamim HasanKeymasterAs i mentioned in previous answer, new shortcode is added for next version, you will be able to use [fep_shortcode_new_announcement_count]
I will update docs once this version is released and update this answer. -
AuthorPosts