jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: solargordon on 16.03.2017 23:45:49

Title: 4 column fields layout
Post by: solargordon on 16.03.2017 23:45:49
I know this has been asked before but I've never seen a solution. I checked the documentation, support and the premade layouts that can be downloaded but none have what I want.





Please help me create a 4 column layout. I have imitated the code from the category 4 col layout (see image) but it just puts the same item 4 times on the line. (see image)

thanks

[gelöscht durch Administrator]
Title: Re: 4 column fields layout
Post by: ColinM on 17.03.2017 00:02:31
Hi
Are you wanting this in the Files Layout?
Colin
Title: Re: 4 column fields layout
Post by: solargordon on 17.03.2017 00:03:18
Hi Colin, yes I want it in the files layout. I really hope it's possible. I've spent hours trying to find out how to do it.
Title: Re: 4 column fields layout
Post by: ColinM on 17.03.2017 13:32:32
Hi
The code that uses the 'files' layout does not presently support multi column layouts.  The principle reason for this is that those layouts support many different items. For Example each entry can have multiple pics, may have an audio or video preview, could have a long description, and so on - see end of this posting for the various possibilities.  As well as those there are the Custom fields
From the pictures you show you seem to want just a few items.  It would be possible to add code to show multi column but it would be restrictive.
So an alternative approach would be to use a modified version of the 'Files link and icon v3.2' layout and use different CSS. As the pic attached shows the standard 'Files link and icon v3.2' layout allows multiple 'downloads' on a line but they are not arranged in a pleasant order.  I will see what I can do with revised CSS - but give it a few days before reminding me!!

Colin

Items that may be in a Files Layout
The available placeholder variables are
{url_download} {checkbox_list} {cat_id} {file_id} {file_pic} {file_title}
{pic_is_new} {pic_is_hot} {pic_is_updated}
{thumbnail} {description} {link_to_details}
{category_title} {category_name}
{file_name_title} {file_name}
{release_title} {release}
{file_date_title} {file_date}
{price_title} {price_value}
{license_title} {license_text}
{language_title} {language_text}
{filesize_title} {filesize_value}
{system_title} {system_text}
{author_title} {author_text}
{author_url_title} {author_url_text}
{created_date_title} {created_date_value}
{hits_title} {hits_value}
{created_by_title} {created_by_value}
{modified_by_title} {modified_by_value}
{modified_date_title} {modified_date_value}
{rating_title} {rating}
{tags_title} {tags}
{mirror_1} {mirror_2} {mp3_player} {preview_player} {preview_url} {mp3_id3_tag} {google_adsense} {report_link} {sum_jcomments} {featured_class} {featured_detail_class} {featured_pic}

[gelöscht durch Administrator]
Title: Re: 4 column fields layout
Post by: solargordon on 17.03.2017 13:37:10
Thanks for the explanation. I was searching the code trying to find a modified version of the file link and icon link but couldn't find anything. I appreciate your help. Hopefully you can find a work around...   I will wait a few days before reminding you. Thanks
Title: Re: 4 column fields layout
Post by: solargordon on 22.03.2017 10:35:38
I think it's a useful topic for a lot of people. I've seen this question asked a lot but never seen an answer.




Is there any solution yet @Colin?
Title: Re: 4 column fields layout
Post by: solargordon on 23.03.2017 20:16:36
Got it sorted!!!







I started to get impatient so I hired a coder (skype: deep.kaur9375) she  was able to do it in less than 24hrs!
Title: Re: 4 column fields layout
Post by: ColinM on 30.03.2017 01:08:04
Hi
Glad you got it sorted for your site.  Could you send me details of your site by PM if you do not want it public.
I have been away but I was looking for a general solution, which I think I have found by using css flex
Colin