Forum Replies Created
-
Author
-
kiphughesParticipant
After further testing, we discovered that email notifications for Private Message stops when Comet Chat is installed/enabled. Do you know how to get around this? Any suggestions is highly appreciated.
kiphughesParticipantSorry, can you please explain what you mean by:
You should create all combinations that you need
As mentioned, and as demonstrated on our development server, we have profile fields that have two gender fields (e.g. gender_1, gender_2). Each of the gender fields is a drop down of “Male” or “Female”. We will have some members who will only set gender_1 field, while other members will set gender_1 and gender_2 fields.
Radu, can you please have another team member take a look at this problem. I’m not sure if you are fully understanding our problem. We would really like a solution soon.
Thanks,
KIPkiphughesParticipantSOLUTION: in general-title-section.php
if(is_search()) {
$title_arr[‘title’] = preg_replace(‘/^([0-9]{1,} search results?)(.*)$/’, ‘Search results$2’, $title_arr[‘title’]);
}kiphughesParticipantPlease just tell us which file and line of code generates this. We’ll modify ourselves.
kiphughesParticipantHere’s the URL to see the problem: http://dev-server-4.com/?s=model
Please pay close attention to the messages I’ve sent. Several times I’ve gotten answers that have nothing to do with my problem.
kiphughesParticipantWe just want to remove the number, not the entire heading. Where in the script is this heading generated? This is not a CSS issue. We also need to reword the heading.
kiphughesParticipantFollowing up.
Also, we might just remove the counter. Where in the code do we need to go to modify the search results title?
kiphughesParticipantHello,
Thanks for the reply. I’ve tested the plugin but we also want to modify the “x” number of search results.
kiphughesParticipantRadu,
Now, you are suggesting that I need one field to represent:
– Male
– Female
– Male + Female
– Male + Male
– Female + FemaleIn my previous message, I hinted that I see them as being two separate fields, like:
gender_1
gender_2Assume that the above two fields are fields for the BuddyPress member.
kiphughesParticipantRadu,
Thanks for the video. It does not show “couples”. Rather, it allows the searcher to specify his/her gender and what gender he/she is looking for.
A “couple profile” is one member who represents a couple (e.g. a husband and wife, or a gay couple, or a lesbian couple). So, the search I want to support is more like this:
– I am a MALE searching for a MALE + FEMALE couple
Does that make more sense now?
Thanks,
KIPkiphughesParticipantSorry, the answer is not clear to me.
I was thinking that a member, for example, might have the following member fields:
name_1
age_1
gender_1name_2
age_2
gender_2I understand that I can create these custom member fields. I just don’t know how something like that would be searchable. If a member fills out the fields like this:
gender_1 = Male
gender_2 = Female— OR —
gender_1 = Female
gender_2 = MaleHow can I create a search form that will search for Male + Female couples? Or just a Male? Or just a Female?
Is there a demo of my scenario I can see somewhere?
-
AuthorPosts