ATutor

Learning Management Tools







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


Course


  • 2010-08-30 05:44:33

    Course

    ATutor Version:
    2.0. Check Latest Version.
    PHP Version:
    5.3.0
    MySQL Version:
    5.1.36-community-log
    OS:
    Windows NT 6.0


    ---------------------
    JUST In "my start page", course title shown in wrong Unicode.
    What is the problem?

    I use UTF-8 Unicode and every thing is correct.
    T attach a screen shot.

  • 2010-08-30 09:00:17

    Re: Course

    Reported to the bug tracker, thanks.
    http://www.atutor.ca/atutor/mantis/view.php?id=4516

  • 2010-08-30 10:32:59

    Re: Course

    A quick fix below:
    Open
    themes/default/users/index/tmpl.php
    line 49:

    Change
    htmlentities($row['title'])

    to
    htmlentities_utf8($row['title'])

    This change will probably reflect in the next release of ATutor.

  • 2010-08-30 20:41:43

    Re: Course

    It worked. very thanks.