Replies
- Brajesh Singh on January 28, 2018 at 11:59 pm in reply to: [Resolved] Buddypress Deactivate Account Issue with logging user out? #13202
Hi David,
Thank you.That condition is to avoid logging out the user if the user is site admin(or if you are adding custom code to allow other users having the option to deactivate other user’s account).
I hope that you were most probably logged in as admin while trying to deactivate account. is that correct?
Regards
Brajesh - Brajesh Singh on January 28, 2018 at 10:13 pm in reply to: One issue and one suggestion for User Tabs Creator Pro #13199
Hi Sam,
Thank you for opening the topic.1. Updating the label:- That is expected as the plugin does not check for the value of the label. It checks for whether you have enabled overwriting using update label.
Count for existing tabs is an issue and I have been looking at this. BuddyPress does not store count as structured data, we may use regular expression to extract it is still in infancy. Yes, I do plan to experiment and see if we can make it work.
2. It can be done. Based on a few members suggestions, I have started working on how to provide dynamic url section(where the slug for displayed user is replaceable). I am adding it in our this month’s last update.
Thank you
Brajesh - Brajesh Singh on January 28, 2018 at 9:43 pm in reply to: [Resolved] Gallery is not selected (message on activity upload) #13197
No problem. Nothing to apologise.
Thank you for clarifying though 🙂
- Brajesh Singh on January 28, 2018 at 9:41 pm in reply to: [Resolved] MediaPress Lightbox 50/50 success/failure #13196This reply has been marked as private.
- Brajesh Singh on January 28, 2018 at 9:35 pm in reply to: Display Multiple Member Types Hierarchically Instead of Alphabetically #13195
Hi Warren,
Welcome to BuddyDev forum and thank you for the suggestion.We will consider adding it in future. For now, I can assist you with the sorting.
BuddyPress Member Types are just ‘terms’ and if you are on WordPress 4.9+ there is a hook available ‘wp_get_object_terms_args’ that allows us to modify the args for the retrieval of the terms.
We can order by ‘name’, ‘slug’, ‘term_id’ and a few more options.
Please let me know how do you want it to be ordered(based on which parameter) and I can assist with the code.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on January 28, 2018 at 9:16 pm in reply to: Access Register page when logged in #13191
Hi Shelly,
Even though WordPress does not allow editing login page, there is a way using plugins.These two may help
https://wordpress.org/plugins/login-customizer/
https://wordpress.org/plugins/tesla-login-customizer/Regards
Brajesh - Brajesh Singh on January 28, 2018 at 9:13 pm in reply to: Autogenerated Thank You Email upon user registration #13190
Hi Shelly,
I will ask my team to test it for you and then will post back here.Will that work for you?
Thank you
Brajesh Hi Shelly,
I am assuming that you are trying to edit the page using a page builder? BuddyPress will not allow access to Register/Activation page while you are logged in(On the front end). You can still check the page in the backend.Please do know that most of the customization will not work as they are not normal pages. You will either need to use custom template or css to modify it.
About wp-login.php:- It is WordPress which will not allow a logged in user access to this page. But you can customize this page in one browser and use another browser for checking the customization.
That is what I can suggest.
PS:- You can remove the sidebar from the register page by visiting Dashboard->Pages->register Page and clicking on edit. After that, selecting Single column layout will remove the sidebar.
Regards
Brajesh- Brajesh Singh on January 28, 2018 at 9:08 pm in reply to: [Resolved] bp_activity_add not showing profile image #13187
🙂