I have created my profiles without the need for the "Date of Birth" field. However, whenever anyone wants to view members, they will end up at browse.php. The default configuration has the fields:
Due to the fact that I don't use "Date of Birth" as a field in my profiles, clicking on the "Show" button will give me "No result found" no matter what options I choose.
I tried to remove the "Age" field from browse.php but it still gives out the same result.
How do I remove the code for browse.php so that I can search without "Age"?
In Browse.php, in Row 118, find _DateOfBirth and change it to a new blank langage key (such as "_no_text" and removed the : (colon) that is directly before ‘</div>. Also comment out (//) the row that goes _t(“‘from)… (Row 120), which removes the age range fields.
The box is still size to include those fields, but your age info will not be displayed.
I'm looking at how to remove the coding for that. Do you know how its done? I've never learnt php, but I did learn C some time ago.
I tried to comment out some lines here and there, but it still didn't work. Is there anyone who could help out with this?
Basically see more