Page 1 of 1

Remove Tool Tip

Posted: Mon Nov 16, 2015 5:23 pm
by AndyE
Hi Guys,

Anybody know how to remove the tool tips from the answers? I dont want it to link to the glossary at all....

Thanks in advance,

Andy

Re: Remove Tool Tip

Posted: Mon Nov 16, 2015 8:36 pm
by Thorsten
Hi,

which version do you use?

bye
Thorsten

Re: Remove Tool Tip

Posted: Tue Nov 17, 2015 6:26 am
by AndyE
Hi,

Version 2.8.24

Thanks
Andy

Re: Remove Tool Tip

Posted: Thu Nov 19, 2015 8:23 pm
by Thorsten
Hi,

open assets/template/default/index.tpl and remove

Code: Select all

<script>
    $('.topten').tooltip();
    $('.latest-entries').tooltip();
    $('.sticky-faqs').tooltip();
</script>
at the end of the file.

bye
Thorsten

Re: Remove Tool Tip

Posted: Wed Nov 25, 2015 3:03 pm
by AndyE
I have checked that file and cant see that section of code in there anywhere?

Am I going mad?

Re: Remove Tool Tip

Posted: Wed Nov 25, 2015 10:43 pm
by Thorsten
Hi,

sorry, that was for version 2.9, for 2.8 it's in artikel.tpl. Please remove

Code: Select all

            <script>
                $(function(){
                    $('abbr[rel="tooltip"]').tooltip();
                });
            </script>
bye
Thorsten

Re: Remove Tool Tip

Posted: Sun Dec 09, 2018 9:20 pm
by swguy
In 2.9.11, it seems like you have to modify ./inc/PMF/Glossary.php and remove the for loop in insertItemsIntoContent(). Just removing the JS from the template didn't do it.