ATutor

Learning Management Tools







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


Apostrophe in course title


  • 2004-07-14 18:22:57

    Apostrophe in course title

    We have version1.4 installed (French environment)

    (http://www.geraldpaquin.com/ATutor)

    When I specify the following course title in course property:

    DST801 Introduction l'univers technologique

    the system gives me:

    DST801 Introduction l'/univers technologique

    on the welcome page (notice slash after apostrophe).
    Any suggestions? Thanks!

    Eric

    P.S: Any way to search the forums?

  • 2004-07-14 18:46:40

    Apostrophy bug in 1.4

    The apostrophy problem in course titles, and elsewhere, should have been fixed in 1.4.1. Upgrade to fix the problem.

    There's no way to search the forums yet. Add it to the Feature Requests forum so it gets in the new features cue.

  • 2005-02-21 00:57:53

    apostrophe in emailer

    Hi Greg

    I'm running 1.4.2 and still get the apostrophe in messages sent from the course emailer.

    Is there a quick fix I can implement for this

    thanks
    larry

  • 2005-02-21 06:48:12

    Re: Apostrophe in emailer

    Hi Larry,

    In the file tools/course_email.php replace lines 68 and 69 with the following code:

    $mail->Subject = stripslashes($_POST['subject']);
    $mail->Body = stripslashes($_POST['body']);


    this should get rid of the extra slashes.

    Shozub

  • 2005-02-21 10:00:57

    eMailer fix

    Thanks Shozub

    Just made the change. I'll have an instructor test it out today.

    larry

  • 2005-02-21 13:58:07

    eMailer fix

    Did the trick

    Thanks again

    larry