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.
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.
legendary as always joe! thanks!
fyi, I've just committed changes to the source code repository to better support nesting of pages. If you get the latest code, you no longer need to specify pageGuid nor parentGuid. You just need to nest the child pages within a <childPages> element inside the <page> element in the configuration file(s).
I've updated the documentation with an example showing the nesting of pages.
http://www.mojoportal.com/configuring-initial-content.aspx
Best,
Joe
brillant joe, makes life much easier not having to change id's!
regarding checking out from svn is 2.3.6.2 the lastest version i need?
bump. the documentation says mojoPortal 2.3.6.3 or later but i can only see 2.3.6.2 in the update?
It is not yet released. The only way to get this functionality today is to get the code from the repository
http://www.mojoportal.com/getting-the-code-with-tortoisehg.aspx
hi joe, thats what i mean, which version do i get? the default? version? im choose upgrade on my existing svn source.
Yes, get the Default branch.
thanks :)
default branch is the default branch which means you will not get a different branch unless you explicitly update to a different branch using TortoiseHG > Update
So you don't have to do anything special to get the default branch.
Hope it helps,
brillant, got it all sorted now, upgraded and the inital site content is working perfectly.
one more note, is it possible to set wether a module is included in the menu in the inital site content system?
and one last one is it possible to set edit permissions on modules?
bump