#1
|
||||
|
||||
Making Daycare Optional
One of my players suggested it and I could see why they'd want the option. If they're looking to level their pet once or only to a certain level, then don't get to it once they've hit that level, it could be a problem. Or if they forget to freeze their pets.
So, I was hoping there would be someone awesome enough to doodle up a bit of code and tell me what to add/change in the database to make that happen. If this code is already floating around out there, can someone aim me in that direction? Thank you! NobodysHero |
#2
|
||||
|
||||
After looking through the daycare's files, turns out there's actually a pretty short solution that I was able to come up with.
1. First I went into phpMyAdmin, owned_adoptables, and added a new column like this: Quote:
PHP Code:
3. Now there's how to update it. This is where my brain started to fry. I'm unsure of this part since most people have their owned_adoptables.php set up differently than others (including myself). Here's one way of doing it: *Create a new form with two radio buttons, one named "do exclude" and one named "do not exclude" (or something like that). * Then create an if statement so that if the person selected do exclude, this line happens: PHP Code:
PHP Code:
I haven't tested the part where users change it themselves, since I have absolutely no idea how radio buttons work. I have tested the parts before it though, and it does work if you were to change the value manually through phpMyAdmin. Here's a mockup code of the different button conditions, but that's where my knowledge ends unfortunately. It won't work on it's own, but it can give you an idea of what you need to do: PHP Code:
__________________
|
#3
|
||||
|
||||
I'll have to give this a try. Thanks!
__________________
Venture Into The Mist |
#4
|
||||
|
||||
In Mysidia v1.4.0 and future releases, almost all features are optional, that you can turn on and off from admin control panel, even user registration. For current version v1.3.4, you will need to edit the source file to hide the daycare system.
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
#5
|
||||
|
||||
I don't want to hide it, I want it so some people could opt into it, instead of all pets automatically going into it.
When I was on other sites (Neopets, Restreatu, etc) that had a similar feature, they were more user action than automation. A user would bring their pets to the day care, pay some currency to put them in, then they'd come back to their pet's stats being raised. What Dino submitted was what I was looking for. About to try it now, though... >.> I've no idea how radios work either. XD Sooo... This should be interesting.
__________________
Venture Into The Mist |
|
|
What's New? |
What's Hot? |
What's Popular? |