ATutor

Learning Management Tools







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


Category Themes in 152 help needed


  • 2006-01-25 19:02:15

    Category Themes in 152 help needed

    Hello, I have enabled Theme Specific Categories but when I (as Admin) go to Courses and then Categories I se no options at all to decide a Theme for a specific category.

    Looking in the db AT_config, category_themes has the value 1 but I see no enable_category_themes like in the ATutor 1.5 db.

    Looking in the db AT_course_cats there is of course no values in the fields "theme" wich I think should be the dir_name of a specific theme.

    Thanks and regards
    Jens

    Things to describe:
    operating system - Red Hat AS 4
    version of ATutor - 1.5.2
    versions of php - 4.3.9
    version of mysq l - 4.1.12
    webserver & version - Apache 2.0.52
    changes to default settings - Theme Specific Categories (Enabled)
    web browser being used - FireFox and IE

  • 2006-01-26 06:33:40

    Forgot

    Forgot to tell that it is a fresh install.

    Any ideas on how to get the theme specific category working in 1.5.2?

    Thanks and regards
    Jens

  • 2006-01-26 10:13:08

    Re: Forgot

    edit ./include/vitals.inc.php
    line 722:
    define('AT_ENABLE_CATEGORY_THEMES', $_config['theme_categories']);

    Replace 'enable_category_themes' with 'theme_categories'.

    That should fix it.

  • 2006-01-26 17:24:06

    Thank you!

    It fixed it like you said :)

    Thanks a lot

    Jens