-
modemlooper replied to the topic Best Guide For BuddyPress Theme Dev? in the forum How-to & Troubleshooting 10 years, 8 months ago
BuddyPress replaces the_content of page.php with BP html. You can get a lot of style customization with simply adding extra CSS.
-
modemlooper replied to the topic is Twenty Fourteen the Default Theme for BP? in the forum Installing BuddyPress 10 years, 8 months ago
Yes, there may be a few display issues with 2014 because it’s got a magazine style layout.
-
modemlooper replied to the topic Best Guide For BuddyPress Theme Dev? in the forum How-to & Troubleshooting 10 years, 8 months ago
If you know WordPress theming the book gets you up to speed with the extra functionality BuddyPress brings to templates.
-
modemlooper replied to the topic is Twenty Fourteen the Default Theme for BP? in the forum Installing BuddyPress 10 years, 8 months ago
No. The default them was deprecated. BuddyPress works with any well coded WordPress theme
-
modemlooper replied to the topic Clickable links not working with tablet/mobile in the forum How-to & Troubleshooting 10 years, 8 months ago
Your theme needs to be burned in a fire. It is using image maps for links, www. When the page scales down for responsiveness the image map link stays at same coordinate while image moves.
-
modemlooper replied to the topic 3rd Sized Avatar in the forum Creating & Extending 10 years, 8 months ago
Henry, he wants a third size image.
-
modemlooper replied to the topic 3rd Sized Avatar in the forum Creating & Extending 10 years, 8 months ago
just use thumb and scale down
-
modemlooper replied to the topic members page filter, what is it? in the forum How-to & Troubleshooting 10 years, 8 months ago
here is doc on filtering bp template parts
https://codex.buddypress.org/developer/function-examples/bp_get_template_part
-
modemlooper replied to the topic User can't edit profile page in the forum How-to & Troubleshooting 10 years, 8 months ago
It might be an issue that there is a dash in the members slug
-
modemlooper replied to the topic remove all gravatar calls in the forum Requests & Feedback 10 years, 8 months ago
add this to your bp-custom.php file
add_filter('bp_core_fetch_avatar_no_grav', '__return_true');
-
modemlooper replied to the topic Organising/filtering plugins directory on BP.org in the forum Requests & Feedback 10 years, 9 months ago
wordpress.org/plugins/buddyplug
-
modemlooper replied to the topic Update status with multiple text fields in the forum Creating & Extending 10 years, 9 months ago
and add a input field in the post form. you can then call the activity meta in your activity loop.
-
modemlooper replied to the topic Monitoring Registered User? in the forum How-to & Troubleshooting 10 years, 9 months ago
-
modemlooper replied to the topic Update status with multiple text fields in the forum Creating & Extending 10 years, 9 months ago
You should add extra fields as meta
function add_meta_to_activity( $content, $user_id, $activity_id ) {
bp_activity_update_meta( $activity_id, 'key', $_POST['value'] );
}
add_action( ‘bp_activity_posted_update’, ‘add_meta_to_activity’, 10, 3 ); -
modemlooper replied to the topic very weird issue with mobile connection, please help in the forum Miscellaneous 10 years, 9 months ago
What you describe is not happening for me. Have you confirmed on other devices?
-
modemlooper replied to the topic very weird issue with mobile connection, please help in the forum Miscellaneous 10 years, 9 months ago
I was on wifi even installed your app. What did you use to make your App?
-
modemlooper replied to the topic very weird issue with mobile connection, please help in the forum Miscellaneous 10 years, 9 months ago
I’m viewing it on Android with default browser.
-
modemlooper replied to the topic How can i delete my account in the forum How-to & Troubleshooting 10 years, 9 months ago
Accounts on this site cannot be deleted.
-
modemlooper replied to the topic How can i delete my account in the forum How-to & Troubleshooting 10 years, 9 months ago
https://codex.wordpress.org/Forum_Welcome#Deleting_Accounts
Best thing is to just change email to something else and then never use it.
-
modemlooper replied to the topic Group creation, bugging – privacy and roles in the forum How-to & Troubleshooting 10 years, 9 months ago
Looks like your theme css is overriding BuddyPress.
- Load More
@modemlooper
Active 9 months, 3 weeks ago