rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dj

Pages: 1 2 3 4 5 ... 20
31
HTML & templates / Re: Responsive small screen template
« on: February 10, 2021, 03:39:19 PM »
to fix the 'easter egg'
Code: [Select]
[+]
<style>
main span:last-child::after {content:" ☐"}
</style>

Quote
{.set ini|use-iso-date-format=yes.}
how to reset, if user change tpl?


changelog: Add hfs.filelist.tpl (and opt. stream)
5.6.5: opt. add select checkboxes, fixed empty lines

32
HTML & templates / Re: Responsive small screen template
« on: February 10, 2021, 03:14:34 AM »
FAQ

Select files: click date
Rename: select file - Search - enter newname
date is too big: use ISO-Date-Format and set dateopt = { year: '2-digit', month: 'short', day: 'numeric' } (not demo)
folders are counted as files: should be named items?

Move files: use rename and add path, e.g. /test/neu.txt (V5.5)
Newfolder: Search - enter newfolder/
Sort: click files

33
HTML & templates / Re: Responsive small screen template
« on: February 09, 2021, 08:20:31 AM »
I removed the streaming from V5.6 for keep simple, but you can reinstall it.

There are reasons to use hfs.filelist.tpl: performance, traffic and ability to use with HFS3
P.S V5.6 works without hfs.filelist.tpl, but then you don't have size and date

34
HTML & templates / Re: Responsive small screen template - addon
« on: February 09, 2021, 05:02:37 AM »
changelog:
playlists (list m3u)
module (audioplayerscript only loads if you have mp3 files)

35
HTML & templates / Re: The "Takeback" template - A different & modern taste
« on: February 06, 2021, 07:09:25 AM »
What should I do now?

Learn Nodejs and do further work on HFS3 :D

36
Deutsch / Sprach Paket
« on: January 31, 2021, 04:36:41 AM »
Willkommen user,
entferne Logged von deiner Nachricht, damit man direkt antworten kann.

Es gibt Sprachpakete für HFS. Deutsch muss erst erstellt werden.

37
HTML & templates / Re: Responsive small screen template - update
« on: January 24, 2021, 05:09:20 AM »
changelog:
5.6.1: "images" folder grid view
5.6.2: opt. stick navigation
5.6.3: translate and modify date (use ISO Date Format)
5.6.4: home symbol, fixed search, hfs2.3 suited

38
start making a template:
Code: [Select]
[]
<!DOCTYPE html>
<head><meta name="viewport" content="width=device-width, initial-scale=1"></head>
<nav><a href="..">Up</a></nav><br><br>
%list%

[file=folder=link]
<a href="%item-url%">%item-name%</a><br>


[api level]
2



start making a Single-Page-template (like mobillight) begin with piccolo.tpl

Mobil-light V5.6 will base on piccolo, have less features and be smaller (about 5k)

39
HTML & templates / Re: Responsive small screen template
« on: January 08, 2021, 04:11:47 PM »
This message you get, if you try to load a tpl, which is not compatible with hfs2.4rc

I work also with rc7.
Which version of the tpl you use?

Download the actual version from the forum or github
if it still doesn't work then post the template here in the forum or send it with a message to me.

Change file to... mobil-light_V5.5.5.12.tpl (not hfs.filelist.tpl!)

40
HTML & templates / Re: Responsive small screen template
« on: January 08, 2021, 11:12:32 AM »
New year brings a alternativ theme with fixed navigation bar

41
Programmers corner / Re: can we restrict limit of storage access to user
« on: January 08, 2021, 11:09:23 AM »
1) HFS check if there is available free space on disk before starting the upload.
you can use macro disk free

Takeback shows Free Space Available For Upload
In mobil-light you can set limit to '{.disk free|D:\.}'/1e6

update: {.disk free|%folder%.} also works

42
Quote
Es necesario sustituir la dirección IP que está en el código (http://192.168.1.43) por la IP que usa su servidor.
replace http://192.168.1.43/
with /

/  = root
./ = current directory


43
HTML & templates / Re: How to Speed up Rendering
« on: December 09, 2020, 03:38:36 AM »
You can also try HFS2.4 RC7 (together with this fix). It's also without render-blocking jquery.

If you need a icon for Mobil-light. Add to style: a[href*=".zip"]::before {content:"🎁  "}

44
Beta / Re: 2.4 translation
« on: November 22, 2020, 08:58:39 AM »
V2 prefills the file with an existing* language file

select a .tpl file
*then opt. select a .txt(lng) file

or use querystring?lng for default template (en,es,fr,zh)

45
my method for translation
in 2.4 translation (and in another project)

Update: I saw, the nodes are automatically translated. Great.
I implemented my own version in my configurator

Pages: 1 2 3 4 5 ... 20