Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please check Front End PM PRO > Settings > Security > Can permitted users add Announcement from front end?
Then you should see a “New Announcement” button in front end to add announcement.
Shamim HasanKeymasterOr you can live chat with me.
Please go to https://www.shamimsplugins.com/live-chat/ and see chat option in bottom right.
This live chat option will be available for next 30 minutes.Shamim HasanKeymasterThis is not the plugin issue. This is issue with the custom code added later.
Screen share support is not possible. You can give your website credentials or the functions.php file where you added this code so that i can check if you added in right place or not.As you are getting white screen of death it must be some error message. May be you have enable debug in wrong place.
Shamim HasanKeymastermanage_options
. But remember this capability will give them admin access to everything in your website.
Or you can usefep_current_user_can
hook to achieve this functionality.Shamim HasanKeymasterIf your admission managers are administrator role then they can reply. Otherwise it needs custom code to achieve this functionality.
February 5, 2019 at 3:01 am in reply to: Group messaging for most but sending individual for a few #21305Shamim HasanKeymasterIt is not conflict but a setup.
You can set this more than 0.
If you want your students cannot sent message to any individual student/admission then block them using role to role block. Go to Front End PM PRO > Settings > Security > Role to Role Block. then setup
“From Role” to “Student”, “To Role” to “All Roles”, “Block For” to “New Message”Shamim HasanKeymasterYou can find it in class-fep-pro-to.php line 383 resulstLimit : 5
Also set in fep-pro-ajax.php line 40 ‘number’ => 10, double of your setup. So if you set resulstLimit to 10 then set number to 20Remember if you change code, every time you update this plugin will override your changes.
February 4, 2019 at 7:16 pm in reply to: Group messaging for most but sending individual for a few #21295Shamim HasanKeymasterWhat it setup of your Max recipients in Front End PM PRO > Settings > Recipient?
Shamim HasanKeymasterWe cannot correct code blindly. Please enable debug (add
define( 'WP_DEBUG', true );
in wp-config.php) to get actual error message.If you want you can send me your FTP and wordpress admin credentials using https://www.shamimsplugins.com/sensitive-information/ so that i can assist you to add this code in your website.
Shamim HasanKeymasterPlease check your website now.
You had translated “No matches found” to “Ingen treff funnet” with an extra line breaks at the top which breaks your javascript.Shamim HasanKeymasterYour approach is almost correct. Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/role-to-role-block/. Select “To Role” to “All Roles”
Last part of that doc is
If you block for all roles, eg. You set “From Role” as “Subscriber” and “To Role” as “All Roles” and “Block For” as New Message” then “Directory” and “To” field will be hidden to “Subscriber” role users as they can not send message to any users.
If you set admin in Dashboard > Front End PM PRO > Settings > Recipient then users will be able to send message to those admins if they are blocked by these rules also.
Shamim HasanKeymasterDid you changed anything just before that? Any update to core/theme/plugin?
Can you create a test account and send credentials to me so that i can see? Use https://www.shamimsplugins.com/sensitive-information/ to send credentials.Shamim HasanKeymasterMake sure you have added after
<?php
tag. if still not work please enable debug (https://codex.wordpress.org/Debugging_in_WordPress) to see actual error message.Let me know.
Shamim HasanKeymasterYour code seems ok.
Where you are adding this code?
Please see your server error log to see what error it shows there.Shamim HasanKeymasterYou need to find role slug to use here.
eg. Slug of Subscriber is subscriber (lower cased). So you need to find slug of your all roles. Also use quote in both side. Eg'subscriber'
-
AuthorPosts