Hey everyone!
I am looking for a pet profile for my pet Aquinox. https://subeta.net/petinfo.php?petid=764192
I messed around with his profile a looooong time ago. And the profile looks old and nasty. Stopped playing and now I'm back. You can read his story but just know that it's going to be rewritten. The jyst of it is: Aquinox was the runt of his family, fell out of his tree before learning to fly, never learned to fly, was bullied and fought a lot (he's my battle pet), and now just prefers to read.
Details for the profile: Colors: Chibi lain blue/purple and browns
Desired page elements: all the required elements, pet spotlight box, pet stats, pet treasure, books read (most important part!!!)
Idea for the page: I want it to be kind of like a library where you can scroll through all his books. I'd love if there was also a window with some butterflies outside (but very subtle ones) with some light rays coming in through the window. I really like this look: https://s-media-cache-ak0.pinimg.com/564x/1f/a3/ab/1fa3ab524b7079e8e9ffaee7a57c4320.jpg
If you have a way to incorporate the chibi lain without doing an overlay, I do like the artwork. But if you would like to do an overlay, I would love to see him reading a book.
Please ping with examples/price estimate! And if you have any ideas/preferences already. :)
You would like to be able to scroll through the books read? I'm not sure that's possible since the books read is on a separate page. You could put books in his pet treasure as another option if you'd like...
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Oh, it's not possible to put on their pet page? The issue is that he's read over 300 books already.
There is no option to display it on a pet profile. The pet profile can display the number of books read (it's listed under the battle stats), but it can't display a full list of those books that updates automatically with each new book read.
When you read a book to your pet, it updates some information about the pet in Subeta's database to record that the book has been read. When you go to your pet's "Books Read" page, that page consults Subeta's database to get a list of all the books read. My point is that we can't get this list of books unless we can consult the database, or pull it off of the "Books Read" page.
But, those are not things that we are able to do on custom pet profiles. We can only write html and css, which can only do aesthetic changes. Something like getting the list of books read would require a more powerful kind of code, which Subeta's custom profiles don't allow. Querying a database or another web page would require JavaScript (which is much more powerful, so it's disallowed for a reason).
There might be workarounds, actually... I have not tried any myself, though, and I think that even if we could find a workaround, it would be probably kinda fragile and difficult to format. Sorry to be the bearer of bad news...
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
What about in the description I add the books he read and scroll through there? Could I add another text box instead for his story? Then code each book individually (it would be a pain but it'd be interesting
That would be possible, you could use sCode but it would be a pain to manually add every time you read a book... If you want to do that though, I could code you something. I have to step out now but can be back with some examples and stuff after dinner (also feel free to sMail me if you want to discuss more details)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights