Mellotrainer help

does anyone know how to make the Currently Talking text change colors i tried ^1 and ~r but it didnt work kinda like how doj does theres

I don’t know if you mistyped but “~r” is supposed to be “~r~”

still not working with “~b~ Currently Talking”

Fixed, In the MelloTrainer folder:
Replace ‘/nui/trainer.html’ with this: trainer.html (61.8 KB) VriusTotal Scan

And then your done!

is it just the style=“color:blue;” cause i have a full custom mellotrainer i use that has stuff removed and i wanna use it for the name of who talks no currently talking so would it be

<span id="voiceActive" style="color:blue;">
</span>

Do you mean “the name of a person who isn’t currently talking”?

And yes if you want to make <span/> blue

so keep “Currently Talking:” white but the name of the person talking show blueish cyan.

here is what it has rn

            <p class="voiceHeader">Currently Talking:</p>
            <span id="voiceActive">
            </span> 

Yeah that looks ok

<p class="voiceHeader">Currently Talking:</p>
<span id="voiceActive" style="color:blue;">
</span>

That will make the people talking show up blue.

just tried and it didnt work.

Fixed, line 1129 in file trainer.js needs to be:
var newEle = $("<p style=\"color:blue;\" class='voicename'></p>");

what are all the colors i can choose from cause just blue is to dark

Here:

https://www.w3schools.com/colors/colors_names.asp

Next time just ask on the original post and I am sure the author will help you.

1 Like

Like Scott said, reply to the original topic of a resource if you need help with a specific resource/addon. :mascot: