ATutor

Learning Management Tools







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


Editing the title of a module


  • 2009-06-21 17:07:49

    Editing the title of a module

    Hello. I have 1.6.2 installed and I've installed the Elluminate module and I'd like to change the name on the main navigation tab, breadcrumb, etc. The code that generates this seems to be in the module.php file at:

    $this->_pages['mods/elluminate/index.php']['title_var'] = 'elluminate';

    However, when I changed it to:

    $this->_pages['mods/elluminate/index.php']['title_var'] = 'Virtual Classroom';

    the text "Virtual Classroom" is always in brackets like:

    [Virtual Classroom]


    How can I get rid of those brackets?

    Thanks.

  • 2009-06-22 04:09:08

    Re: Editing the

    you're doing it wrong :)

    change the term back in module.php, then log in as admin -> system prefs -> languages -> editor. find the term there, and then change it.

  • 2009-06-23 10:58:06

    Re: Editing the

    Vegard,

    Didn't I already edit the term to "Virtual Classroom"?

    Also, I tried searching for "Elluminate" in the languages editor already and it only returned two results which were both statements in admin.

    Thoughts?

    Thanks.

  • 2009-06-23 15:20:35

    Re: Editing the

    well, technically you removed a reference to the language term identified with "elluminate" and added a reference to a new term that doesn't exist in the database.

    you can keep the new term too, but then you will have to go in translation mode, open the translate interface and search for the new term, then set it to mean something.

    you should be able to find it with the translate -> editor, but you might have to change the name back first.

  • 2009-06-23 16:17:50

    Re: Editing the

    Vegard,

    Hmm...... When I change it back to "elluminate" I still only get the two statements in the language editor. Neither of which refer to what I want to change.

    I've looked everywhere for the place to manually change it and I just can't find it. I would think it would be in the MySQL database "AT_language_text". I see the various entries there, but for "text" it just says "[BLOB - 10 B]" just like all of the other ones. I have no idea what "[BLOB - 10 B]" means or where I can go to change it.

    Any other thoughts?

    Thanks.