Anonymous ID: 408d44 Nov. 3, 2018, 11:11 p.m. No.3723895   🗄️.is 🔗kun   >>3943

>>3723813

 

>Anyways, Seriously not KVETCHING as the set up I have now is the shit. Baker Red highlight would maybe put it over the top,

 

Do you mean to just turn the word baker (or notable) bold and red? It can be done but it might be a little bit slow, considering how much text that needs to be searched.

 

>I'm yellow, Q's Green). Hope you can figure out this last issue with the (Create New Thread}.

 

How far do you get before it breaks?

Anonymous ID: 408d44 Nov. 3, 2018, 11:35 p.m. No.3724015   🗄️.is 🔗kun   >>4024 >>4032

>>3723943

About to go to sleep, but I'll look into it once I wake up.

 

I can probably at least add some kind of highlight, but the right side bar is the other guys stuff, it will take time to even figure out and if he changes stuff it will break.

 

The new thread button opens for me but you need to have both fixes in both sides for it to work.

 

if you glance through with ctrl-f you might find them, otherwise we'll hit it another time.

 

if (! dythreads) {

 

changed to

 

if (! dythreads && typeof container != 'undefined') {

 

and his code needs

 

$('.postRate').text(ratehistory[ratehistory.length-1].toFixed(1));

 

changed to

 

if (ratehistory.length) $('.postRate').text(ratehistory[ratehistory.length-1].toFixed(1));