MojoPortal extension/feature

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/19/2008 7:54:59 AM
Gravatar
Total Posts 20
Que???

MojoPortal extension/feature

Hi guys,

I am/want to develop an extension for MojoPortal. I have already design the OO UML and ER schemans that I need to represent the bussiness model. I completely understand the interaction with the database layer and how to develop in the same way to make sure that the project follows the same facade pattern, but I have a number of questions:

Should I know about Codesmith? If I do could you let me what do I have to read.

How could I modify the registration process?

We want to ake an extension to manage students (I can give the details if you are interested) and we would like to have a registration process that directly adds the users to the a student role which would allow them to access their details etc...

 

Regards,

 

Mandel

8/19/2008 12:59:22 PM
Gravatar
Total Posts 18439

Re: MojoPortal extension/feature

Hi Mandel,

If you use Codesmith you can get a jump start on a lot of code using templates I have written. You create your tables in the db then run Codesmith templates against it. If you look in the CodesmithTemplates folder in the mojoportal source tree, you'll fnd a .zip for an older freeware version of Codesmith. Most of the scripts can work with that version, but if you have the budget I highly recommend the newer version. I have a training video link on this page where I talk some about using Codesmith.

http://www.mojoportal.com/developertrainingvideos.aspx

You can customize the user profile system and define arbitrary properties and you can specify that properties are required for registration.

http://www.mojoportal.com/userprofileconfiguration.aspx

You can write a custom handler for User Registered Event and put your custom logic there to add the user to a role or whatever you need to do.

http://www.mojoportal.com/user-registered-event-handlers.aspx

Hope it helps,

Joe

8/19/2008 1:22:39 PM
Gravatar
Total Posts 20
Que???

Re: MojoPortal extension/feature

Joe,

 

That was what I was looking for to get started. Cheers, I realy appreciate your quick reply,

 

Regards,

 

Mandel

You must sign in to post in the forums. This thread is closed to new posts.