www.jdownloads.com

0 Members and 1 Guest are viewing this topic.

Simple Files List with Checkboxes
« on: 22.02.2014 08:39:23 »
Hi,
Recently I modified the default File Layout: Simple Files List and added checkboxes functions
So I just want to share if anyone else would like to use it =)

Note: I changed the percentage of width to best suit my site so feel free to change it to your liking

- - - - - - - - - -

Does the layout use CHECK boxes? YES
Insert mini-symbol? NO

Code: [Select]
{files_title_begin}
<div style="background-color:#EFEFEF; border:1px solid #BFBFBF; padding:6px;">{files_title_text}</div>
<table width="100%" border="0" cellpadding="6" cellspacing="0" style="background:#EBEBEB;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc"">
  <tr>
  <td width="10%"></td>
  <td style="font-weight: bold; border-left:1px solid #cccccc;" width="35%">Name</td>
  <td style="font-weight: bold;border-left:1px solid #BFBFBF;" align="center" width="15%">{created_date_title}</td>
  <td style="font-weight: bold;border-left:1px solid #BFBFBF;" align="center" width="15%">{filesize_title}</td>
  <td style="font-weight: bold;border-left:1px solid #BFBFBF;" align="center" width="15%">{hits_title}</td>
  <td style="border-left:1px solid #BFBFBF;" align="center" width="10%"></td>
  </tr>
</table>
{files_title_end}

<table width="100%" border="0" cellpadding="6" cellspacing="0" style="background:#F8F8F8;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc">
   <tr>
   <td style="border-left:1px solid #cccccc;vertical-align:middle;" width="10%">{file_pic}</td>
   <td style="border-left:1px solid #cccccc;" width="35%">{file_title}</br><em>{release}</em></td>
   <td style="border-left:1px solid #cccccc;" align="center" width="15%"><small> {created_date_value}</small></td>
   <td style="border-left:1px solid #cccccc;" align="center" width="15%"><small>{filesize_value}</small></td>
   <td style="border-left:1px solid #cccccc;" align="center" width="15%"><small>{hits_value}</small></td>
   <td style="border-left:1px solid #cccccc;" align="center" width="10%"><small>{checkbox_list}</small></td>
</tr>
</table>

[gelöscht durch Administrator]
« Last Edit: 22.02.2014 08:40:25 by hafizadam »
*
Re: Simple Files List with Checkboxes
« Reply #1 on: 28.02.2014 11:05:33 »
Hi,
good idea, many thanks that you share it with us.   8)
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
Re: Simple Files List with Checkboxes
« Reply #2 on: 28.08.2014 11:35:12 »
I would try it. Thanks!