-
shanebpx replied to the forum topic Using posts2posts parameters with bp_has_members() in the group How-To and Troubleshooting 12 years ago
What makes you think you can pass custom parameters to bp_has_members ?
-
shanebpx replied to the forum topic W3 Total Cache + BuddyPress causing log in/log out issues in the group How-To and Troubleshooting 12 years ago
I’m not sure if it’s possible, but why would you want page cache?
Using it means your members will be looking at stale pages.
For example Users A & B are online.
User A creates some content (update, […] -
shanebpx replied to the forum topic Can there be "groups within groups"? in the group How-To and Troubleshooting 12 years ago
Take a look at this, might do everything you need:
https://wordpress.org/extend/plugins/bp-group-hierarchy/
Note – It can have minor conflicts (mainly css, afaik) with other plugins.Or you can use the […]
-
shanebpx replied to the forum topic There was a problem cropping your avatar, please try uploading it again in the group How-To and Troubleshooting 12 years ago
Permissions and owner/group are two different things.
If you can’t change the owner/group, talk to your hosting company. -
shanebpx replied to the forum topic Experienced Developer Needed: Large BP Customization – WITH PAY in the group BP Jobs Board 12 years ago
Skype shows 9 matches for erik.schade.
If you want to talk, look at my profile and send me an email.
[thx @Mercime]
-
shanebpx replied to the forum topic Experienced Developer Needed: Large BP Customization – WITH PAY in the group BP Jobs Board 12 years ago
How do we get in touch with you ?
-
shanebpx replied to the forum topic Place all custom posts by a member in new tab in the group How-To and Troubleshooting 12 years ago
What have you tried so far?
Anything like this?
`
$member_id = $bp-displayed_user-id;$args = array(
‘author’ = $member_id,
‘post_type’ = ‘adventure’
);
$the_query = new WP_Query( […] -
shanebpx replied to the forum topic Cache problem ? in the group How-To and Troubleshooting 12 years, 1 month ago
imo – it’s not about cache, it’s about the available memory on your server and various mysql settings. You don’t want to cache forum calls anyways.
BP 1.7 is addressing some of its’ long […]
-
shanebpx replied to the forum topic Members profiles as products to a cart like system in the group Creating & Extending 12 years, 1 month ago
There is no existing plugin, afaik.
You’ll need to write some custom code or hire somebody to do that:
https://buddypress.org/community/groups/bp-jobs-board/forum/ -
shanebpx replied to the forum topic Group Mods showing ”You are not an admin of this group.” in buddypress 1.6rc in the group How-To and Troubleshooting 12 years, 1 month ago
Please submit a ticket to https://buddypress.trac.wordpress.org/
-
shanebpx replied to the forum topic What Did I do??? Fatal error: Cannot redeclare bp_dtheme_ajax_querystring in the group Requests & Feedback 12 years, 1 month ago
use ftp or something like cpanel/file-manager to delete the ajax file from the theme /_inc/ folder.
-
shanebpx replied to the forum topic Print user id in profile page in the group Requests & Feedback 12 years, 1 month ago
> indise bold tags
<b></b>
-
shanebpx replied to the forum topic Need help with Custom Code in the group How-To and Troubleshooting 12 years, 1 month ago
Why are you using this: $activityDescription = (activityDescription[0]);
instead of this: $activityDescription = activityDescription[0];I would go with the latter version and echo it and comment out […]
-
shanebp started the topic [Resolved] custom post type – activity stream thumbnail in the forum How-to & Troubleshooting 12 years, 2 months ago
I’m trying to add the thumbnail for a custom post type into the activity entry when the post is created.
[Read more]
add_filter( 'bp_blogs_activity_new_post_content', 'record_cpt_activity_content', 1, 3 );
function record_cpt_activity_content($activity_content, $post, $post_permalink){
if( $post->post_type == 'somecpt' )… -
shanebpdev replied to the forum topic How to check if member has avatar ? in the group How-To and Troubleshooting 12 years, 6 months ago
So it will always be true due to the default avatar.
There might be an existing BP method to ignore both grav and default, but I don’t know what it is.
So you could string-check, something like […]
-
shanebpdev replied to the forum topic How to check if member has avatar ? in the group How-To and Troubleshooting 12 years, 6 months ago
How are you trying to check this?
Post your code and tell us what page / slug you’re trying to do this on.
If there is no displayed user and you don’t pass a user_id, it will return false.
-
shanebpdev replied to the forum topic BP 1.5 add subnav item to Admin Options in the group How-To and Troubleshooting 12 years, 6 months ago
bump
-
shanebp replied to the forum topic Maximum execution time exceeded in the group How-To and Troubleshooting 13 years, 1 month ago
This error was caused by users who were not logged in but tried to view the activity stream of a single member.
A simple redirect fixed it.
. -
shanebp started the forum topic Maximum execution time exceeded in the group How-To and Troubleshooting 13 years, 1 month ago
Using WP 3.2.1, BP 1.2.9
Getting this error about once a minute:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/wp-content/plugins/buddypress/bp-core/bp-core-classes.php on […] -
shanebp replied to the forum topic How to redirect edit profile page to another profile group ? in the group How-To and Troubleshooting 13 years, 3 months ago
Don’t redirect them.
Find where the Edit Profile link is and change it to:
<a href="profile/edit/group/2">Edit Profile
- Load More
@shanebp
Active 15 hours, 26 minutes ago