-
Jens replied to the topic Using group to upload file in the forum How-to & Troubleshooting 3 years, 10 months ago
That´s not possible out of the box. Did you check out plugins like rtMedia for WordPress, BuddyPress and bbPress? Buddyboss might be an option, but that´s not for free.
-
Jens's profile was updated 3 years, 10 months ago
-
Jens replied to the topic Translation problem in the forum How-to & Troubleshooting 3 years, 10 months ago
It´s been a while, but I am dealing with something similar now. So that might help…
That seems to be the easiest way to add some missing translations. After installation you can find the plugin in WordPress under “Tools”. In my case I translated the Original-String “Engagements” with the Textdomain…[Read more]
-
Jens replied to the topic Email tokens & Situations: in the forum How-to & Troubleshooting 3 years, 10 months ago
Better late than never: Thanks, @shanebp!
-
Jens replied to the topic Profiles & Member List: Redirect all subscribers in the forum How-to & Troubleshooting 8 years, 7 months ago
Okay, seems like I really have to learn more about PHP. Via google I found https://wordpress.stackexchange.com/questions/60272/find-out-if-logged-in-user-is-not-subscriber. That gave me a rough idea, but I did not manage to change the code for a redirect.
However, I found a workaround. I placed the following code…
<?php if (…
[Read more] -
Jens replied to the topic Profiles & Member List: Redirect all subscribers in the forum How-to & Troubleshooting 8 years, 7 months ago
Here is a solution to exclude users, that are not logged in: https://buddypress.org/support/topic/hide-profile-from-non-logged-in-users/#post-147745.
But how to exclude/redirect users, that have the user role “subscriber”? Redirect might be working with
<?php wp_redirect( home_url() ); exit; ?
-
Jens started the topic Email tokens & Situations: in the forum How-to & Troubleshooting 8 years, 7 months ago
Is there a way to add a “situation” (https://codex.buddypress.org/emails/) and “email tokens” (https://codex.buddypress.org/emails/email-tokens/) to send an email as soon as the user role changes?
Would be great to tell my users, if their role changes from “subscriber” to “member”. Because than they are able to use more features.
-
Jens's profile was updated 8 years, 7 months ago
@jesus-1
Active 10 months, 2 weeks ago