Replies
- Brajesh Singh on July 24, 2019 at 2:00 pm in reply to: [Resolved] FB Like Activity Stream is suppressing activity creation #24348This reply has been marked as private.
- Brajesh Singh on July 24, 2019 at 1:47 pm in reply to: [Resolved] FB Like Activity Stream is suppressing activity creation #24347This reply has been marked as private.
- Brajesh Singh on July 24, 2019 at 12:36 pm in reply to: Groups Creator Pro makes all Group hyperlinks return 404 error for non admins #24345
Hi,
Thank you.1. Please use this code. It will make the pagination work
Regards
Brajesh - Brajesh Singh on July 24, 2019 at 12:35 pm in reply to: [Resolved] Pagination not working with Shortcodes in Profile Tabs Plugin #24344
Hi,
Please use this code instead. This will work.add_filter( 'bbp_topic_pagination', function ( $args ) { if ( ! function_exists( 'bp_is_user' ) || ! bp_is_user() ) { //return $args; } $args['base'] = add_query_arg( 'paged', '%#%' ); return $args; } );Regards
Brajesh You are welcome.
- Brajesh Singh on July 24, 2019 at 11:19 am in reply to: [Resolved] How to redirect to another user private message page ? #24338
Please make sure copy the code from my post and not from email notification.
You can put the code in your activetheme/functions.php or in wp-content/plugins/bp-custom.php
Regards
Brajesh - 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