Replies
- Brajesh Singh on July 24, 2019 at 11:04 am in reply to: [Resolved] Recent Profile Visitors – no visit count in tab #24336
Hi Carsten,
Thank you for the details.I checked on the site.
1. No visit count in tab -> It is happening due to translation. Please share me your translation file. The file is missing %d for the count.
2. Recent visitors count in members directory:- The tab shows unique no. of visitors. It will be reset if a new user visits the profile.
Regards
Brajesh Hi Jennifer,
Thank you.I am sorry for the delayed reply.
The textarea/show and hide is handled by your template pack. In this case bp-legacy.
It is a lot complex to disable the show hide(I am going to show how to do it).
Here is the file that causes it.
https://github.com/buddypress/BuddyPress/blob/4.0-branch/src/bp-templates/bp-legacy/js/buddypress.js
Here is a modified version of it that does not hide the butons etc.
You can set the height of text area using css.
Regards
Brajesh- Brajesh Singh on July 24, 2019 at 10:16 am in reply to: How can I keep all BP content navigation within Buddypress? #24334
Hi Carsten,
Thank you for the clarification.Is this possible to duplicate a main nav tab to the sub nav, and in this case how?
I am sorry but I do not understand it clearly.
If you want to add the main tab link as a link item in sub tab, sure. You can. Please us the url field while creating sub tab and link to main tab(using our dynamic url tags).
Regards
Brajesh - Brajesh Singh on July 24, 2019 at 10:12 am in reply to: [Resolved] FB Like Activity Stream is suppressing activity creation #24333
Hi Vivek,
I have been trying to recreate it but could not.If you check with normal blog post/comment, It works.
The Geo directory article/reviews are post types/comments, so they should work.
I have been looking at our code and there are 2 things that I noted.
1. We filter activity entries and limit to certain user ids(depending on context) and we also check that the hide_sitewide is set to 0 non personal activity.
In other words, the possible reasons why Geodirectory is not working could be 1 of the three
1.Either Geodirectory saves activity with custom hide_sitewide option which is non zero
2. Or the user is not attributed correctly
3. Or they are filtering on activity query themselves and the FB like stream is overwriting them.I am not sure which case is happening as I don’t have their BuddyPress integration.
Will it be feasible for you to allow me to access to your phpmyadmin to confirm that 1/2 is the case or not?
Thank you
Brajesh - Brajesh Singh on July 24, 2019 at 9:58 am in reply to: [Resolved] to migrate all the buddypress content with the role of the members, the xprofile #24332
Hi Herve,
Congrats.I am glad you were able to do it.
The value is a hash. I am unable to say what might cause it.
Try cleaning your log and then deactivating plugins one by one. That should give the idea which plugin/code is causing it.
Regards
Brajesh - Brajesh Singh on July 24, 2019 at 4:58 am in reply to: [Resolved] How to redirect to another user private message page ? #24329
Hi Thierry,
We have released an update now.
Please upgrade to 2.0.6
https://buddydev.com/plugins/bp-ajax-registration/
You can put this code in your bp-custom.php
add_filter( 'bpajaxr_registration_redirect_url', function ( $redirect_url, $user_id ) { return wp_nonce_url( bp_core_get_user_domain( $user_id) . bp_get_messages_slug() . '/compose/?r=admin' ); }, 10, 2 );and it will do the redirection.
PS:- I am asuming the username of administrator to be ‘admin’. If it is different, Please change accordingly.
Regards
Brajesh - Brajesh Singh on July 22, 2019 at 7:13 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types do not work #24318
Glad it is fixed.
Regards
Brajesh Hi Axel,
I am sorry for the delayed reply. I am unable to understand it correctly.If possible, Please help me understand.
Also, since BuddyPress uses’@’ for mentions, It might not be appropriate to use @ in the url.
Regards
Brajesh- Brajesh Singh on July 22, 2019 at 5:57 pm in reply to: [Resolved] Tab Slug is Dynamic! How to map this tab? #24314This reply has been marked as private.
- Brajesh Singh on July 22, 2019 at 5:39 pm in reply to: [Resolved] FB Like Activity Stream is suppressing activity creation #24313
Hi Vivek,
Thank you for reminding. I will be trying to work on it today/tomorrow and will get back to you by day end tomorrow(PST).Thank you
Brajesh