C
|
cgphp 2/7/2012 |
$rs = CustomQuery("SELECT GroupID FROM project1_ugmembers WHERE username='".$_SESSION["UserID"]."'"); |
C
|
chanpeter88 author 2/9/2012 |
How can I add own custom user permission ? I want to add upload and download file permission. How can I do ? |
![]() |
Sergey Kornilov admin 2/9/2012 |
Probably the best approach is to create two custom views (with upload enabled and disabled) and restrict access to those views via User Group permissions. |