ATutor

Learning Management Tools







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


Editing Registration


  • 2007-01-23 00:44:02

    Editing Registration

    I need to add and remove fields in the registration page.
    I know there's registration.php and registration.tmpl.php involved which I need to edit.

    When I do remove those fields from both pages,
    and edit my db, it doesn't work at all. Some error about login.php and header.

    I need to know the list of files I need to edit in order
    to make it work. Thanks

  • 2007-01-23 08:31:42

    Re: Editing Registration

    You've got the right files, and it should work.


    Can you give us any more detail about what you are trying to do.

  • 2007-01-24 03:42:41

    Re: Editing Registration

    Dear Greg,

    Please read the attached file which has my problem and the files that I have attempted to edit. Maybe you will understand what I mean.

    Thank you very much.
    And I hope you can help me out. =)
    I don't have much time.:(

  • 2007-01-24 03:57:43

    Re: Editing Registration

    Another lot of errors I got when I signed in as a default instructor.

    [b]
    Warning: vsprintf(): Too few arguments in /home/mp30/public_html/ATutor/include/lib/output.inc.php on line 305

    Warning: Cannot modify header information - headers already sent by (output started at /home/mp30/public_html/ATutor/include/lib/output.inc.php:305) in /home/mp30/public_html/ATutor/include/header.inc.php on line 17

    Warning: vsprintf(): Too few arguments in /home/mp30/public_html/ATutor/include/lib/output.inc.php on line 283

    Warning: Cannot modify header information - headers already sent by (output started at /home/mp30/public_html/ATutor/include/lib/output.inc.php:305) in /home/mp30/public_html/ATutor/include/classes/Language/Language.class.php on line 123

    Warning: vsprintf(): Too few arguments in /home/mp30/public_html/ATutor/include/lib/output.inc.php on line 283
    [/b]

  • 2007-01-24 08:44:01

    Re: Editing Registration

    We don't really have the manpower at the moment to investigate this fully. The error message, and the associated lines in output.inc.php, suggest the the language rendering function is being used incorrectly. (i.e. _AT() ).

    See the section in the developer documentation that describes this function, and the section on localization.

    http://www.atutor.ca/development/documentation/guidelines.html#localisation
    http://www.atutor.ca/development/documentation/guidelines.html#fn-at

  • 2007-01-24 10:10:20

    Re: Editing Registration

    Well, I hope you can help me figure out. Meanwhile, I shall read and attempt on my own. Thanks.

  • 2007-01-24 18:37:48

    Re: Editing Registration

    Unfortunately we do have to look after the paying clients first. When time permits we do the free stuff.

    We can be hired if you can't figure it out. Be aware though that customizations of this sort can break the ability to upgrade, particularly if the database changes. Theme customizations aren't so critical, since you can backup those up and restore them into an upgraded system. When we take on work such as this, we generally work it into something that is adaptable to everyone. In your case it might be creating a general registration configuration tool that allows an admin to define the which registration fields to use. So, it would be more than just a simple hack of the registration page.