Forum Replies Created
-
Yes I did, somebody is building me a plugin instead – will share when ready.
OK thanks – that unfortunately hasn’t worked though đ
Hi guys
I have tried this code in bp-custom.php as follows but it is not working, am I doing something wrong?
<?php // Removing public message option function remove_public_message_button() { remove_filter( âbp_member_header_actionsâ,'bp_send_public_message_button', 20); } add_action( 'bp_member_header_actions', 'remove_public_message_button' ); ?>OK will update if I receive an answer.
Ah found this, might be useful for others:
https://buddypress.trac.wordpress.org/ticket/4899#no1
Reverie loads jQuery 1.9.1 from Google. We load jCrop 0.9.10 from WordPress core, and it seems these versions don’t work with each other.
Upgrading to WP 3.6 trunk/beta 1 should resolve the issue, or you can just change Reverie to stop it loading jQuery from Google.OK thanks, here is the link in case someone does know:
Ok thanks – I’m using Reverie theme and upon changing to Twenty Twelve, cropping does work.
Any ideas on how I can debug and potentially fix it?
Thanks
Is this plugin still being supported? The test site isn’t working.
Can anyone help with the above? Cheers
Thanks @chouf1 and excuse my ignorance, but where do I add
`query_posts($query_string . ‘&author=’. $user_id);`
to
` $current_user = wp_get_current_user();
$current_user_id = $current_user->ID;
bp_profile_field_data( array(‘user_id’=>$current_user_id,’field’=>’About me’ ));`Thanks – that works for showing the current logged in user’s data – that’s a breakthrough!
What I need to show though is the author of the post’s id – is that achievable?
Thanks so much for the reply.
When I manually add a user id I get the result I want:
`echo xprofile_get_field_data(‘About you’, ‘2’);`
However, when I try and use the options you provided above, it comes up blank. Is there something wrong with my implementation:
`echo xprofile_get_field_data(‘About you’, ‘bp_displayed_user_id ()’)`
or
`echo xprofile_get_field_data(‘About you’, ‘bp_user_id ()’)`Thanks,
Ian
Hi there
I never saw your response, but hopefully you can still help!
Academics and professionals are an xprofile field that they add on registration.
Thanks
Thanks Modernlooper. I’m using “ to link back to the users profile from outside of members. However, I am not sure with your code how to connect the field with the post author’s user id.
Any ideas?
I tried adding this CSS and it hasn’t fixed it for me. The crop function doesn’t show at all.
Anyone have any ideas?
Anyone know about this?
Can anyone help with this?
Thanks
Screenshot of the academic/professional filter:
All can be ignored as this is the default setting.
Thanks
This has been resolved thanks.
Image of the part of the members directory I am referring to: