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.
I am creating my pages through a code. I am facing a problem with caching. The menu is cached and Its hard to see the dynamically added pages. I have seen a post before mentioning that I have to delete a file in Data/Sites/SiteNumber/systemfiles, but unfortunately I cannot find this file. I am running the code through the visual studio. Please advise.
if you look at the code for PageSettings.aspx.cs you would see what we do after a page is created or deleted or view permissions are changed:
CacheHelper.ResetSiteMapCache();
oh thanks a lot for your non-stop support.
Best.