Hey! Is there a way to add another tab; having 4 instead of 3 without it breaking?

hi! I used your code here, here, here, and here!

is there a way to insert non neopets images into the inventory? I drew a few items for my character but I know you said that it cant be the image adress which is what is used for all other images in the code. Is there a way around this?

that note about the NO/YES is only if you are using neopet images!!

meaning, you can completely ignore it and use regular image address links as usual, just like how the rest of the code uses it!

Ah ok, I have tried to do it but when I put WYSIWYG back when I'm done the images all go really weird

(here) https://toyhou.se/17205429.cosmio

when WYSIWYG is enabled, it will cause all of the images to "shrink" which is why you are having these problems

i recommend disabling WYSIWYG from your display settings and enable code editor instead... the most you can do without restarting the entire code is to delete the width="#" height="#" that has been added to the images... however, it will continue to shrink every time you come back and edit

this is addressed in my rules!

How can I change the color of the tabs? (I know how to change the overall color of them, but when you hover/click them, it turns into this tannish/brownish color? is there a way to change/remove that? :0) https://toyhou.se/16174761.kenlugo

unfortunately, you can't set custom colours to hovers unless you have access to CSS/Toyhouse premium!  if not, it's from your Site Theme!

you can kinda work around it through mix-blend-mode:luminosity (see this code; here's more blend mode options) but the red text will be affected too... though i found that color-dodge might look nice and legible!

if that's alright, you can simply add it to the <a> tag!

<a href="#one" data-toggle="tab" class="active btn btn-outline-secondary text-uppercase w-100 rounded-0 border-0"
        style="letter-spacing:2.5px; border-top-left-radius:10px; color:red; mix-blend-mode:color-dodge;">

IT WORKED!!! THANKS SO MUCH!! https://toyhou.se/16174761.kenlugo

Oh I just realized you can't click on the tabs, how do I fix that? (IM SO SORRY WAHHH) (I did some more testing, and they just wont react when i click on them??)

So I got the two tabs to work, but when I try to fix the other one it just brakes the other 2 tabs? :0 https://toyhou.se/16174761.kenlugo (IM so sorry for spamming you!)

oh sorry for the confusion but you were only meant to add the mix-blend-mode: color-dodge to all three tabs !!

the coding i just gave you was for the first tab only ^^;  you can delete the active show from the second tab (and the border-radius too if that bothers you)

see if that's better?

Could I use non neopets stuff for the inventory?

of course!

Ok thanks!

This user is not visible to guests.

there's instructions here on how to insert character HTML (o^o)b

but if you meant how to edit codes.. i would not start with this code as it's relatively complex haha

Not me immediately tryna get my neopets account back after seeing this xD

Hello! Is there any way to fit a full image in the first part without it zooming in so awkwardly (like is there a specific size needed or)??

you can change the background-size to contain and the background position to top; see how that looks?

keep in mind that it looks a bit strange because the image auto-sizes itself to the same length of the notes section (not your fault; excessive information is just something i don't consider often when coding)! <3

It worked! Thank you so much!!! qwq

Oh I see. Thank you for explain!! :0

Hello!! does anyone know how to add another slide to the wardrobe carousel? Im trying to get there to be 9 outfit options overall, i tried copying the code from the first slide's options and pasting it directly above the "add / delete more above THIS line!" line, but it didnt work when i reloaded the page D:

it should be better if you copied the second slide, as the first slide(s) has special coding for it to be the first thing the user sees; if you have two first slides, the code will break for that section because it becomes confused and will display both pages, one under the other :O  hope that makes sense!

OHHHHHHHHHHHHHHHHHHHHHH MY GOD THANK YOU

hey hi!! do you possibly have a version of this without the profile tabs/ wardrobe+inventory? i tried to edit the code myself but ended up accidentally deleting the code credit and half the page pff

are you looking for just the summary page then, or are you looking for a tabless version of the code where you can scroll instead? :O

if just the summary page, i'll consider making it when i have time!

sort of both? i was trying to get a tabless version that displayed only the summary page

This user is not visible to guests.

Hello! I wanted to know how i could change the color of the overall profile? I apologize, as i dont know much about profile coding!

When using the CC/Custom Colours version AND you have Code Editor enabled, you:

  1. highlight the accent colour and press Control/Command + F.  If done correctly, a white box appears in the top right.
  2. Click the + button at the bottom and another text entry bar pop ups below it.
  3. enter your new colour and then select 'All'.  After that, all of the the selected colour codes should be changed!
fSeL1sg.gif


you can also read this tip from avicode (link)!!  they both do the same thing but just incase you need another explanation! <3

Using! Just got to make new art and art for the items and so on!

I am using it for my Doggos! (I'm My_Ducks_On_Quack btw, formerly The_Lost_Kingdom!)

Am I allowed to edit this code for my own personal use for my closed species npcs? Just thinking of adding a traits tab, all the other tabs were exactly what I needed. I'm not distributing the edited code so no worries ^^

Just asking because I have a lot of NPCs to make and I'll have to use the edited code multiple times. 

One of the characters I'm using this code for:  https://toyhou.se/12964897.beatrice

sorry for the late reply!  go for it >:] <3

Thank you! ^^

H I love your codes so much. Sorry to bother you, especially since you’re on semi haitus but I was wondering if it was possible to make the big image in the Inventory section into a carousel so it changes pics. I tried it and the image and format ended up being weird and idk if I messed up or if it’s not possible to do

Here’s the character just incase you want to see: https://toyhou.se/3938649.-altura-system-

don't worry about it — i'm off hiatus for the next two weeks!!  anyways, the changes you made so far works so there's no need to remake it!  as for the format:

  • IF the images are supposed to stretch from top and bottom of the code, change min-height:350px to min-height:553px
  • at the inventory tab, there is a column mistake in where a col-lg-4 is supposed to be col-lg-5 (where the image is).  see below:

<div class="col-lg-5 p-3 pr-lg-0 order-lg-1 order-2">
<div id="extracarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item">

. . .

hope that helps a little!! <3

oh thats cool, make sure to take care of yourself tho :D

Thanks so much this helps out a lot I appreciate it! <3

as im editing the code i realised the hearts are slightly above the content, will it stay like this after publishing and if so how do i make them equal again ?



sounds like you’re editing with WYSIWYG on and I advice that you disable it from your settings before continuing.

i’m on mobile rn so i can’t check the coding but i’d say restart the profile to avoid this issue ^^;

Hi hi! Where do I find the pictures of the clothes on hangers?

I believe it’s yesstyle.com ?  Here’s the link to the shiba hoodie and you should be able to find similar designs a bit below :D

Thank you so much!


Hi! This is a dumb question but how do I turn off wysiwyg?

Here!  This is just an overview though!

This user is not visible to guests.

Yes!  Sorry, the original code is tailored to those three tabs but please change <div class="col-lg-7 col-9"> to <div class="col-lg-12"> or col-lg-11 if you still want that space from the outside (on desktop view)!

But depending on how long the title of the new tabs are, using shorter titles (if possible) and col-lg-12 is your safest bet!  I haven’t tested this out but you should be able to add a few more tabs with this!  Hope that helps! <3

EDIT: LOL never mind that, you might need to tweak the margins associated with the tabs if you’re adding more (because of mr-3 ml-3 and m-2 for the icons). Place the new tabs between 0.1 and 0.3 and you’re good!

This user is not visible to guests.
This user is not visible to guests.
This user is not visible to guests.

In the tabs!!  Sorry about that, I should really add buttons on the profile one day ><

This user is not visible to guests.

i saw the magic number, you doomed us all....!!    ( 

Hello! I was wondering if there is a way to edit this code to make the background an image instead of a color.

Hi there and yes there is!  If you are using the CC version, go to line 120 under TAB CONTENT and delete/keep the background:#e1e1e1, (no difference for either option, but if you keep it, add a semi-colon [;] next to it) and add:

background-image: url(IMG LINK INSIDE BRACKETS); background-size:cover; background-position:center; background-repeat:no-repeat

When you're done, it should look like this (image inside spoiler):

<div class="tab-content table-responsive" style="height:595px; background:#e1e1e1; background-image: url(IMG LINK INSIDE BRACKETS); background-size:cover; background-position:center; background-repeat:no-repeat">

Screen_Shot_2021-04-29_at_6.20.06_pm.png

Hope this helps!  It should take care of the background of all three tabs! (*^-^*)b

That worked!! Thank you so much! https://toyhou.se/10341815.honey

this is adorable!!! tysm for making it!!

ahh thabk you!! <33

This user's account has been closed.

Neopets is a virtual pet website!  If you‘re familiar with Flight Rising or Chicken Smoothie, they’re all the same thing ^^

This user's account has been closed.

OH MAH GAWDD!! I just noticed this! Amazing code, the over all idea is splendid and I love your art on there btw :0 it's gorgeous! great work on all your codes, I love your themes! could you possibly teach me a bit about TH codes and coding them, and also how I'd get the layout and such to appear on screen?

Thank you so much!! <33

Unfortunately, unlike before, I’m a little tight on time so I can’t teach you.  However, you’re free to DM me about any specific elements or questions (order-lg-#, why won’t this work, etc.) and I can happily explain to the best of my abilities or redirect you to a website :]

okay, that sounds awesome! Thanks!

Hi! I rlly like the template, where is the art from? Its rlly good!!

If you are talking about the character art featured here, then me! :] <3

If you are talking about the cartoonish items on the second tab, then Neopet's item website!

hey is it ok if I could change the inventory part to be a playlist ;0c?

yeah of course!

This user is not visible to guests.

!!! WAH thank u :] <3

This user is not visible to guests.

aa thank you sm!!  it was a blast to do >:D

woah love the idea :00

thank you! :] <33

Omg this is great aaa!

waah!  I'm glad you like it!! <:D <3

fhsajkdf this is so cute! 👀

also hit me right in the childhood. I miss neopets so much TwT <3

neopets galore!!

hahAH not me being a baby; i had no idea what neopets were until recently!! q∆q </3