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.
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.
Hi,
I am newbie to mojoportal. What exactly the module in mojoportal refers to ? An example would be a great help. I am inteded to populate a list of , say employees , in a page and on click of name of the employee it will open up another area , located in the same page , with the details of that employee. Should I develop a different page or some in built feature is available to handle this scenario. Thanks in advance, Suvradeep
Hi Suvradeep, A module contains some developed artifacts (i.e. .dll , .aspx,.ascx,…) that realize some business activities (features) in mojoPortal. For example files included in mojoportal.features.* projects realize the most features in pojoPortal like the blog, forum. Hope helps, Asad
Hi Suvradeep,
You may also find it helpful to watch these training videos, I will be making more of them soon and covering additional topics.
Hope it helps,
Joe
@Asad : Thanks for the clarification.
@Joe: Posting more videos will be really helpful for us. The video 15 and 16 is actually demonstrates what I am planning to implement.
Once again, thanks guys.
Suvradeep