Closed (fixed)
Project:
Advanced User
Version:
4.7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
8 Jun 2006 at 18:50 UTC
Updated:
20 Jun 2006 at 14:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
Mojah commentedThe msa module was developed for a client and now has limited functionality. As soon as I figure out how to update it, it will be submitted.
It creates and an application status message by using predefined/admin configured messages that are displayed in a msa block. As the user completes various parts of the application the admin update the application status (phases 1-8) and the module displays a different message as well as sends out notification of the the update. Each phase asks the user to complete a particular task. The module also does a count on how many required profile fields are left empty, ordered by category.
Comment #2
t4him commentedmsa module? Where can it be found? I searched in the CVS-Repo. Do you have an updated version?
Comment #3
Mojah commentedHiya,
I have not submitted the module yet because it has some functionality that requires the tagnode module. It does work quite well though. There is a hook that creates an ajax form field which appears in the user registration form (if tagnode exists) that allows the registrant to select a term and the list below is populated (ajax) with sub-terms of that term. We had the module developed for a client who has accepts registrations via their site for University programs.
When the user logs in the account edit page will display the 2 select fields with university and related programs. All of these functions do not work unless the associated modules are also enabled. Please refer to the zip file attached. I do apologise for not being able to update this module for now or offer better documentation, but will do so in the near future. Feel free to experiment though! You will have to create categories and link them using tagnode. The module only looks for the categories University and Program. Program will have to be a tagee of Univeristy. You can hack the module to change this or feel free to edit it and make it into something more useful.
One Love
Comment #4
Mojah commentedHere's a version of the msa module with the unecessary code commented out. This one will work without tagnode module. I will submit the module in a few days. You may want to edit the msa.mysql query that creates the table fields called university and program and remove them.