View Single Post
  #5  
Old 10th January 2009, 19:49
Tony's Avatar
Tony Tony is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 182
Default
Quote:
Originally Posted by hack346 View Post
just try this:

find this line:

Code:
if ($CURUSER["uploadpos"] == 'no')
& replace with this:

Code:
if (get_user_class() <> UC_UPLOADER)
Attention...after this modification just Uploaders can make upload
now you have totally removed the point of having the permissions mod installed .

so now the upload permission in the userdetails page is useless
Reply With Quote