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.
Hi,
We are using mojoPortal to develop a web portal. Beyond the CMS features, we have custom pages.
In our custom pages we will have a usercontrol(ascx) that will allow upload files just like mojoportal shared files feature do.
We are using the same tables that shared files use, but because we don't have the shared files feature in our pages we don't have module id.
Our question is, it's possible to give permissions/roles by file in the upload process, so they can be showed by the default search engine?
Or how can we do to workaround the missing module id
thanks in advance
my advice is don't piggyback your functionality on tables used in other features. Either use the feature as intended or implement your own tables for custom features.
Best,
Joe