Mysidia Adoptables Support Forum  

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

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-27-2015, 04:50 AM
parayna's Avatar
parayna parayna is offline
Member
 
Join Date: May 2013
Location: Devon, UK
Posts: 342
Gender: Female
Credits: 16,096
parayna is on a distinguished road
Default Need Help With a Few Things

Hello! I need help with a few things on my site... these are stuff that I haven't managed to figure out what to do with as I have managed to do a few minor issues myself which I am super happy about because it means that I have gotten better since whenever... XD Anyway! Thanks for any help

1) How do you make it so that people's profile pictures are automatically resized when they upload them/link them from their settings?

I would like this because it would fix the other issue of people's profile pics being HUGE, if uploaded huge, on the messages bio bit. So resizing any images to 100x100 and then displaying them at that size would be perfect! XD

2) The visitor message edit and delete bit is not working correctly. How can I fix this?

They all lead to a blank page (if I remember correctly... I had this issue before but I can't exactly remember how it was fixed now. And I can't find the solution D:) I'm not sure why it is happening.

3) The outbox is blank if there are no messages in it

I know for a fact that I have had this fixed before, but after scouring the forum I can't seem to find the solution... which is odd. But OK... XD It is hiding from me!

4) The Forgot Pass feature doesn't seem to work too well.

For one user I think it has worked (they got the email at least) and they use a live account, but I use gmail and it does not seem to work? I don't get an email. And unless it is a seperate issue they couldn't log in with the code created. I have had to manually create one for them and PM them on Ovipets with it. I'm not sure what the problem is :/

5) Where is the file to change the titles on your profile?

I want to change the 'Favorite Color:' bit to 'Favourite Colour:' I want UK spellings to be used throughout the site XD

Thank you for any help! Much appreciated! ^_^

Last edited by parayna; 09-27-2015 at 03:21 PM.
Reply With Quote
  #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: 361
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
  #3  
Old 09-27-2015, 03:34 PM
parayna's Avatar
parayna parayna is offline
Member
 
Join Date: May 2013
Location: Devon, UK
Posts: 342
Gender: Female
Credits: 16,096
parayna is on a distinguished road
Default

Thank you for the help! ^_^ The gender thing worked XD The colour bit didn't though as when I looked I had already changed it to the UK spelling... it is like that on the bit where you go to change your account settings (and bio and stuff) but on the actual profile it is just the American kind of spelling D:

  Spoiler: Image 


The email thing still doesn't seem to work but I will figure it out eventually! I might need to look at it again when it isn't as late so I have a clearer head XD

Thanks! ^_^
Reply With Quote
  #4  
Old 09-28-2015, 06:51 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,589
Hall of Famer is on a distinguished road
Default

Quote:
Originally Posted by Cirris View Post
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.
Thats interesting. Does this only happen to your yahoo email? Or you've tried anything else and it wont work either? In the latter case, I do know that sometimes webhosts will restrict PHP's mail function, so that you can only use email accounts created in cpanel. There is a workaround, and if many people encounter issues with sending emails I will post a solution to that.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
Reply

Thread Tools
Display Modes

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 06:27 PM.

Currently Active Users: 457 (0 members and 457 guests)
Threads: 4,080, Posts: 32,024, 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 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636