ATutor

Learning Management Tools







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


Getting rid of the pencils logo


  • 2008-10-02 20:15:20

    Getting rid of the pencils logo

    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 - 1.6 stable
    Patch #s applied -
    ATutor theme name -default_classic
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

    Is it legal to remove the pencil logo and put my institution's logo. How can I achieve this in order not to infringe the rights of the original designers


    How can I remove the pencils they dont reflect the objectives of my organization

  • 2008-10-03 02:52:19

    Re: Getting rid of the pencils logo

    you'll find it in themes/default/include/header.inc.php if I'm not woring. if not it's specified somewhere in the styles.css file in the theme directory

  • 2008-10-03 05:45:52

    Re: Getting rid of the pencils logo

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

    Things to describe:
    Operating system ATutor is installed on -Linux
    ATutor version -1.6 stable
    Patch #s applied - All patches
    ATutor theme name -
    PHP version -5.2.6
    MySQL version -5.0.45-community-log
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -Internet explorer (vista)
    ...and anything else relevant

    Thanks for the quick response, it came quicker than I ever expected.
    Sorry about the lack of adequate information. I am not very technical, I am trying to find my way through.

    I unzipped almost all the themes including redux and then it appeared in among the default themes. When I try preview or set as default, I dont get images. I only get links listed like the ones below

    -Content ALT+c Go to Menu ALT+m
    Adesua | Search | Log-out
    Administration
    Home
    Modules
    Enrollment
    Users
    Courses
    Patcher
    System Preferences
    Home
    My Account
    Change Password
    Home

  • 2008-10-04 10:43:06

    Re: Getting rid of the pencils logo

    you find it as a background picture in themes/default/styles.css, here's the relevant CSS:


    #header{
    background-color: #1D2326;
    background-image: url(images/pencil_top.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    height : 6.85em;
    }

    change the background-image URL to the picture you would like the use and you should be good to go.

    alternatively, rename the picture you want to pencil_top.gif and replace the one that's allready there.