ATutor

Learning Management Tools







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


Announcement subscription module


  • 2011-09-26 13:30:04

    Announcement subscription module

    Hello,

    I'm trying to install the module "announcement subscription" but I can't.

    It says [AT_ERROR_ANOUNCEMENTSUB_INSTALL_UNWRITE]. I know I must set writeable the file editor/add_news.php but there isn't any folder "editor". The module announcements is in standard/announcements/

    Can I change the folder in the install file or it will crash?

    Thanks a lot.

    Csar.

  • 2011-09-27 04:21:04

    Re: Announcement subscription module

    Hello again,

    my version of ATutor is 2.0.2(r10589)

    In the manual it says the module "subscription to announcements" is already set, but I don't find it.

    I changed the code in the module_install.php as I said in previous post, but it doesn't find the file "add_news.php" and I write the correct URL.

    Sorry my english.

    Thanks a lot.

  • 2011-09-27 10:53:17

    Re: Announcement subscription module

    It runs !!!

    I changed these lines
    $filename=('../../editor/add_news.php');
    $file = fopen('$filename','w');

    for these ones
    $filename=('../../_standard/announcements/add_news.php');
    $file = fopen($filename,'w');

    Version of aTutor 2.0.2

    I hope the author of this module update it.

    Bye.

  • 2011-09-27 12:12:54

    Re: Announcement subscription module

    Well done!

    The author is not maintaining the module any more. I'll make the adjustment myself and repackage the module with your changes.

    thx