one custom feature on multiple sites

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/6/2011 4:07:44 AM
Gravatar
Total Posts 133
J

one custom feature on multiple sites

Looking at my next project whcih is to move 3 existing sites over to mojo with a reskin. The heart of all 3 sites is an identically structured database of services - services for mental health to be exact. The differentiator between the sites is locality. Some of the services are exclusive to each site but many are identical - it depends on the service funding which geographical area the service is available in.

It would be great for the client if I could engineer it so the only had a single data entry job. I was thinking this would be possible if I used a flag for each of the 3 areas and then in the save routine of the custom feature save 1,2 or 3 records depending on the flags set in the editor and inserting moduleid's depending on the flags

e.g

display on site 1 -mid = xxxxxxxxxxxxxxxxxxxxxxxx

display on site 2 mid = yyyyyyyyyyyyyyyyyyyyyyyyy

display on site 3 mid = xxxxxxxxxxxxxxxxxxxxxxxxx

Anyone have any tips or experience of using one custom feature on separate sites (same mojo installation)? If I can get a single data entry point for all the sites they will be pleased!

Cheers

John

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