How to add custom module in mojoportal

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.
2/13/2012 1:21:15 PM
023
Gravatar
Total Posts 4

How to add custom module in mojoportal

 I am creating a module , I followed your documentation, But little bit confuse like in my user control have script which i want to add in any page. For doing that I create user control which inherited from site module. After post build I am not getting what the next step,

like how can I add this module in mojoportal page. After post build I followed Admin panel> Advance Tool > But after done all, nothing showing in my page. Thinking that I am missing one step. So plz let me aware about this and explain in detail that how to show my custom module in setup, Because mycustom module not showing in  setup/default.aspx page.

 

Thanks

2/15/2012 1:06:43 PM
Gravatar
Total Posts 81
Website Hobbyist and Software Engineer
Proud member of the mojoPortal team
www.doan.me

Re: How to add custom module in mojoportal

The simple answer would be that you add your module to a mojoPortal page just like you do any other module/feature. You would edit a page and select your module from the list of available features. I assume your issue is bigger than administration of the pages though.

Know that you are starting out with module development, and with the details that you have provided, the issue could be any number of places. If we narrow it done we might be able to help. Couple of things to check...

  1. In the root of mojoPortal does the directory containing your module's files exist?
  2. When you go to Admin > Advanced Tools > Feature Installation and Configuration does your module exist in the list?

If the answer to step 2 is yes, then you should be able to add it to mojoPortal pages.

Let's start with these questions and then we will try to narrow the issue down.

 

2/20/2012 11:37:58 PM
Gravatar
Total Posts 9

Re: How to add custom module in mojoportal

 Thanks for your reply, But I think i am not able to install my custom module into mojoportal that's why  its not showing in setting page.

So please Help that how to install my custom module. What I have to check and add so that  my module would be add in local mojoportal.

2/21/2012 3:52:52 AM
Gravatar
Total Posts 81
Website Hobbyist and Software Engineer
Proud member of the mojoPortal team
www.doan.me

Re: How to add custom module in mojoportal

When you say:

I followed your documentation

Which specific documentation are you referring to?

As I mentioned in my last post the problem could be a number of things, but without going through a whole bunch of back and forth of questions and answers and potential of trial and error there is no easy way to pin point it. I am going to post a few links that really helped me when I was starting out. Even if you have done some of these before, I suggest just starting a new custom module. By doing that you may quickly figure out what you are missing.

I would recommend reviewing the Hello World walk through.

Also, if you have not yet watched the Video Tutorial series, that is highly recommended and would probably answer a lot of your questions.

I also found this tutorial very helpful when I was starting out.

Good luck and hope this is helpful.

Kerry

4/21/2012 3:40:05 AM
Gravatar
Total Posts 9

Re: How to add custom module in mojoportal

Thanks, Now I want to know more about your login process(Form authentication). Because I am trying to  add separate login system in which If user is new than save user data, otherwise authenticate user redirect to the user page. But in my case I am using social logins

I found out your secure login source code, and try to getting your login process but still not getting proper, so plz guide me more about your login process, like How to save data, and after authentication page redirect etc. plz suggest step by step which method will be call first

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