[ F2U ] Languid's Comments


This user is not visible to guests.

I'm trying to add more tabs but it keeps on breaking, do you know if theres a way i can add more tabs without breaking it?/do you know what im doing wrong? Btw love the code https://toyhou.se/23033799.akumu?key=kR1OhEq2XLg7cRA

used on ic i just realized i never commented !!

used this for 2 of my characters so far, gonna use it for more as well! i was wondering if it's possible to make the bottom tabs custom colored even when clicked on? rn whenever i click on them they change to the bootstrap color ^^;

that requires CSS in which you'd need th premium for that!

if you ever get it (or want to test it on a world [because you can use CSS without premium there]), the coding should be:

.btn-outline-secondary.active, .btn-outline-secondary:active {background-color: #HEXCODE;}

tysm!! where in the code should i put it? :0

when you get th premium, there should be a new field called CSS for you to input in! if you're talking about a world, same thing (admin panel > manage world > group css) ^^

ooh okay!! tysm again!! <3

This user is not visible to guests.

using <3 https://toyhou.se/10926662.puppy might use on other characters too

really well done code! im using it rn here


Do you know if it would be possible to take the bootstrap background and make it a custom colour?

yes!  when using the Custom Coloured version:

  1. Find theses string of codes (there are five (5) for each 'page')
    <div class="bg-faded text-muted p-3" style="height:310px; overflow:auto">
  2. Now, delete bg-faded and text-muted, then add background-color:#HEXCODE;. So now, it should be:
    <div class="p-3" style="background-color:#HEXCODE; height:310px; overflow:auto">
  3. If you were looking for text colour as well, there are 9 text-muted for you to delete (including my credits but feel free to leave them) and after you've done that, you can simply add color:#HEXCODE; at the start of the code (since you are adding a custom background, adding a set text colour will make it readable on all themes)!
    <div class="mx-auto" style="color:#HEXCODE; font-size:90%; letter-spacing:0.5px; max-width:650px">

Hope this helps! <3

OMG thank you so much!

using!

This user is not visible to guests.

On Line 128 (or 131 if you're using the custom coloured (CC) version), there is this string of code: background-image: url(https://file.toyhou.se/images/7745356_UbxFaTbtSE8Egg6.png)

Please replace the link (the highlighted text) as one of an image of your choice, provided that it is an image file type (png, jpg, gif, etc).  When you are doing this, ensure you have WYSIWYG off at all times!  By off, I mean disabled from your settings!

Hope this helps!

This user is not visible to guests.