-
Author
-
October 27, 2015 at 17:52 #84483steveParticipant
Hi,
added restriction to users who use Basic solution, but they still can show private messages. Image added. What I am doing wrong?
Thx,
Steve
Attachments:
You must be logged in to view attached files.October 28, 2015 at 14:17 #84679LauraModeratorHello, the restriction is for sending private messages, so they should see them but not able to answer them
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 28, 2015 at 15:14 #84691steveParticipantHi Laura! Members can also send it, but now I understand what is the case. I use plugin that redirects after people register and do it before they have to choose account type. Can add option that your theme automatically puts all users to use “Basic” that i have made? On the moments puts Membership level: none. Pic added.
Thx,
SteveAttachments:
You must be logged in to view attached files.October 30, 2015 at 00:57 #84977LauraModeratorHello, please try by adding this to functions.php of child theme
COPY CODEadd_action('user_register', 'kleo_pmpro_default_level'); function kleo_pmpro_default_level($user_id) { pmpro_changeMembershipLevel(1,$user_id); }
Change the 1 for your default level id
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 1, 2015 at 13:17 #85321steveParticipantHi Laura,
it worked, thank you very much! Still problem with sending private messages (all members can send). Am I doing something wrong or something cause it? I took Sweetdate/Memberships levels and add restriction, but tested and users with “Basic” membership level can send private messages. Image added.
Br,
SteveAttachments:
You must be logged in to view attached files.November 1, 2015 at 13:38 #85326steveParticipantP.S Maybe you have extra code for it to add to quick css?
November 2, 2015 at 00:30 #85381LauraModeratorHello, can you share admin credentials so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 3, 2015 at 21:09 #85543steveParticipantP.S USE http://profile.webberry.eu/ login button, not http://profile.webberry.eu/wp-admin link (somehow not working)
Thx,
SteveNovember 4, 2015 at 22:43 #85660LauraModeratorHello, have you tried using an user that is not an admin? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 6, 2015 at 00:00 #85818steveParticipantHey Laura,
yes. Made new user: test123 (it is not admin) and have membership: basic andstill can send provate messages. i can´t figure out why.
Steve
November 7, 2015 at 04:17 #86114LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 16, 2015 at 22:03 #87624steveParticipantHi,
my programmer asks can he write directly to the person who can help with this question?
Br,
SteveNovember 18, 2015 at 18:49 #87923AndreiModeratorHi @steve, we’ll gonna test this on one of our test environments and we’ll get back to you with more details shortly.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 18, 2015 at 19:32 #87948RaduModeratorHi Steve,
I’ve tested on local environment with same settings like yours and everything worked fine.
I recommend you to make fresh install on a subdomain with a new database and test after to see if the issue still persists or not.
I think that there might be some modifications in the core of the theme.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.