-
bp-help replied to the topic Activity Filtering in the forum How-to & Troubleshooting 11 years, 3 months ago
@dswd
Try
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . 'object=blogs&primary_id=1' ) ) : ?>
-
@mercime replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd you would go with the jQuery version that current WordPress version is using because that’s what BuddyPress and other updated plugins are using. That’s a major reason why themes should not be dequeueing WP jQuery and enqueueing their own – bad form really.
-
@mercime replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd current BP/WP versions are using jQuery 1.8.3 while there are themes and plugins who either use old versions of jQuery and some which enqueue version 1.9.1 and therefore not kosher. Check that.
-
@mercime replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd it could be a theme or plugin conflict with BP. What have you done to troubleshoot issue?
-
@mercime replied to the topic Child vs Stand Alone Themes in the forum Requests & Feedback 11 years, 5 months ago
@dswd what hnla said. Currently, if it’s a BP in multisite, I use BP Default child themes throughout 🙂 Might change it in future, but for now it’s working great.
-
@mercime replied to the topic Child vs Stand Alone Themes in the forum Requests & Feedback 11 years, 5 months ago
@dswd depends on the project. If you’re creating a WP theme and want to make it compatible with BuddyPress, simplest requirements are: the_title() and the_content() and using jQuery which comes bundled in WP. That’s it. BuddyPress is compatible with nearly all WordPress themes.
-
@mercime replied to the topic Notifications in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd in a section of the same codex page you linked to, https://codex.buddypress.org/user/buddypress-components-and-features/member/#member-settings > Notifications listed there are what you would expect in site and via email (unless you disable portions or all). I’ve added a line in the Notifications section to include site notification.
-
bp-help replied to the topic Alphabetical Members Directory in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd
In members-loop.php change this:
<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : ?>
To This:
<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&type=alphabetical') ) : ?>
https://codex.buddypress.org/developer/developer-docs/loops-reference/the-members-loop/ -
@mercime replied to the topic Being added to Groups before being accepted in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd tested on install with WP 3.6 beta 3, with plugins – BuddyPress trunk and bbPress trunk – and Twenty Twelve theme. Steps #1 through #6 are the same for me. For step 7, when I go back to groups, I am not a member of that group yet. Done this with 7 other regular users and I get the same results – not a member of that group unless I click on…[Read more]
@dswd
Not recently active