BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25089
    Brajesh Singh on in reply to: Shortcode for Buddyblog #49118

    Hi Van,
    I am glad it is working now.

    you may add following code to your bp-custom.php to make it work.

    
    		if ( ! defined( 'BP_BUDDYBLOG_SLUG' ) ) {
    			define( 'BP_BUDDYBLOG_SLUG', 'blog' );
    		}
    

    I am not sure about your other question as the posts are just normal WordPress posts. BuddyBlog does not do anything with their listing.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Nik,

    BuddyBlog sets the post status to either of the three statuses ‘draft’, ‘publish’, ‘pending’ depending on

    1. If a user saves post as draft, the post status is saved as ‘draft’
    2. If the site admin has forced that the post must be submitted for approval, on post submission, status is set to ‘pending’
    3. If the site admin has allowed publishing on submission, on submission the status is set to ‘publish’.

    My suggestion will be to check if the data is present for post being submitted in the events table, if not, you may want to add that.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    You are welcome.
    Sure, I look forward to it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Iain,
    You can use xprofile_get_field_data for fetching the field value.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Iain,
    I had a look. BuddyPress does not have any field that allows you to upload avatar on registration. You are probably using a custom field type and that’s why it is not working.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089
    Brajesh Singh on in reply to: Blurry-avatar-images #49105

    Hi Carsten,
    Hope you are doing well.

    Ravi checked and reported that BuddyPress Who’s online avatar block has the 50px hard coded. Any chance you are using that block?

  • Keymaster
    (BuddyDev Team)
    Posts: 25089
    Brajesh Singh on in reply to: [Resolved] Visitor issue #49104

    Hi Jimmy,
    Your shortcode is correct, I don’t see any issue with it. It will show the visits for the user ‘sbrajesh’ in last 30 days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Johan,
    Thank you for confirming.
    I am glad it was resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Cristi,
    Thank you for sharing the details.
    I am glad you were able to resolve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Earl,
    Thank you for the topic.

    Do you mean having category inside the permalink? We haven”t added the support due to the handling of hierarchical terms and keeping it simple.
    We are certainly considering allowing post slug in the permalink in future though.

    Regards
    Brajesh