Custom features

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/18/2012 2:07:45 AM
Gravatar
Total Posts 26

Custom features

Hi I have a site using version 2.3.3.0 and a page on it using 4 custom features - I need to ensure that feature 1 is processed before any other, I thought process order was based on position in the panel, but this doesn't happen on this page. Does anyone know the process order, or if there's a way to enforce a custom feature to always process fully before any other.

 

Thanks

2/18/2012 4:53:01 PM
Gravatar
Total Posts 2239

Re: Custom features

Hi,

I don't believe there is a way to force one feature to finish before another. By design, mojoPortal features do not usually know anything about other features on the page. If you want a particular custom feature to do something after another customer feature loads completely, you might be able to set some sort of variable that the dependent feature can call. 

The best method to do this would probably be to build a feature that uses controls/logic from your other features so that you can then enforce any kind of loading pattern that you need.

HTH,
Joe D. 

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