-
modemlooper replied to the topic Wrapping single.php content with BP group context in the forum How-to & Troubleshooting 10 years, 9 months ago
Why not create a group tab called event and then output cpt
-
modemlooper replied to the topic Add users from another DB in the forum How-to & Troubleshooting 10 years, 9 months ago
you can use https://wordpress.org/plugins/unconfirmed to activate users added
-
@modemlooper updated the Videos page, on the BuddyPress Codex 10 years, 9 months ago
Herding Cats with the BuddyPress Activity Component
BuddyPress is great for building niche community sites. But, in the hands of the right developer, BP can power much more than just social networks. The Activity […] -
modemlooper replied to the topic CANNOT find the right template file… in the forum How-to & Troubleshooting 10 years, 9 months ago
BuddyPress uses page.php as the outer container of your files in the your-theme/buddypress folder.
To create a custom outer container duplicate page.php and rename it buddypress.php
your-theme/buddypress.php then you can remove the sidebar from that file
-
@modemlooper updated the bp_ajax_querystring() page, on the BuddyPress Codex 10 years, 9 months ago
You can filter the output of the Activity loop using bp_ajax_querystring. Read about other queries you can pass the activity stream and learn more about the Activity loop here.
To filter ajax:
-
modemlooper replied to the topic bp-custom.php = "white screen of death" in the forum How-to & Troubleshooting 10 years, 9 months ago
An empty bp-custom.php should not cause that.
Are you placing the file in wp-content/plugins/bp-custom.php? -
modemlooper replied to the topic Shortcode Not Working – wpautop breaking in the forum Installing BuddyPress 10 years, 9 months ago
Does this have anything to do with BuddyPress?
-
modemlooper replied to the topic How to Notify Moderators of Spam in the forum How-to & Troubleshooting 10 years, 9 months ago
if it’s not on the front page reply to topic with the word spam and one of the modes will get rid of it.
-
modemlooper replied to the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 10 years, 10 months ago
If you need more help post back
-
modemlooper replied to the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 10 years, 10 months ago
Also, the importer assumes the avatar folder/image for the user doesn’t exist so there is no need to delete the previous image
-
modemlooper replied to the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 10 years, 10 months ago
looks like bp_core_delete_existing_avatar isn’t firing because the file path to new image isn’t right. I’d use bp_core_avatar_handle_upload( $file ) as this will copy and resize the image for use by bp_core_avatar_handle_crop
-
modemlooper replied to the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 10 years, 10 months ago
I would use bp_core_avatar_handle_upload( $file ) because you are not doing a import from one folder to another you are just skipping the default bp cropper.
-
modemlooper replied to the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 10 years, 10 months ago
Is this for a user to do one at a time or you want to do a mass replace?
-
modemlooper replied to the topic Removing the links automatically created in a member’s profile in the forum How-to & Troubleshooting 10 years, 10 months ago
-
modemlooper replied to the topic Disable Avatar Crop in the forum Creating & Extending 10 years, 10 months ago
Do you want avatars to be uploaded? If there is no user cropping then an image will get cropped on upload.
-
modemlooper replied to the topic Good examples of current buddy press sites in the forum Installing BuddyPress 10 years, 10 months ago
-
modemlooper replied to the topic Disable Avatar Crop in the forum Creating & Extending 10 years, 10 months ago
Whatsapp is native and doesn’t need to deal with browser inconsistencies so you can’t really compare it to BuddyPress
I’ll create a plugin to make the crop work on mobile and have an upload image only in browsers that jcrop won’t work on
-
modemlooper replied to the topic How to remove profile links in the forum How-to & Troubleshooting 10 years, 10 months ago
Worked for me. What happens?
-
modemlooper replied to the topic page layout in the forum How-to & Troubleshooting 10 years, 10 months ago
css problem
#buddypress div.dir-search {
margin: 0 !important;
} -
modemlooper replied to the topic Creating a tabbed user profile interface in the forum Creating & Extending 10 years, 10 months ago
<input type="radio" id="tab-<?php bp_the_profile_group_slug(); ?>" name="profile-tab-group" checked>
<label for="tab-<?php bp_the_profile_group_slug(); ?>"><?php bp_the_profile_group_name(); ?></label> - Load More
@modemlooper
Active 9 months, 3 weeks ago