Replies
- calu on September 2, 2019 at 8:30 pm in reply to: Force new members to sign up for a WooCommerce product after registration #25158
Hi Brajesh, thanks, I appreciate that.
Just a thought, WordPress has six pre-defined roles: Super Admin, Administrator, Editor, Author, Contributor and Subscriber. Participant is not one of these six, is this why the code does not work with participants?
Where is this user role created, if it is not a core WP role, and what cababilities does it have, not much readings about this?
Which default user role would you recommend to new users? in you are using WooCommerce Subscriptions, ‘Subscriber’ would be the obvious role after signing up a subscription.
But which role should I assign for new members at registration, to be the inactive subscriber role?
Regards
Carsten - calu on August 30, 2019 at 10:15 pm in reply to: [Resolved] Using Member Type Generator with BP core widgets #25123This reply has been marked as private.
- calu on August 30, 2019 at 9:57 pm in reply to: [Resolved] Using Member Type Generator with BP core widgets #25122This reply has been marked as private.
Hi Brajesh, thanks for helping out. The problem is word breaks and where the words are separated.
In the editor it looks like is should, words are not separated abnormally
When saved words are separated not in whole words, but where the text box ends. Another thing is the vertical overflow, which I just discovered when the text is long.
Hop this clarifies the issue.
Regards
Carsten- calu on August 23, 2019 at 11:03 am in reply to: Force new members to sign up for a WooCommerce product after registration #24921
Hi Brajesh
I’m stil having problems with restricting messages completely for participant role.You wrote: ‘Please use a negative value like -1 to stop it completely.’
I use this for participants, but that dosn’t stop them from sending messages?
'participant' => array( 'duration' => 1440, 'limit' => -1, ),
And using a negative value in the Rate Limit Private Message in the dashboard is not possible.
Regards
Carsten - calu on August 22, 2019 at 8:46 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24886
Hi Brajesh, thanks for checking this out, this would be nice to have, especially if a custom link is added to the notification, this will definitely help increase the sale.
Regards
Carsten - calu on August 22, 2019 at 7:47 am in reply to: Force new members to sign up for a WooCommerce product after registration #24859
Hi Brajesh, thank you for the update, it addressed the issues I was experiencing. T
he only issue left is the limit notification box, which is not showing when the limit has been reach, and you try to send a new message.
If you try to reply an existing message, the notification pops up as it should.
I have the new message subject auto filled and hidden, can this be the reason why I dont get the notification on send new message?
Regards
Carsten - calu on August 21, 2019 at 11:56 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24854This reply has been marked as private.
- calu on August 21, 2019 at 11:52 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24853This reply has been marked as private.
- calu on August 21, 2019 at 11:00 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24847
Strange though, I have a member assigned as Participant, who are not able to send messages, even with these settings:
How many messages a user can send? 50
During the time? 10 MinutesThe Private message Button option is hided, when the option is activated, but there are no notification about the limit has reached.
And there are no limitation set for Participant in the code yet, it’s like the plugin is not responding correctly with this role?
Regards
Carsten