Comments on [FTU] Selection Code! All Comments

Hello! Is there a way to make the check button to open the folders without opening a new tab? (*^^*) I love the code BTW, I'm using it!

So sorry for the ping! WheatDew

There definitely is! Once I get home I’ll read through it and let you know what to change :)

TYSM!!!

I took a look! you just need to remove 

rel="noopener noreferrer" target="_blank"

from within the bottom section of each button code so it for example would look like:

  • <a class="btn btn-default border-0 mt-md-2 mt-0 " 
  •         href=
  •         "https://toyhou.se/WheatDew"
  •         style="color: white; background-color: #000000; width: 50px; position: absolute; bottom:0%; left:42.5%">
  •             <b<i class="fa-solid fa-check"></i>
  •          </a> 

instead of:

  • <a class="btn btn-default border-0 mt-md-2 mt-0 " 
  •         href=
  •         "https://toyhou.se/WheatDew"
  •          rel="noopener noreferrer" target="_blank"
  •         style="color: white; background-color: #000000; width: 50px; position: absolute; bottom:0%; left:42.5%">
  •             <b<i class="fa-solid fa-check"></i>
  •          </a>

OMG TYSM!!! >*)>0<(*<