-
Jens started the topic Email tokens & Situations: in the forum How-to & Troubleshooting 10 years, 1 month 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 10 years, 1 month ago
-
Paul Wong-Gibbs replied to the topic Sendgrid and buddypress emails in the forum Miscellaneous 10 years, 1 month ago
The above is not a complete solution for Sendgrid, no.
-
Paul Wong-Gibbs replied to the topic View Profile Crashes in Internet Explorer in the forum How-to & Troubleshooting 10 years, 1 month ago
Thanks for sharing the solution to your problem!
-
Roger Coathup updated the Custom Emails page, on the BuddyPress Codex 10 years, 1 month ago
BuddyPress only includes emails for BuddyPress core functionality. Blog posting is not part of BuddyPress, but it could be an integral part of your community. Let’s look at an example to send an email to a blog p […]
-
karantank111's profile was updated 10 years, 1 month ago
-
Richtenney's profile was updated 10 years, 1 month ago
-
Prodes | Internet Partner started the topic Avatar crop size in the forum Creating & Extending 10 years, 1 month ago
Hi,
I’m using a avatar full width and height of 350 pixels.
After uploading a image in the perfect size it show a crop selection of 175px.Can someone tell me how to change this?
The crop size must be 350 x 350 pixels. It would be awesome if the selection is 350px by default and only draggable. -
Stacy (non coder) started the topic Group cover photos not uploading in the forum Creating & Extending 10 years, 1 month ago
Used the suggested dimensions. Group profile photo not uploading either.
-
Paul Wong-Gibbs replied to the topic Ionic app or other with REST api? in the forum Creating & Extending 10 years, 1 month ago
webdevstudios have a couple of options — take a look on their site.
-
Famous started the topic Ionic app or other with REST api? in the forum Creating & Extending 10 years, 1 month ago
Hey guys any idea if anyone has created an app for buddypress with ionic or another open-source app creator?
Thanks
-
Rimon Habib replied to the topic Specific management for specific user types in the forum How-to & Troubleshooting 10 years, 1 month ago
BuddyPress doesn’t have role based access management system for its components like WordPress roles, However, It has Member Type API now which is a potential lead to creating access management system using member type.
I am actually working on creating this plugin, which will be extension of my another plugin,…[Read more] -
Rimon Habib replied to the topic Different Profile Types with 2.2, Fields and Profile Pages in the forum Creating & Extending 10 years, 1 month ago
Just published an upgraded solution for this problem using BuddyPres Member Type API
Might be helpful for you,
http://rimonhabib.com/buddypress-member-type-manager/ -
Naomi started the topic Get custom TML fields to show up on front end Buddypress profile in the forum How-to & Troubleshooting 10 years, 1 month ago
I’m running WP 4.5, BuddyPress 2.5.2, Twenty Twelve theme and TML 6.4.4
I posted this as TML support and was told it’s a Buddypress issue
I added custom TML fields when people register (city, state, and reason for wanting to join the site) following instructions here:…[Read more]
-
Naomi replied to the topic Show additional fields on member profile header in the forum How-to & Troubleshooting 10 years, 1 month ago
Can anyone help?
-
Paul Wong-Gibbs replied to the topic How to hide projects feature in the forum How-to & Troubleshooting 10 years, 1 month ago
Not sure what you mean be “projects” feature — sounds like that’s part of this other plugin, so that’s not really in our wheelhouse. Or it’s something in BuddyPress that’s been renamed.
Have you checked the other plugin for options to disable it?
-
Hugo Ashmore replied to the topic ATT:Moderator in the forum Requests & Feedback 10 years, 1 month ago
@dono12 Done!
-
Slava Abakumov replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 10 years, 1 month ago
Awesome! Thank you, I will investigate and use that.
-
Porfirioembry's profile was updated 10 years, 1 month ago
-
Rimon Habib replied to the topic I want to hide View on BP activity for logged out users in the forum How-to & Troubleshooting 10 years, 1 month ago
you can redirect logged out users from activity page to home (or any page you prefer) using this function
function restrict_activity_page_from_logged_out_users(){global $bp;
if( $bp->current_component === 'activity' && !is_user_logged_in() )
bp_core_redirect( site_url() ); // for home page; or use wp_login_url() to redirect to login…[Read more] - Load More