Replies
- Brajesh Singh on April 23, 2020 at 12:02 pm 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 userThese are different way to get access to user’s profile url.
Regards
Brajesh - Brajesh Singh on April 23, 2020 at 11:59 am in reply to: How do I give all users access to edit only one specific page? #29148
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 - Brajesh Singh on April 23, 2020 at 11:43 am in reply to: [Resolved] Set Gallery Cover Photo without re-uploading #29147
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 - Brajesh Singh on April 23, 2020 at 11:39 am in reply to: [Resolved] Recent visitors with an avatar and active #29146
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 - Brajesh Singh on April 23, 2020 at 11:02 am in reply to: Auto refresh page after upload media in the gallery or get info that is finished #29143
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 - Brajesh Singh on April 23, 2020 at 11:00 am in reply to: [Resolved] Recent visitors with an avatar and active #29142
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 - Brajesh Singh on April 23, 2020 at 8:05 am in reply to: Question about BuddyPress Xprofile Custom Field Types #29137
Thank you.
- Brajesh Singh on April 23, 2020 at 8:05 am in reply to: MediaPress – Display Media Count on BP Profile page #29136
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 - Brajesh Singh on April 23, 2020 at 8:03 am in reply to: BuddyPress Member Types Pro: no list in directory etc. #29135
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 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