Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 09-27-2015, 12:59 PM
Cirris's Avatar
Cirris Cirris is offline
Member
 
Join Date: Sep 2015
Posts: 3
Gender: Female
Credits: 471
Cirris is on a distinguished road
Default

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());
Change it to the following...

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());
Also, I am by no means a PHP programmer, I just tried this and it seems to work. ^_^; (You will have to edit your account settings and select your gender again and save before it will affect your profile, though.)

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));
to...
Code:
$profileForm->add(new Comment("Favorite Colour", FALSE));
On the note of the Forgot Password issues... in the ACP under Global Site Settings, I was unable to use my yahoo email for the System Email. No one would receive emails for anything, password retrieval included. I had to create an email through my hosting provider and use that. Apparently, yahoo is somehow blocked for that sort of thing.

Last edited by Cirris; 09-27-2015 at 01:12 PM. Reason: Added more content.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -5. The time now is 02:16 AM.

Currently Active Users: 4420 (0 members and 4420 guests)
Threads: 4,081, Posts: 32,043, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636