SMFHacks.com

Downloads System Pro => Support => Topic started by: gevv on September 27, 2011, 04:05:23 pm

Title: guests how to block download category and download list ?
Post by: gevv on September 27, 2011, 04:05:23 pm
Hello,

guests want to hide  block download category and download list

sample;

download category list / guest;   block,  are not allowed
download category / download file list / guest;   block,  are not allowed

download page / guest allowed


(https://www.smfhacks.com/proxy.php?request=http%3A%2F%2Fs1.postimage.org%2Fr92odbgdm%2FUntitled_4.png&hash=cfeaa4581f3a8e8a6872f554f7087cfe777a4e00) (http://www.postimage.org/)


thanks

Title: Re: guests how to block download category and download list ?
Post by: SMFHacks on September 27, 2011, 09:03:22 pm
Not currently possible.
You can do #1, #2 with category level permissions
But once you deny permissions you can't see the download page.
Title: Re: guests how to block download category and download list ?
Post by: gevv on September 28, 2011, 03:09:36 am
hello,

I hope I understand this feature is added to the



now might be a solution ?  edit download template

add

Code: [Select]
if ($context['user']['is_logged'])

code ?

thanks
Title: Re: guests how to block download category and download list ?
Post by: SMFHacks on September 29, 2011, 04:46:42 pm
No you would have to take away the category level permission check on the view download page.