News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Recent posts

#71
General / Re: How to call a certain Temp...
Last post by msabbagh627 - 18.04.2024 18:33:48
Hi Colin,

Yes you got what I am looking for. But the Problem is that I want to show the summary layout of a file.
And as I looked into the plugin, it does not support the Summary Layouts for a file.
So what can I do?
IS there another way to do this?

#72
General / Re: How to call a certain Temp...
Last post by ColinM - 18.04.2024 17:57:48
Hi
I think you are using the Content plugin in an article or similar.  And you want to specify which layout is used.  Is that correct?

Suggest you read article Content plugin
At the bottom of the article it explains how to call a Download layout which is in the
form {jd_file onlinelayout==layout name}.  Also in section entitled Layout Selection.
Please note you cannot call the Summary layout directly but you can "shorten" the path.

But first please confirm that it is the content plugin you are using

ColinM
PS think the article could be improved so I will add to my list
#73
General / Re: How to call a certain Temp...
Last post by msabbagh627 - 18.04.2024 17:17:56
As a complete description of what I am into:

Lets say I want to call the default.php layout located in components/com_jdownloads/tmpl/summary directory.

How can we call it and how do we have to pass the parameter methods to call a download page? (for example: download_id==2, and catid==3)
#74
General / Re: How to call a certain Temp...
Last post by ColinM - 18.04.2024 17:16:47
Hi
I do not really understand your request!!! :(
There is only one Summary layout in jD.
Perhaps if you explain more I might understand better
ColinM
#75
General / How to call a certain Template...
Last post by msabbagh627 - 18.04.2024 02:34:09
Hi Team,

I am trying to develop a module which shows the Chosen Summary Layout for a certain file.
I am not so professional in PHP, But since I read some documents, I think we have to do it with the below code which JDownloads namespace provides:

DisplayController::getInstance('Site', $config)

But I don't get any results. maybe I am using wrong states.
Can anyone help me on this?
#76
Bugs! / Re: Problem nach Update auf 4....
Last post by ColinM - 17.04.2024 11:45:02
Hi
That is indeed strange as the only changes from 4.0.41 to 4.0.42 were corrections to allow 2 decimal places in conjunction with UserPoints - will look further
Colin
---------------------------------------
Hallo
Das ist in der Tat seltsam, da die einzigen Änderungen von 4.0.41 zu 4.0.42 Korrekturen waren, um 2 Dezimalstellen in Verbindung mit UserPoints zuzulassen – ich werde weiter suchen
Colin
#77
General / Re: User may see only his own ...
Last post by freeme - 16.04.2024 21:28:25
Thanks Colin, but it seems - that solution would require that every user needs to be configured (after doing some general configuration).

I am looking for a solution, where I let users of a specific user group (according to ACL) see and download their own documents only, but without having to configure each user individually.
#78
Bugs! / Problem nach Update auf 4.0.42
Last post by Albert - 16.04.2024 14:01:59
Hallo zusammen,
wir haben folgendes Problem nach dem Update von 4.0.41 auf 4.0.42 festgestellt:

in der Tabelle #_menu fehlen bzw. werden Einträge ID 600 bis 608 beim Update entfernt.

Wir haben das festgestellt, als einige Menüpunkte sowohl im Front- und Backend nach dem Update nicht mehr vorhanden waren.

Durch drüberinstallieren der im Menüpunk Fehlenden Erweiterungen hat unser System wieder soweit funktioniert.
#79
General / Re: User may see only his own ...
Last post by ColinM - 16.04.2024 12:41:53
Hi
What you need is the Private User facility
See Single user Access

Colin
#80
General / User may see only his own down...
Last post by freeme - 15.04.2024 21:51:59
Hi,
I have configured jDownloads so far that only a specific user group may access the component.
However - I still have the problem that every user of the same user group can see all uploaded files.

I want to restrict this user group in this way, that every user only sees his own files (except of the super user).

I didnt figure out, how to do this in ACL? Or somewhere else in settings?

Thanks for help.