Question

how would it be possible to create on every registration in Joomla a customized folder for every user in the images-folder? The userid should be the foldername...(images/USERID)

Where could I change the code and what should I insert?

Thanks a lot

Was it helpful?

Solution

You have to create a Profile Plugin for this task,

and use the onUserAfterSave for the folder creation section. the basic profile plugin documentation can be found here.

Another option is just edit the core file, but its not recommended bcoz due to Joomla update it may lost.

If you plan to edit core file just check your model file inside components/com_users/models/registration.php and task register() in this function a send mail code is there just add your custom codes before that.

Hope its helps..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top