Home › Forums › Front End PM PRO › Issues after upgrading to Pro
- This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago by Alex Terrier.
- AuthorPosts
- September 28, 2018 at 1:50 am #17747Alex TerrierParticipant
Hi,
I bought the Pro upgrade today and I have a couple of issues.
1- the auto search is not working, it was before the upgrade:
https://screencast.com/t/JYjJtj3wnCxP2- I can’t send a message to a group unless I check the box “can users message to group” and myself being part of the group. That sounds like any member of the group will be able to send a message to all members.
I would like to be the only one to send a message to the group. how can I do that?Thank you!
September 28, 2018 at 4:29 am #17755Alex TerrierParticipantActually I can’t send any message at all since the upgrade.
https://screencast.com/t/5P06Gi0FjywrSeptember 28, 2018 at 8:50 am #17763Shamim HasanKeymasterFor no-2, add yourself to every group and add following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_get_option', function( $value, $option ){ if( 'can-send-to-group' == $option ){ if( fep_is_user_admin() ){ $value = true; } else { $value = false; } } return $value; }, 10, 2 );This will allow only admins to send message to group.
For no-1: Is there any JavaScript error in your browser console?
April 6, 2019 at 6:24 am #23088Alex TerrierParticipantre: For no-1: Is there any JavaScript error in your browser console?
I don’t know what this is, but I tried in different browsers and the issue remains
April 6, 2019 at 6:29 am #23091Alex TerrierParticipantAt this point, I would even prefer going back to the free version, I don’t need a refund, I just want to use the plugin without pulling my hair with lines of code (I don’t know anything about this).
either there is a simple way to fix this, or I would like to go back to the basic version.
Thanks
April 7, 2019 at 7:24 pm #23133Shamim HasanKeymasterIf FREE version works then PRO version will also work as both are same code in most of the places.
Can you please set in Front End PM PRO > Settings > Recipient > Max recipients to 1 and check if worksLet me know.
April 11, 2019 at 4:25 pm #23263Alex TerrierParticipantHi,
this seems to have resolved the problem, thanks. I’ll let you know if I run into some problems in the next few days.
thank you - AuthorPosts
You need to purchase ‘Front End PM PRO’ to create topic in this support forum.
If you already purchased ‘Front End PM PRO’ please LOGIN.