Module Settings not showing in module

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.
9/3/2010 11:03:16 PM
Gravatar
Total Posts 111
Matt Millican InternetMill

Module Settings not showing in module

So this is the first time this has happened to me.  I added another setting to a custom module (I have 5 other settings in there already) and after I add it to the installation, it won't show in the settings for the module.  I've tried adding it both manually through the UI in administration, and through the setup system.  The new module shows up in the module configuration, but not in actual module settings.

Has anyone else seen this problem?

Thanks,

Matt
 

9/4/2010 6:57:34 AM
Gravatar
Total Posts 18439

Re: Module Settings not showing in module

Hi Matt,

It is very important that the featureGuid remain the same. If you do a manual install it is generated for you, but if you then change to use a featureDefinition file it is up to you to make sure the generated guid is the one you add to the feature definition. If it is a different guid then it will not affect the instance that was added previously from a manual install. Also if you accidentally re-use a guid from another feature by copying an existing featureDefinition, then settings you add will go the feature that matches the guid.

For this reason, it is important when making features that you plan to package to always use a feature definition file from the beginning and generate a new featureGuid to go in your featureDefinition. Then it will always have the same featureGuid in every installation whereas manually installed features will have a random guid.

Hope it helps,

Joe

9/4/2010 10:56:56 AM
Gravatar
Total Posts 111
Matt Millican InternetMill

Re: Module Settings not showing in module

Ahh, interesting.  When I went to look at that, there were actually 2 separate modules installed, so that's probably what it was.

Thanks Joe!

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