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: 25485
    Brajesh Singh on in reply to: [Resolved] Slug for current profile? #29149

    Hi Carsten,
    I am sorry but I still do not understand the question.

    I will list some functions, may be they may prove useful.

    
    
    $url = bp_displayed_user_domain(); // if you are on a user profile
    $url = bp_core_get_user_domain( $user_id ); // if you know the user id
    $url = bp_loggedin_user_domain(); // for the logged in user
    
    

    These are different way to get access to user’s profile url.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Torben,
    Thank you for the question.

    I will suggest contacting Events Manager plugin developers for the same. They are in a better position to assist you with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,

    Is there CSS that I can use to style the cover image in the View Media view? It obviously knows which one it is since the Set Cover button is missing, but it would be nice for me to be able to add a highlight border or something to it, especially in large galleries.

    I do not think that Ravi has added that. The plugin you are using for cover is not an officially supported yet(not released on BuddyDev).

    I will ask @ravisharma to explore this possibility of adding a class and also fix the issue of showing image on reload.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Granmeh,
    We did not develop the plugin considering this use case with a 3rd plugin. There are no filters to allow it currently.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Shannon,
    May be I am not understanding the issue. Isn’t the loading icon and then showing the uploaded image sufficient to convey that image was uploaded successfully?

    It is ok if some people want to add extra notifications etc but is there anything incorrect with current upload experience?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Granmeh,
    Just wanted to clarify that @ravisharma was mistaken on this.

    No, the plugin has no idea if a user has an avatar or not. The reason is BuddyPress currently does not store presence of a user avatar in database.

    Regards
    Brahesg

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    We can show it as part of the gallery title on gallery list.

    Currently, You will need to write your own script for listing users with storage. The functionality for calculating storage per user is there but we do not have any functionality for sorting by storage etc.,

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    I am sorry for the inconvenience.

    What is manual confirmation of user? Do you mean user account activation by clicking on the activation email?

    Do you have any other redirection setup in your theme? I don’t have access to Woffice theme, so will need you to check this.

    The plugin does not have any issue with normal BuddyPress themes like Community Builder, Kleo, aardvark etc. So, I am assuming it is an issue with either the theme or the Youzer.

    I will be glad to assist and get it working with this theme too. Please let me know the details.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Featured Members posts #29134

    Hi JJ,
    If your goal is to change role as a user on being marked featured, It is still doable. Let me know the role you want to update on being marked featured and also the role that should be assigned when removed from featured list.
    I will provide some custom code for the same.

    Regards
    Brajesh