creating unique users folders when adding users.

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.
11/22/2010 4:12:16 AM
Gravatar
Total Posts 50

creating unique users folders when adding users.

Hi,

i need to be able to automatically create a  folder for each user (folder name will be the UserID) every time a user is added. this is for permission based FTP  upload to that folder.

Im guessing the best way to do this is to add extra code to the user creation process with your permission.

can anyone direct me to the file that handles the user creation ? i looked at ManageUsers.aspx but could find the call.

 

Thanks

Buzi

11/22/2010 4:19:18 AM
Gravatar
Total Posts 50

Re: creating unique users folders when adding users.

Actually i just might have found an answer to this question in this thread:

http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=9&thread=1688&postid=6975 

unless there are improvements since ?

 

11/22/2010 4:21:08 AM
Gravatar
Total Posts 550

Re: creating unique users folders when adding users.

Hi Buzi,

See User Registered Event Handlers.

Hope Helps

Asad

 

11/23/2010 4:01:28 AM
Gravatar
Total Posts 50

Re: creating unique users folders when adding users.

Hi Asad, yes, this actually helps.

i have a question about building the DLL's:

i don't have much experience with this and im trying to figure it out, i tried building the DLL on my local PC using Visual Studio 2010. but i was getting error messages about not being able to find the Namespaces (like Mojoportal.business, Ilog etc), so i thought the logical thing to do is copy the Mojoportal Directory structure to my local PC, place the Class library in one of the folders and build the whole structure as a website.

is this the right approach ? if so, where should i place the class to be built ?

or is there a more simple way of achieving this ?

hope i made myself clear

buzi

11/23/2010 4:45:48 AM
Gravatar
Total Posts 550

Re: creating unique users folders when adding users.

Do you get latest version of source code from repository?

 

11/23/2010 4:51:59 AM
Gravatar
Total Posts 50

Re: creating unique users folders when adding users.

Do you mean for the Mojoportal ? i installed it using my hosting's control panel.

the version is 2.3.5.4 MSSQL

11/23/2010 5:35:51 AM
Gravatar
Total Posts 550

Re: creating unique users folders when adding users.

For development your custom logic you have to get the latest version of code to your local machine. To do this see Getting the Code with TortoiseHG .

Hope Helps

Asad

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