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]
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
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
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. :)
Hi,
thanks. Is fixed in 3.2.10.