Registration-Upload-Download

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.
8/25/2009 4:03:29 AM
Gravatar
Total Posts 9

Registration-Upload-Download

Hi, Im still new to mojoportal and still tracing things on how it works here in MP. Im working in a website for a "Learning Center" or school. I wanted to know if this features are possible to MojoPortal.

Registration: I know this feature is available, however, is it posible to add some extra text fields, for e.g Address, Mobile/Landline Number, Country, Gender, Birthday Etch.

User Upload & Download: is it possible that registered users can download & upload  files e.g. MS Word, MS Powerpoint, MS Excel?

 

Thanks in Advance,

Inyi Yruma

8/25/2009 6:51:43 AM
Gravatar
Total Posts 18439

Re: Registration-Upload-Download

Hi Inyi,

You can customize the user profile and add fields that are required to the registration form by using a custom profile config file.

http://www.mojoportal.com/userprofileconfiguration.aspx

We don't really yet have a per user personal file manager (at some point we will), but we do have a Shared Files feature that you can put on a page. Users in roles with edit permissions on the page can upload and users in roles only allowed to view the page can only download.

Hope it helps,

Joe

8/25/2009 8:11:44 PM
Gravatar
Total Posts 9

Re: Registration-Upload-Download

Hi,

 

Thanks for the reply, i will look at it now and study :p

btw, is .asp and .aspx extension were the same? i just noticed this a while ago Sealed

Thanks,

Inyi Yruma

8/26/2009 5:06:34 AM
Gravatar
Total Posts 18439

Re: Registration-Upload-Download

.asp extension is for what is now known as Classic ASP, it was web technology used since the mid 90s to develop web sites, it was just known as ASP at the time. There are still many sites on the net running Classic ASP, but it was replaced with ASP.NET back around 2001. ASP was an interpreted VB script technology as compared to the compiled strongly typed .NET languages today. I don't know anyone who uses Classic ASP for new sites anymore.

.aspx extension is for ASP.NET though its also possible to use extensionless urls for ASP.NET in IIS 7.

Hope it helps,

Joe

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