[ F2U ] Tacit's Comments


Love it ! Edited and used (still a wip) here! https://toyhou.se/26726978.ct-2779-william

i love the code, can i use it?

Love this code! I was wondering if there's a way to change the boxes color from their original tan color?

Im currently using this code for my dnd characters im in the process of playing and its a real nice code! Easy to use and pleasing to the eyes :DD.

hey, i'm so sorry to ask, but how do i get this specific code?? I can't seem to find the "get code" button.

Used here! https://toyhou.se/23149757.alisa Edited it quite a bit but thank you for the code!!!

Used for my dnd kobold here: https://toyhou.se/24312245.lady-nugs-stonearm Thank you for the code! <3

Used for my favorite DND boy here!! Thank you for this code!!

this is such an epic code!! just about to start an over the summer campaign and I will so be using this. tysm for posting it!

Using this code for my DnD character Meliora! https://toyhou.se/19760506.meliora-eligos

Used this code for my stinker !! Tysm for the code !! :D

Hello! No rush to answer this because I know you coders usually have tons of people asking you questions lol
But I want to use the stacked version of this code for a character but I also wanted to add a music player divider between the stacks! I was wondering where in the code I would go about doing that? Every place that I feel like makes sense said music player...uh...ends up somewhere wacky lol
I'm by no means a professional coder but I do have a decent grasp on what I'm doing BUT I might just be missing something

Specifically the music code I was going to use was this one here if that helps!

hi!  the code uses order so if you're trying to paste a new section somewhere specific, you have to add an order-# as well!

you'd want to paste the music player between the TOP IMAGE & BOTTOM IMAGE, and then add order-3 to the col-md-12, just like now the images have order-md-2 and order-md-4

and then adjust the music player's p-1 to p-2 to match the rest of the coding!

hopefully that makes sense, here's a screenshot to see how it should end up as, with the coding collasped

Screen_Shot_2023-01-04_at_3.46.11_pm.png


This is a fun code! I plan on using it with more characters soon, but here's all I've got for now. I did make some minor tweaks to the code to suit my needs a little better so I hope that's okay!

Used this code here: [LINK]

Thank you so much for this code! Using it for my newest D&D character, Bird.

Heya! I was Using the compac version and been trying to upload images of King (my comfort main) but I can’t seem to figure out how to do so, do you have any tips/how to do so? 

Also when I go to edit it shows what it would look like if you just opened the profile if that helps any xD (I didn’t know if this info was needed lol)

sounds like you have WYSIWYG on?  please follow the instructions for inputting character html here and try again with a new copy of the code :]

Surprisingly enough I did have it turned off, but the instructions you sent me is gonna be very useful, thank you so much!

Hey! i used the code! I love it!! but i wanted to edit the stats. i wanted delete stats because i didn't use it and i wanted to add column/rows for likes/dislikes but i don't know how. can you help??

you keep two of the col-6 (this will be your likes and dislike sections) and pretty much can replace the inside coding with a list!

for example:

<div class="col-6 p-2">
    <div class="text-uppercase">likes</div>
    <ul class="text-muted">

        <li class="p-1">content</li>
        <li class="p-1">content</li>
        <li class="p-1">content</li>

    </ul>
</div>

if it looks misaligned, add a m-n2 to the row no-gutters above it ^^

i've been tried figure it myself (know nothing about coding) and it went bad xD SO Thank you so much for the help 😊

Ay I don't know what I did wrong, but when I try to upload sum images to the relationships tab they don't appear :o[ I probably screwed up the code or something, I just dunno specificically what was screwed 🤡

hey!  i'm assuming the broken code in question is for mithra ?

i can see that you edited the code with WYSIWYG at some point which is stated in my codes and rules not to use, as WYSIWYG will break complex coding and layout (in this case, the images) ^^;

i recommend restarting and to use Toyhouse's Code Editor instead to avoid future problems, but for an easy fix, you can delete the width="0" and height="0" at the icons to make them appear again

Hdhdhdh tysm for the help :') I swear I read the rules, I just kinda have a terrible memory 🤡🤡

https://toyhou.se/15660918.-subter-saarai

Used (with some edits) for this gal here! Thank you SO much for this code it was perfect for the layout I wanted hahaha Will be using it for my other OCs from this fandom too :'D

Used for this lad and will be using again!!

I just wanna say this code is dope, definitely using. but MAN this character is fucking awesome!!!

THANK YOU !!!!!! <3 <3 <3

<3 no problem!!

Used here!! :]

