Andrea Tarantini
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Profile Search] There’s no option to save profile fieldsGreat, I’m glad the problem is solved!
If you wish, you can report the CSS issue to BuddyPress:
Forum: Plugins
In reply to: [BP Profile Search] Translate “contains”You are welcome!
Forum: Plugins
In reply to: [BP Profile Search] There’s no option to save profile fieldsHi gardendarts,
Sorry for the late reply!
The screen in your screenshot is not from BP Profile Search, it is from BuddyPress (or BuddyBoss) and is used to create a new user profile field. Somewhere in the screen you should have a “Submit” box with “Cancel” and “Save” buttons to cancel or complete the field creation.
Probably that box is now hidden under your “Type” box. Is that the case?
Forum: Plugins
In reply to: [BP Profile Search] Translate “contains”No problem, you can create yours, in your wp-content/plugins directory. See:
Forum: Plugins
In reply to: [BP Distance Search] Only save cites and countryHi Niall,
Unfortunately I don’t know if it’s possible to extract the city and country from a full address correctly.
Anyway you could use a workaround, for example naming your location field “City and Country” and even adding text in the field description like “Please specify your city and country, not your full address”.
On the other hand if you need the user’s full address, you can add a different profile text field, “City and Country”, which will be published, while the full address will not.
Forum: Plugins
In reply to: [BP Profile Search] Translate “contains”Hi wpuser,
LocoTranslate can find that string on my test site. Anyway if you wish to remove it, you can add this code to your bp-custom.php file:
add_action ('bps_field_before_search_form', 'set_mode');
function set_mode ($f)
{
if ($f->mode == 'contains') $f->mode = '';
}Forum: Plugins
In reply to: [BP Profile Search] There’s no option to save profile fieldsHi gardendarts,
Could you please post a screenshot or a screencast to help me understand the issue you are reporting?
Forum: Plugins
In reply to: [BP Profile Search] Saved Search Email NewsletterHi dierub,
Your idea is interesting, but it would require a lot of additional code, probably a completely new plugin. If you wish to code it, I could suggest some ideas to reuse parts of BP Profile Search.
Forum: Plugins
In reply to: [BP Profile Search] Changing search results users profile linkHi Alan,
Sorry for the late reply! Could you please post your BP Profile Search configuration, so I can replicate it? For details, see:
Forum: Plugins
In reply to: [BP Profile Search] 5.7.5 is vulnerable to Cross Site Request Forgery (CSRF)Hi Ben,
The vulnerability was removed in version 5.8, as shown in your screenshot ??
Thanks anyway for your willingness to notify me promptly!
Forum: Plugins
In reply to: [BP Profile Search] How add placeholders to fieldsHello teeboy4real,
If you want to change the appearance of a BP Profile Search form, you can edit the default form template bps-form-default.php according to your needs.
Forum: Plugins
In reply to: [BP Distance Search] Auto suggest not loadingHi tanboxer,
I just released BP Distance Search 1.4.4, could you please see if it works better for you?
Forum: Plugins
In reply to: [BP Profile Search] Only works if the form page is at root levelUpdate: The problem has been fixed in BuddyPress 14, so it’s no longer necessary to apply the suggested patch.
Forum: Plugins
In reply to: [BP Profile Search] bps_directory only works at root levelHi Andrea,
Sorry for the late reply!
Unfortunately BuddyPress 12+ does not allow directories on subpages and this also applies to additional BP Profile Search directories. Probably this will be fixed in BuddyPress 15.
Forum: Plugins
In reply to: [BP Profile Search] Critical ErrorWell, at this point I’d offer to take a look at your test site, but that goes against this forum’s policy.
If you are interested, we can continue this conversation on my BP Profile Search support forum: