News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Permissions text missing - [Fixed in 3.2.10 !!!]

Started by dig814, 16.06.2014 03:22:53

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dig814

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]
  •  

Arno

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
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

dig814

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
  •  

dig814

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. :)
  •  

Arno

Hi,
thanks. Is fixed in 3.2.10.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •