BuddyBoss Support
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Global Search] Number of results displayedHey @alriknijdam, Let me give sunshine to your day!
Thanks for reaching us ??
There seems to be a bug, We were able to regenerate the same on our testing website. We will fix this issue with the next plugin update.Unfortunately we do not have temporary fix available at moment, Your patience will be appreciated ??
Thanks for reporting the bug!
Regards
Hey @m1000,
Hope you are doing great ??
The following CSS code will surely work, Add it under Additional CSS code section..bb-global-search-ac.ui-autocomplete { min-width: 200px; width: 200px !important; }
You can change the value according to your requirements.
Regards
- This reply was modified 6 years, 10 months ago by BuddyBoss Support.
Forum: Plugins
In reply to: [BuddyPress Global Search] Support for SearchWP pluginHi @teeboy4real,
Thanks for reaching out! Unfortunately we do not currently have an out of the box way to enable BuddyPress Global Search plugin to support SearchWP plugin, although I’ve added your suggestion to the Trac ticket concerned.
Hey @m1000,
Would you mind providing us your website URL?
So we can take a closer look into it.Regards
Hey @m1000!
Thanks for reaching us ??
Please give a try to following CSS code and let us know how it goes..bb-global-search-ac.ui-autocomplete.ui-widget-content { width: 100px !important; }
Regards
- This reply was modified 6 years, 10 months ago by BuddyBoss Support.
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Wrong member count?Hello @diegelmannsj,
On the members tab it shows ’16’, however there are only 7 members in the group? I’ve tried the tools->repair member count to no avail.
Could you change the Order By options to “Alphabetical” on group’s members page and see if it shows all 16 members into list too?
Also noticed that it adds every user as an admin in the group, and if I try to remove them from the ‘Groups’ page, I get this error
Could you create an admin account for me, and send in the login credentials so I can take a look? You can use [email protected] as the email address for the account. Please make sure to reference this support topic link at the time of emailing login credentials. Thanks!
Hello @m1000,
Please follow below instructions/steps to use different page template for a search results,
STEP – 1:
Paste following code block into your child theme’s functions.php file.
// Disable global search template override add_action( 'init', 'rm_buddyboss_global_search_override_wp_native_results' ); /** * Unhook the global search template override and hook * custom function to override page.php template file on a search page */ function rm_buddyboss_global_search_override_wp_native_results() { remove_filter( 'template_include', 'buddyboss_global_search_override_wp_native_results', 999 ); //don't leave add_filter( 'template_include', 'search_override_wp_native_results', 999 ); //don't leave } /** * Select the template for a search result page * @param $template * @return string */ function search_override_wp_native_results( $template ) { if ( is_search() ) { //if search page. // Replace page.php with your template filename $live_template = locate_template( array( 'buddyboss-global-search.php' ,'page.php','single.php','index.php' ) ); if ( '' != $live_template ) { return $live_template; } } return $template; }
STEP – 2
Rename the
page.php
with your custom template filename in above code block.I hope this helps! ??
- This reply was modified 6 years, 10 months ago by BuddyBoss Support.
Forum: Plugins
In reply to: [BuddyPress for LearnDash] 404 page after saving BuddyPress SettingsHello @jenfilgate,
I just did some testing on my test sites, but couldn’t replicate this issue. I’m thinking something on your site specifically must be causing it.
Just to narrow down the problem and debug the issue is it possible to try the following temporarily:
– deactivating all other plugins except Learndash LMS, BuddyPress and BuddyPress for Learnash to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the parent theme to rule out any custom specific problems from the child themeLet me know how that goes.
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Buddypress Group w/Multiple CoursesHi Resolveseth,
Thanks for reaching us.
I would like to tell you that LearnDash doesn’t allow to assign more than one course to a group.
Please refer the following thread for more detail.
https://www.buddyboss.com/support-forums/topic/group-with-more-than-one-course/Hi @tinycoder
We do not have feature of hiding the activities in the sitewide activities page that are not related to current student enrolled courses.
While it is possible to hide specific activities in the sitewide activities page, it will require a customization. We are limited in the amount of support that we can provide for customizations, but I will try to point you in the right direction for this.
To hide the activities from stream, I would recommend taking a look at this article with instructions on how to do this in the custom activity lop.
https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/If you’d like to do this without overriding Activity Loop template, BuddyPress has
bp_ajax_querystring
filter hook that you can try out.I hope this helps! ??
- This reply was modified 6 years, 11 months ago by BuddyBoss Support.
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Can members create their own courses?Hey @tapoulton2,
Thanks for reaching us ??
Well, It is not possible for a member to create his/her own course. A user with Administrator role can create course using LearnDash LMS plugin.Regards
We track these types of issues internally. We actually use a separate system for tracking bug tickets and I can assure you that the Non-breaking space after at-mention breaks edit button issue is active and on our radar. Your support thread is tied to that internal system.
Hi @atmojones,
Thanks for the providing login credential.
I can confirm; I posted an activity with
at the end, and I could reproduce the issue.I will open an internal bugticket for this so our developers can take a look at it and develop a fix.
- This reply was modified 6 years, 11 months ago by BuddyBoss Support.
Forum: Plugins
In reply to: [BuddyPress for Sensei] Courses descriptions showing message threads instead?Hi @lpedley,
I can’t seem to be able to reproduce the issue on my test site. The course descriptions on Buddypress profile pages (active courses) does not show a random list of member private messages even when Course Excerpt has not been included.
Its sounds like some plugin conflict.
Just to narrow down the problem and debug the issue is it possible to try the following temporarily:
– deactivating all other plugins except for BuddyPress, Sensei and BuddyPress for Sensei to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the parent theme to rule out any custom specific problems from the child themeLet me know how that goes.
Hi @atmojones!
Could you create an admin account for me, and send in the login credentials so I can take a look? You can use [email protected] as the email address for sending in login credential.
Note that we wouldn’t actually change anything, but just look at your activities to see what characters are in the raw activity content which has been breaking edit activity.
Thanks!