Search files in custom pages

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.
3/30/2011 6:05:38 AM
Gravatar
Total Posts 17

Search files in custom pages

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

 

 

3/30/2011 9:17:52 AM
Gravatar
Total Posts 18439

Re: Search files in custom pages

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

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