ATutor

Learning Management Tools







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


ATutor Social gadgets


  • 2012-03-15 08:09:35

    ATutor Social gadgets

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

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version - 2.0.3
    Patch #s applied -
    ATutor theme name - default
    PHP version - 5.2.17
    MySQL version - 5.0.91
    Webserver & version - Apache
    Web browser being used - Firefox
    Is it possible to disable to find new gadgets in ATutor Social. Actually, some of them do have content that should be rather considered as "adults only" so they are not appropriate for the school environment.
    Please advise,

    Thanks

    vedran

  • 2012-03-15 08:24:01

    Re: ATutor Social, gadgets

    You would need to comment out the associated code for the find gadgets button.

    mods/_standard/social/applications.php

  • 2012-04-16 08:15:18

    Re: ATutor Social, gadgets

    Similarly, we've been using atutor for quite some time now but one of the things we are bugged with is the fact that we cannot 'reroute' the "find gadgets" to our own ad hoc gadgets instead of linking us to the atutor gadgets. Where do we go to do that in the
    mods/_standard/social/applications.php
    or any other file as it applicably seems.

    We'll so appreciate that.

  • 2012-04-16 13:23:40

    Re: ATutor Social, gadgets

    To re-route the "find gadgets" button, modify script:

    themes/default/social/applications.tmpl.php

    Line 29,

    <button type="button" onclick="ATutor.poptastic('http://atutor.ca/get_gadgets.php')" class="button" /><?php echo _AT('find_gadgets'); ?></button>

    The click on the button currently pops up the page of http://atutor.ca/get_gadgets.php, you wanna direct to your own page.

    You also like to sync up the same template in other themes to make sure the same action is performed across all themes. I can see other 2 themes are having their own applications.tmpl.php:

    themes/mobile/social/applications.tmpl.php
    themes/simplified-desktop/social/applications.tmpl.php