Page 2 of 2

Edit file on frontend

Posted: 25 Nov 2014, 13:58
by SimoVava
Hy,
I have 2 questions::
- is it possible to enable the user to set the right "registered" in the front end module?
- is it possible to enable the user to set "display inaccessible file" in the front end module and don't load automaticaly preview file in the directory?

I use Joomla 3

thanks

Re: Edit file on frontend

Posted: 28 Nov 2014, 02:42
by Jan
Hi,
1) in frontend, users cannot set their rights (in fact, if they could do it, then it does not make any sense to use ACL) Or, do you mean, that if image will be uploaded it will be set as "registered"? In such case, this needs to be customized in the code, to add rights for registered into controller or model of user upload (see similar posts in this forum, there should be some guides for this customization :idea: )

2) the same like by 1) this needs to be customized in the code :idea:

Jan