Andrea Tarantini
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Profile Search] Clear causes page not foundHi rosterdotcom,
Could you please post your site information? Visit https://dontdream.it/bp-profile-search-5-4-6/ to find out how.
Forum: Plugins
In reply to: [BP Profile Search] Profile search barHello kicker1212,
You can display a BP Profile search form in three places:
- In its target directory, using the option Add Form to Directory in the form settings
- In a sidebar or widget area, using the widget Profile Search
- In a post or page, using the shortcode [bps_form]
The search form is displayed using a form template, and the built-in form template displays the search fields in a vertical column.
If you need a search bar instead, you can write a custom form template that displays the search fields in a horizontal row. It’s not difficult, but it does require some programming skills. If you’re interested, you can find the documentation at https://dontdream.it/bp-profile-search/
Forum: Plugins
In reply to: [BP Profile Search] Sort fields missingHi Stephen,
It might depend on the theme and template you’re using. Can you see the sort drop-down when you switch to a standard theme, such as Twenty Twenty-Five?
Forum: Plugins
In reply to: [BP Profile Search] Conflict with BuddyBoss + Geo My WPYou’re welcome, Jamie, and thanks for letting me use your staging site!
For other interested readers, the solution was to write a custom modification to a BuddyBoss Platform file.
Open buddyboss-platform/bp-search/bp-search-functions.php, locate line 600:
if ( in_array( 'geo-my-wp/geo-my-wp.php', apply_filters( 'active_plugins', (array) get_option( 'active_plugins', array() ) ), true ) ) {and insert “false &&” after the first “(“:
if ( false && in_array( 'geo-my-wp/geo-my-wp.php', apply_filters( 'active_plugins', (array) get_option( 'active_plugins', array() ) ), true ) ) {The downside of this solution is that you have to reapply the change every time you update the BuddyBoss Platform. Also, the change only works if BP Profile Search is active; if you decide to deactivate it, you should also undo the change.
I’m sure the BuddyBoss team could find a more general solution for this use case. On the other hand, I was just looking for the simplest possible change that could be easily applied multiple times.
Forum: Plugins
In reply to: [BP Profile Search] Several warnings/errorsHi locker17,
Thanks for the update and for sharing the solution! I’m sure it will be helpful to other readers if they encounter the same problem.
Forum: Plugins
In reply to: [BP Profile Search] Several warnings/errorsHi locker17,
Thanks for your report! I’m going to fix the form’s code in the next BP Profile Search release.
About your second point, are you using WPML? That code only runs when BuddyPress Multilingual is active.
In that case, the only way I can help is to take a look at a testing or staging site of yours, but this is not allowed by this forum policy. If you are interested, we can continue this conversation on my BP Profile Search forum:
Forum: Plugins
In reply to: [BP Profile Search] Conflict with BuddyBoss + Geo My WPHi Jamie,
Unfortunately I can’t investigate the issue without being able to reproduce it.
I would offer to take a look at your test site, but that is not allowed under the rules of this forum. If you wish, we can continue this conversation on my BP Profile Search forum:
Forum: Plugins
In reply to: [BP Profile Search] Conflict with BuddyBoss + Geo My WPHi Jamie,
I don’t know if anything has changed recently, but I don’t get any errors if I disable the BuddyBoss built-in profile search.
In your dashboard, go to BuddyBoss -> Settings -> Profiles (the URL is wp-admin/admin.php?page=bp-settings&tab=bp-xprofile), then scroll all the way down to “Profile Search” and uncheck the “Enable advanced profile search in the members directory” checkbox.
Are you still getting errors after this step? If so, deactivate both BP Profile Search and GEO my WP, then activate BP Profile Search first and GEO my WP second, and both should be up and running without any errors.
Can you confirm?
Hi Isabel,
Thanks for your report!
I added “loading=async” in BP Distance Search 1.4.2, but had to remove it in 1.4.4 because it didn’t work well on all installations.
If you wish, you can try BP Distance Search 1.4.3, which loads the Maps JavaScript API asynchronously. You can use WP Rollback to switch between versions of the plugin. Please let me know if async works for you!
As for your second point, I’m currently researching the new API and hope to have a new version ready as soon as possible.
Forum: Plugins
In reply to: [BP Profile Search] Conflict with BuddyBoss + Geo My WPHi Jamie,
The same problem is discussed here:
https://ww.wp.xz.cn/support/topic/critical-error-when-installing-3/
and it looks like we need to edit the BuddyBoss code. If you are willing to do so, I can suggest a fix, but please note that you’ll need to reapply it every time you update BuddyBoss on your site.
Forum: Plugins
In reply to: [BP Distance Search] Distance search stopped workingFor other readers who might be interested:
The issue was due to a closed billing account. After reopening the account, BP Distance Search started working as expected.
Hi Flamuren,
Unfortunately BP Profile Search cannot create additional tabs in the member directory, but it can create additional member directories, that can be customized in many ways.
You can check out my documentation page:
https://dontdream.it/bp-profile-search/custom-directories/
and of course I’ll be happy to help you if you need more information.
Forum: Plugins
In reply to: [BP Distance Search] Distance search stopped workingHi Ben,
Thanks for your report!
I’ll write a new version this weekend and I’ll send it to you so you can test it in your environment.
Hi ma3ry,
Unfortunately the page you are linking to is a local page not visible to other Internet users.
Could you share a link to a publicly accessible page?
Forum: Plugins
In reply to: [BP Profile Search] Search XProfile Image FieldHello megavip,
Unfortunately I don’t have time to code this myself, but if the plugin author needs help adding this functionality, I can provide some basic information. The starting point is this documentation page:
https://dontdream.it/bp-profile-search/custom-profile-field-types/