used! I love how this looks aaaa

love this code! currently using!^^

Ok, i tried using it, but the code broke, like, broke broke dkgwgufhewf, I don't know what did I do, but I will try redoing it again :"[

sorry for the wait!  now that it's gone i can't really comment on it x)

but!!  currently though, nothing is broken!  if you're referring to the info box, it looks like that because there's no background (unlike the others which have bg-faded)!  you can fix this by finding this line of code:

<div class="p-3" style="height:710px;overflow:auto;">

and replacing it with this:

<div class="p-3 card rounded-0 border-0" style="height:730px; overflow:auto;">

hopefully that works! <3

Ahhhhh! Alright.! Thanks for the info ^^

Gonna be using this one on my characters when I finish refreshing my TH!! :]

Used for Kingston!!

tyty for this very neat code 🙏🙏

I love this code to bits <3

I'm currently using it (with a few small tweaks) on Whisper's profile, and am planning to use it on some of my other D&D characters as well

using! i adore your codes wrow

thank you!! :D <3

This user is not visible to guests.

In the tabs?  Correct!

If you’re on a desktop, you should be able to click it and copy! ^^

hello! i have a question about adding more spells on the Stacked vers.

Every time I add a new spell, the relationship tab keeps merging in with the spells. Is there some way I can prevent that? Thank you!!

Hello!  I just tested it out and I found no problems adding new spells!

May I have a live view of the code (like on a character profile)?  It sounds like a misplaced div end tag or something similar :0

SORRY FOR THE LONG RESPONSE i finally decided to get back on the comp. and see if i can get it to work,, yes there was a misplaced div, i apparently didnt copy it right and placed it below the line ^^; everything is good! also is there a limit to having spells? like how many you can have? just want to know before i actually start the characters profile ^^

Great to know that it’s fixed now!  In regards to the spells, nope—you should be able to copy and paste as many as you would like!  Just let me know if a problem comes up again! <3

Hi I have a slight tiny little question.. Umm.. Who is that cutie in the code? xDD 

My character, Mandisa! ;D

I am honestly in love with her lol.. If your ever gonna sell them (Sorry if this does sound rude) Please message me because I think I might have fell in love with her xDDDDD

Hi ! I love the compact version, I think I will use it if that's okay ! Your work is amazing :3

thank you again for this, it make my day. It's the kind of codes i needed

you're welcome!  glad to know i could help :] 

This user is not visible to guests.

Oh my gosh you made both versions after all, this is gorgeous! ♥

Thanks so much!  Your comment brought a smile to my day! ;^; <3

def using!

omg this looks so good!!! i'm definitely gonna be using it in the near future, thank you so much <3 your codes are a blessing!

This user is not visible to guests.

YELLLSSS, these came out so good !! all the categories are so tASTY, I cannot wait to use these codes <3<3
asdfgfd i'm still so stoked that you actually wanted to use my idea at all, i feel so honored :DD every time i look at the little "layout by" tag I just go "!!!!!! that's me!! :DDD"

!!!  I'm SO happy you like it and if you do use it, I hope you have a lot of fun with it!  (*꒦ິ꒳꒦ີ)<333

Making a code based on weaponry and skills (or fantasy RPG in general) is something I've always wanted to try so I'll thank you for suggesting it in the first place!  The code itself was very pleasant to make and honestly, I'm very surprised with the support it has gotten! <:D

This user is not visible to guests.

THABK YOU!! ;^; ♡♡

This user is not visible to guests.

oh my god. the detailed spells tab is what i needed. thank you so much for this code 😳

Another lovely code from jiko! Gonna try this out for an RP group I'm in, or maybe for some elder scrolls characters!

Zuri, that makes me SO happy to hear!!  I’m actually hoping to post another RP-like code next so I can’t wait to finalise that later! >:D <3

i needed code like this!!

Waaaah super glad I could help!! ヽ(*・▽・)ノ <3

2x Perfection~❤

!!!  brain very smooth tonight but <333Dt75VxCVsAEMLbq.jpg

oh this is super neat!! thank you!!

sqeee!  thanks and no problem!!! <33

Thanks for doing both! :D

Ay, no problem!  It’d be unfair if I just posted one if users voted for both (#^-^#)b

This is just amazing!

;; gosh thank you! <3

mwuah delicious 10/10 thank you for blessing us with a new layout

EasPqDoXgAAUgJ0.jpg

sniff.  thabk U

original.jpg