![]() |
#2
|
||||
|
||||
![]()
For the capitalization of genders in profiles, open view/accountview.php and find lines 106 through 110.
Code:
$genderList = new RadioList("gender"); $genderList->add(new RadioButton("Male", "gender", "male")); $genderList->add(new RadioButton("Female", "gender", "female")); $genderList->add(new RadioButton("Unknown", "gender", "unknown")); $genderList->check($profile->getGender()); Code:
$genderList = new RadioList("gender"); $genderList->add(new RadioButton("Male", "gender", "Male")); $genderList->add(new RadioButton("Female", "gender", "Female")); $genderList->add(new RadioButton("Unknown", "gender", "Unknown")); $genderList->check($profile->getGender()); To change the text for favorite color, edit the same file, view/accountview.php on line 113. Code:
$profileForm->add(new Comment("Favorite Color", FALSE)); Code:
$profileForm->add(new Comment("Favorite Colour", FALSE)); Last edited by Cirris; 09-27-2015 at 01:12 PM. Reason: Added more content. |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Just 2 more things | Starrunner | Questions and Supports | 17 | 01-12-2014 07:31 PM |
A few more little things... | Ruinily | Questions and Supports | 0 | 07-03-2013 08:16 PM |
How can I do these things? | AlexC | Questions and Supports | 27 | 03-21-2011 03:58 PM |
few things help | 12345 | Questions and Supports | 1 | 05-05-2009 04:23 PM |
Few things | 12345 | Questions and Supports | 1 | 04-21-2009 03:42 PM |
What's New? |
What's Hot? |
What's Popular? |