ATutor

Learning Management Tools







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


Print page


  • 2007-04-12 12:27:49

    Print page

    Hello,

    Greetings from Luxembourg (Europe).

    I'm looking for a solution to print out pages on ATtutor. For example on the end of each page of the Content and or on all pages. Is there a solution? I didn't find anything in the manual.

    Thanks in advance for your precious help.

    P.S.: I'm not a programmer

    Webwizard

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system - Windows XP home
    version of ATutor - 1.5.3.3 pl1
    versions of php -
    version of mysq l -
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used - IE7
    and anything else relevant -

  • 2007-04-19 08:42:09

    Re: Print page

    I don't understand.

    What do you mean "on the end of each page and or on all pages"

  • 2007-04-19 10:02:54

    Re: Print page

    you can print pages by CTRL + P (using the browsers print functionalty). atutor uses a print CSS to format the page.

    in theory I guess you could add something like

    <a href="#" onclick="document.print()">

    print [ot print icon]

    </a>

    in your theme files, say /atutor/themes/default/include/footer.tmpl.php, which would give you a javascript link to do CTRL + P for you on the bottom of every page.

    bear in mind that this is not a super accessible solution, neither does it work if you have several languages installed, but it can be worked on ..