How to add custom feature to feature list of specific site

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/5/2009 8:04:12 AM
Gravatar
Total Posts 31
There are 10 kinds of people in the world, those who know binary, and those who don't

How to add custom feature to feature list of specific site

I have multiple sites in my installation and wish to reuse the same feature ("module"), e.g. my user control, for multiple sites.
(Sometimes it's called module, sometimes feature, sometimes content, a bit confusing, right...)Smile

However, I seem to have forgotten how to access the function to add a custom feature to a specific site.

How to do this?

12/6/2009 8:24:04 AM
Gravatar
Total Posts 18439

Re: How to add custom feature to feature list of specific site

Go to site settings in the root site, choose the child site from the dropdown and you will see a tab for feature installation.

Hope it helps,

Joe

6/28/2010 10:04:47 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: How to add custom feature to feature list of specific site

Hi Joe, have you considered extending the setup system to allow directly installing features into child sites? Maybe the FeatureDefinitions config files could have an entry like "sites=2,5,8". Site 1 would of course be assumed as well. This would be handy for me--many of the features I'm working on are intended for our child sites.

Thanks,

Jamie

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