Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 20 replies - 76 through 95 (of 95 total)
  • @applegateian

    Participant

    Yes I did, somebody is building me a plugin instead – will share when ready.

    @applegateian

    Participant

    OK thanks – that unfortunately hasn’t worked though 🙁

    @applegateian

    Participant

    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' );
    
    ?>
    

    @applegateian

    Participant

    OK will update if I receive an answer.

    @applegateian

    Participant

    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.

    @applegateian

    Participant

    OK thanks, here is the link in case someone does know:

    Reverie Framework

    @applegateian

    Participant

    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

    @applegateian

    Participant

    Is this plugin still being supported? The test site isn’t working.

    @applegateian

    Participant

    Can anyone help with the above? Cheers

    @applegateian

    Participant

    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’ ));`

    @applegateian

    Participant

    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?

    @applegateian

    Participant

    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

    @applegateian

    Participant

    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

    @applegateian

    Participant

    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?

    @applegateian

    Participant

    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?

    @applegateian

    Participant

    Anyone know about this?

    @applegateian

    Participant

    Can anyone help with this?

    Thanks

    @applegateian

    Participant

    Screenshot of the academic/professional filter:

    http://desmond.imageshack.us/Himg265/scaled.php?server=265&filename=2arprojectsallprojects.jpg&res=medium

    All can be ignored as this is the default setting.

    Thanks

    @applegateian

    Participant

    This has been resolved thanks.

    @applegateian

    Participant

    Image of the part of the members directory I am referring to:

    http://img706.imageshack.us/img706/500/clipboard01bl.jpg

Viewing 20 replies - 76 through 95 (of 95 total)
Skip to toolbar