I'm having trouble following the aeDating Manual where it instructs me how to modify existing profile fields.
I've upgraded to ae3.3, but the manual is the PDF 3.2. The specific area is:
4) Adding / editing fields in profile description
located on page 40 in the manual I have downloaded.
I am supposed to be able to edit various profile fields such as SEX and LOOKING FOR. My goal is to correctly add:
Man
Woman
Gay Couple
Bi Couple
Transsexual
Transvestite
Transgender
to both SEX and LOOKING FOR.
According to the instructions, through the ADMIN PANEL I must select
PROFILE FIELDS and then SEX (as an initial example).
In the DROP-DOWN CHOICES I enter the selections I want:
Man
Woman
Gay Couple
Bi Couple
Transsexual
Transvestite
Transgender
and then press UPDATE at the bottom of the screen.
I am then instructed to add the following to the LANGS/lang-English.php file:
case '_Sex_caption': return 'Sex';
case '_Man': return 'Man';
case '_Woman': return 'Woman';
case '_Gay Couple': return 'Gay Couple';
case '_Bi Couple': return 'Bi Couple';
case '_Transsexual': return 'Transsexual';
case '_Transvestite': return 'Transvestite';
case '_Transgender': return 'Transgender';
I add it to the language file, upload it to the server and press CONTINUE.
Now the new selections appear, but I get an error code beyond the main page. If I go to my main index page and press SEARCH (using the DEF template) I receive an error message:
Warning: Invalid argument supplied for foreach() in /siteaddress.com/inc/profile_disp.inc.php on line 574
So I need to correct something in profile_disp.inc.php on line 574 but I don't know what.
Any help would be greatly appreciated.
Thank you,
Steven
San Francisco, CA


LinkBack URL
About LinkBacks
Reply With Quote




Bookmarks