Worth Tracker's Comments


As a heads up to both the creator and future users: the code does not have the link to the creator in the credits (it's an empty link with the creator's username). You can either edit that in by slotting in whatever link you prefer (this page or the creator's profile) after the " a href= " or you can mention it in the bio itself. I didn't realize this and now I have to edit EVERY single character that I've used this on which is a little inconvenient but hopefully this comment saves a future user.

Hey! i had a question? could i ever use this code in a code that im working on? ofc would be credited in the code but i wanted to ask first ^^!

This is awesome code thank you so muchhh!! I'll defiantly be using! :D

Thank you so much for making such an excellent code, it's exactly what I had been looking for!!

Is there a way to change the color? (e.g. make the blue a pink/yellow/green/etc.) Also, the paw print at the bottom to show you did the code doesn’t lead back to your account for some reason

Here is a tutorial (also by Lullah) on how to change the bootstrap colors to custom colors.


You can fix the credit by changing

<!------------- credit ------------->
  <div class="text-right"><a href="Lullah" class="tooltipster" title="code by Lullah"><i class="fas fa-paw"></i></a></div>
</div>

to 

<!------------- credit ------------->
  <div class="text-right"><a href="https://toyhou.se/Lullah" class="tooltipster" title="code by Lullah"><i class="fas fa-paw"></i></a></div>
</div>


Hope this helped!

Hello! i have a question! how do i add links?


Never mind! i found out! :D

Heya! I know I’m probably bothering you but I’m having trouble with the text overlapping onto itself,, (like, the name of the artist merges with the worth, making it hard to read) I’m having trouble figuring out how to fix it! It only does it on mobile,,

Hello! If it's not too much trouble can you show me how that looks? I'm really sorry for the super late reply ;;

image0.png

It’s okay!!!! Thank you for the help!!!

I've been mulling over this because I didn't think of artists with longer names when making this code, so that's an oversight on my part ;; I think this looks fine on desktop yes? This is most likely caused  because there's no breaking space or dashes or anything like that which could break up the words (artist's name); so it kind of just bleeds over

If it really bothers you and you don't want to mess with the code you can do workarounds like changing the artist's name to something else (i.e "URL" or any other placeholder words  or a font awesome icon)

However if you don't mind messing around w the code, please change all the column numbers (both identifier tab and each item tabs) to these:

9513acb974471b20f7be8982d1c18e52.png

This is still going to clip with extremely long artist names though, so please keep that in mind.

Thank you so much!!!!! I’ll change the code and see what I can do!! Thank you so much for the help, I greatly appreciate it!!!!

is there any way you could add a small edit? i like adding notes to my items, so if theres any way you could add a small text under the "item"

its fine not, ofc!!!v this code is v useful!!

oh sure! normally i don't do code helps but since this is simple enough + actually very helpful for myself as well i'll show you!

replace your item column with this:

<div class="col-5">Item<br><span class="text-muted">(Note)</span></div>

it should look like this!

ad7eb0cba077d56ac3636d1048a70704.png

if you want a smaller text use this:

<div class="col-5">Item<br><span class="text-muted" style="font-size:0.85em;">(Note)</span></div>

367ef96532d65a0f7aa42cdbd9231797.png


thank you SO much!!

one more small request-- how would you add a link to the artist? im new to html and that should be simple, but just wanted to ask for a bit of help! i just want to make it so the name is a link to the artist

if the artist is on TH, @ their name (i.e @Lullah => Lullah)

if you'd like to link elsewhere, use <a href="link">Artist</a>