Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi,
    can you please explain me again? I am sorry but I could not understand the issue.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Activity ShortCode Plugin #7450

    Hi MW93,
    That action seems to be the issue here. Which plugin are you using to attach media to the activity stream? All plugins add their own action type. You will need to include that action type to make it work.

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Mediapress Upload Photo from iPhone #7447

    Hi BD,
    I am setting up a demo site today for you. will message back here in the evening with the details.

    I am not sure of the issue yet, so may be this will help.

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Gallery Created But Not Showing Up #7445

    Hi Mario,
    I am sorry the week has been hectic and I could not reply on time.

    from your last reply, It is clear that MediaPress is working as expected(the component/status/type is set properly).

    Here is what might be happening, one of the plugin or some code is modifying is WP_Query loop( most probably using pre_get_posts) without checking properly and that is causing the issue.

    Please try by disabling any custom/code, plugin /changing theme. Please do let me know what was causing it. I can add it to our list of conflicts.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Activity ShortCode Plugin #7444

    Hi,
    Welcome to BuddyDev.

    Can you please post the exact shortcode. is there any chance that you have some parameters specified.

    If you haven’t specified any options in the shortcode, The plugin should list every visible activity.

    If it does not, then the code for generating attachment activity is doing some magic(setting it to hidden, which is only visible on profile).

    Please do let me know if you are using it with options.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: where is it? #7443

    Hi Venus,
    Welcome to BuddyDev.

    The plugin does not provide any setting.
    Please login as a normal user and visit Profile->Settings and you will see the option to change username.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Thank you.
    That makes sense.
    I have also applied for their go global program and hope to provide better compatibility for all of our plugins in future.

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Cathy,
    Welcome to BuddyDev.

    I looked at the kleo theme and I see that they have a function

    
    bp_next_profile()
    
    

    which they use for fetching next profile.
    The problem is this function does not use any standar WordPress/BuddyPress API functions. It queries using raw sql.

    It does provide one entry point

    
    bp_pre_user_query_construct
    
    

    That we can use for excluding but that will be inefficient. The problem is we need to fetch the complete list of users who have hidden profile and then specify in the ‘exclude’ parameter in the above if we want to hide it from the next. this approach is fine for smaller network but will cause issue on the large network.

    If you want, I can provide the code to remove hidden profile (I will still be avoiding to add that to the plugin as it may cause problem for our existing users).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Gallery Created But Not Showing Up #7416

    Hi Mario,
    Thank you.

    can you please check this and let me know the results.

    1. Please enable debug info from MediaPress->settings->general screen(bottom)

    2. Please Visit Dashboard->Media

    3. Click on any of the photo uploaded via MediaPress

    4. In the modalbox, Please look at the right side bottom. You will see 3 links

    
    
    View attachment page | Edit more details |  Delete Permanently
    
    

    5. Click on the “Edit more details”

    6. Please look at the bottom of this page. You should see a table like this

    
    
    Component	sitewide
    Type	photo
    Status	public
    Is Orphan Media	No
    Storage Method	local
    Valid Media?	Yes
    
    

    Can you please post me the exact table. That will give me the idea if the problem is happening due to unassigned components etc or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: MediaPress set Profile Photo #7415

    Hi Jay,
    Thank you. Can you please ask your hosting provider if they have somehow disabled the Fileinfo extension?

    With version 5.3 and above, this function should always be available.

    Please let me know their response.

    Thank you
    Brajesh