Installing a new feature not visible in the molule list

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.
5/17/2011 2:03:51 PM
Gravatar
Total Posts 2

Installing a new feature not visible in the molule list

Hi everyone,

I have developed a new feature, and installed it into my mojo portal. The update process ran smoothly, however the new feature did not show up in the list of available modules when editing a page.

I reviewed the ../setup/default.aspx and found that SiteId being passed to the mp_ModuleDefinitions_Insert stored proc is -1, which prevents it from being added to the mp_SiteModuleDefinitions table.

I am running a multi site setup and am not able to see this module in the 'master' website, but if I select a child site, I can add the feature to the child site. 

How do I make the new feature visible in the master site without "Forking" up the code?

Any feedback on this issue would be appreciated.

 

Thanks in advance.

5/17/2011 2:45:01 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Installing a new feature not visible in the molule list

You can either manually install the feature (Administration, Advanced Tools, Feature Installation & Configuration), or create a config file that will automatically install your feature when you run Setup. See the Installation System documentation for complete details.

Jamie

5/17/2011 2:54:56 PM
Gravatar
Total Posts 2

Re: Installing a new feature not visible in the molule list

Thanks Jamie... will check out both solutions

 

Yuri

5/17/2011 3:02:51 PM
Gravatar
Total Posts 18439

Re: Installing a new feature not visible in the molule list

Note that when you install a new feature using either the manual or config file approach it only installs it in the root master site, ie the first site. To install it in child sites you must go to Administration > Site List (in the root site), choose the child site then you will see a tab for installing available features in the child site.

Hope that helps,

Joe

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