How to open mojoportal source code?

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.
12/11/2010 4:28:10 AM
Gravatar
Total Posts 26

How to open mojoportal source code?

Hai

                     I want to add a custom user control to a page. If  i open the wwwroot folder with visual studio 2010 , i cannot find the .ascx.cs file. I can only able to open the .ascx file of any usercontrol. can anyone tell the steps to open the wwwroot solution and how to add custom feature into it? I very urgent..........

 

                                   

 

12/11/2010 5:02:01 AM
Gravatar
Total Posts 108
Community Expert

Re: How to open mojoportal source code?

If you dont see the cs files maibe the problem is that you are working with the compiled version, and not with the full code. You can read this articule about getting the last source code http://www.mojoportal.com/getting-the-code-with-tortoisehg.aspx.

Read in the dev documentation about how to create your own user controls, please follow this link

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

12/11/2010 10:03:12 PM
Gravatar
Total Posts 111
Matt Millican InternetMill

Re: How to open mojoportal source code?

You have to open the solution or project files (.sln) to view the source code.  When the projects are built the code is compiled into DLLs in the bin folder so they will not be just in the wwwroot folder.  

It is not recommended to modify existing features, but you should first clone the feature and then make your changes to that.

I'd also recommend checking out Joe's developer training videos as they are very good resources to get you started.

Hope it helps.

Matt

10/13/2011 7:59:20 PM
Gravatar
Total Posts 7

Re: How to edit source code?

how to  change source code? I have  removed <h3><asp:Literal ID="litProductListHeading" runat="server" EnableViewState="false"></asp:Literal></h3>   from ProductList.aspx, but it is still show "product list"

i'm using "mojoportal-2-3-7-0-mssql-net40-deploymentfiles.zip. it that source code?

thanks

Dennis

 

 

 

 

 

10/14/2011 6:44:41 AM
Gravatar
Total Posts 18439

Re: How to open mojoportal source code?

Hi,

Here are some links to help you:

Hope that helps,

Joe

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