#1
|
||||
|
||||
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 04:21 PM. |
#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 02:12 PM. Reason: Added more content. |
#3
|
||||
|
||||
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:
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! ^_^ |
#4
|
||||
|
||||
Quote:
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Just 2 more things | Starrunner | Questions and Supports | 17 | 01-12-2014 08:31 PM |
A few more little things... | Ruinily | Questions and Supports | 0 | 07-03-2013 09:16 PM |
How can I do these things? | AlexC | Questions and Supports | 27 | 03-21-2011 04:58 PM |
few things help | 12345 | Questions and Supports | 1 | 05-05-2009 05:23 PM |
Few things | 12345 | Questions and Supports | 1 | 04-21-2009 04:42 PM |
What's New? |
What's Hot? |
What's Popular? |