jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: dig814 on 16.06.2014 03:22:53

Title: Permissions text missing - [Fixed in 3.2.10 !!!]
Post by: dig814 on 16.06.2014 03:22:53
I had success updateing from Joomla 1.5 to 3.3 with jdownloads. One issue I have is that on 1.83 of JD it has warning text about needing to login. I customized this.
On latest version of JD and Joomla 3.3, it shows no text. How can I get this back?

See attachment. Thanks

[gelöscht durch Administrator]
Title: Re: Permissions text missing
Post by: Arno on 16.06.2014 10:25:01
Hi,
it seems for me, that you have not the correct access permissions settings.
Please note, that the access permissions settings are now the same as in Joomla for categories or articles.
So you have different settings for the view and the download action.
Read the ACL notes in the documentation here:
http://www.jdownloads.net/documentations/item/jdownloads-acl-notes-2?category_id=32
Title: Re: Permissions text missing
Post by: dig814 on 16.06.2014 16:16:33
Hi Arno,
Thanks for the reply. I have settings all correct. Everything works well. When I am logged out, not download buttons appear and when I am logged in the buttons appear. What I am missing when I am logged out is the text that says
"You do not have permissions to download from this category. You must login."

Thanks
Dan
Title: Re: Permissions text missing
Post by: dig814 on 04.07.2014 19:29:58
Hi Arno,

I fixed this issue. I found an error in this file which caused my issue:
com_jdownloads/views/category/tmpl/default.php

I changed
if (isset($user_can_seen_download_url)){
to
if ($user_can_seen_download_url){

Thought I would let you know for next update. :)
Title: Re: Permissions text missing
Post by: Arno on 23.07.2014 12:42:29
Hi,
thanks. Is fixed in 3.2.10.