Replies
Hi Christian,
It is currently not doable. We’ll do it in the updates.
Thank You
Ravi- Ravi on May 19, 2016 at 6:50 am in reply to: [Resolved] Automatically Create New Post for Every New BuddyPress Registration #3951
Hi Brian
Thank You for acknowledgement. I am glad that I could help.
Thank You
Ravi Hi Christian,
I will explore this and get back to you in a day or two.
Thank You
Ravi- This reply was modified 8 years, 6 months ago by Ravi.
- Ravi on May 18, 2016 at 9:16 pm in reply to: [Resolved] Automatically Create New Post for Every New BuddyPress Registration #3944
Hi Brian,
Please try this way. Don’t use above code
function buddydev_create_post_on_activation( $user_id, $key, $user ) { //do something like this $field_id = "Your field ID"; $bandname = xprofile_get_field_data( $field_id, $user_id ); } add_action( 'bp_core_activated_user', 'buddydev_create_post_on_activation', 10, 3 );
Thank You
Ravi Hi Christian,
I have made the changes to the widget template.
Thank You
Ravi- Ravi on May 18, 2016 at 8:54 pm in reply to: [Resolved] Automatically Create New Post for Every New BuddyPress Registration #3941
Hi Brian,
Please try the following
$userid = bp_loggedin_user_id(); $field_id = "Your field ID"; $bandname = xprofile_get_field_data( $field_id, $userid );
and let me know if it is working or not
Thank You
Ravi Hi Christian,
I have done the modification to the code. Please check it and let me know is it working or not.
Thank You
RaviHi Christian,
Please send me the ftp access of the server here into private reply.
Thank You
RaviHi Christian,
Please copy the following template
“mediapress/templates/mediapress/default/widgets/grid-photo.php”
to your theme
“mediapress/default/widgets/grid-photo.php”
and replace the following
mpp_get_grid_column_class( 1 ) )
to
mpp_get_grid_column_class( 2 ) )
will do the work.
Thank You
Ravi- Ravi on May 18, 2016 at 4:20 pm in reply to: [Resolved] Media posted on Buddypress keep Disapearing #3930
Hi Minoo,
Can you point me to the site with a demo user account so that I can find out what is exactly going on your site.
Thank You
Ravi