#1
|
||||
|
||||
Avatars
1. When I change my avatar in the profile settings, I press save and the avatar stays the same. I refresh and everything but it's no difference. The path box also stays as the default one when I go back to check if it saves the avatar link back in the settings panel. Is it just me or is it a bug? :P
|
#2
|
||||
|
||||
It is reported in Bug Tracker already:
http://www.mysidiaadoptables.com/for....php?issueid=2 I will fix it for Mys v1.3.1, but please consult Silverdragontearsif you need it to be resolved right now. She was the one who pointed this out.
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
#3
|
||||
|
||||
I didn't notice that, sorry.
I have another thing though, I can't add a new adoptable, it won't appear in the database after I add it. I'm using v1.3 and haven't modified very much.. Edit: I can do this through PhpMyAdmin now, so this isn't a problem anymore. Though it'd be easier through a form. Last edited by StarGirl; 03-31-2012 at 06:02 AM. |
#4
|
||||
|
||||
Have you uploaded the images, then went to create a pet? It works fine for me.
|
#5
|
||||
|
||||
I found the problem. In the query that adds the adopt to the database, I had a ' in the description and it messed with the code. :P Now that I've got this working, how would I make the "Enable Alternate Friendly Signature BBCode" thing in settings work? I open the .htaccess file like it says and I see the bit that I think I'm supposed to edit but edit it in what way?? Take it out? Add something in?
Last edited by StarGirl; 03-31-2012 at 08:42 AM. |
#6
|
||||
|
||||
Find this in profile.php:
Code:
// Run update queries... $query = "UPDATE {$prefix}users_profile SET nickname='{$nickname}' , gender='{$gender}' , color='{$color}' , bio='{$bio}' , favpet='{$favpet}' , about='{$about}' WHERE username='{$loggedinname}'"; $adopts->query($query); // All done! Code:
// Run update queries... $query = "UPDATE {$prefix}users_profile SET avatar='{$avatar}' , nickname='{$nickname}' , gender='{$gender}' , color='{$color}' , bio='{$bio}' , favpet='{$favpet}' , about='{$about}' WHERE username='{$loggedinname}'"; $adopts->query($query); // All done! |
#7
|
||||
|
||||
I've fixed this for Mys v1.3.1, the solution is also posted in the bug tracker. And yeah it is just the same as Silverdragontears suggested.
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Avatars in Memberlist | Inf3rnal | Tutorials and Tips | 13 | 05-01-2012 02:54 PM |
Pets as avatars | ToonDartist | Suggestions and Feature Requests | 6 | 03-23-2011 11:50 PM |
User Avatars | konzair | Suggestions and Feature Requests | 4 | 01-27-2011 04:50 AM |
What's New? |
What's Hot? |
What's Popular? |