ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


I need to remove a few links


  • 2015-01-27 20:27:59

    I need to remove a few links

    Hello

    I would like to remove the links in the footer "about Atutor" and "the Official ATutor handbook"

    I found the Admin Language editor but that just seems to change the text not remove the link.

    For instance removing the text About ATutor in the About ATutor language item just replaces the footer link with the text [about atutor].

    I would also like to modify the help button in the top right corner so that it only shows either the atutor user help file, or a custom help content to students. But shows everything else to instructors and Admin.

    Is there a way to do these things

    Thank You in advance for your reply

    Jim Barnes

  • 2015-01-28 08:55:30

    Re: I need to remove a few links

    You would need to manually edit the files containing the code where this language is displayed.

    For the footer:
    include/html/copyright.inc.php

    For the Help link:
    themes/default/include/header.tmpl.php

    Depending on the theme, if it contains a header.tmpl.php file, then replace "default" with the theme directory name and midify the file in that directory instead.