So I have been trying to migrate to Joomla 3.0 and also use Jdownloads... spent hours trying to migrate and finally gave up.... deleted everything and started fresh.....
Now I have it working in Joomla 3.0 but the layouts do not appear like they did in my 1.9.1.6 version.
I am hoping someone can tell me how to configure so I can get 3.2.26 looking like my 1.9.1.6 layout.
Main points needing help on
- Display downloads in four column view having Icon,Filename, Date Created, Size, Number of Downloads, and Download Icon
- Correct setting so the user does not see the file summary which clicking on the file name or icon to download but rather the file just downloads
- How to remove the overview button
[gelöscht durch Administrator]
Hi
Will do the simplest one
QuoteCorrect setting so the user does not see the file summary which clicking on the file name or icon to download but rather the file just downloads
This is in Config - Downloads tab set the parameter 'Activate direct-downloading? ' to Yes, and in Config - Frontend tab set 'View Download detail page?' to No.
QuoteHow to remove the overview button
You need to find which Layouts you are using, that is which is the active one.
Note: always make a copy of a 'master' layout and activate the copy. Then if it goes wrong you have a fall back
The header is taken from the active Category Layout, in my case Standard Category Layout v2.5 (2)
In the Header section of the layout you will have
<table class="jd_top_navi" width="100%" style="border-bottom: 1px solid #cccccc;">
<tr valign="top" border="0px">
<td style="padding:5px;">{home_link}</td>
<td style="padding:5px;">{search_link}</td>
<td style="padding:5px;">{upload_link}</td>
<td style="padding:5px;">{upper_link}</td>
<td style="padding:5px;" align="right" valign="bottom">{category_listbox}</td>
</tr>
This shows like the first picture
You can remove the relevant <td line
I removed the first, forth and fifth lines starting with <td to get the second picture.
Also the Add button only appears if you have create or edit permissions for the user group.
Hi have run out of time will reply later on your other query
Colin
[gelöscht durch Administrator]