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 6 ... 20
46
Beta / Re: version 2.4
« on: November 08, 2020, 04:30:21 PM »

47
HFS ~ HTTP File Server / Re: passwords with expiration date, possible?
« on: October 31, 2020, 07:46:55 AM »
welcome,
quickly tinkered something1
also possible on the server side2

1if you use mobil-light, set reload=true
2but you must use Delphi time format


add expiration date to account notes, e.g. 11/1/2020

Code: [Select]
[+]
<script>
if(new Date()>new Date('{.get account||notes.}')) if(location.pathname!='/') location='/';  //else alert('pwd expired')
</script>


2 add days since 2021 to account notes, e.g. 1 for 1/1/2021
Code: [Select]
[+]
{.if|{.>|{.time|y.}|{.time|y|when={.calc|44196+{.get account||notes.}.}.}.}|{:{.set account||enabled=0.}:}.}

48
HTML & templates / Re: Tiles and Stripes, the gallery view
« on: October 30, 2020, 04:26:58 PM »
First try, if your browser supports flac: drag the audio-file to a (new) browser window. If no, try another/newer browser.

If yes, what happens if you click on the audio file in your template. If it downloads, set the mime type in hfs. 😝

49
HTML & templates / Re: Responsive small screen template
« on: October 29, 2020, 05:13:35 AM »
Thanks.
Will look, what goes to next version.

Tomorrow is halloween.
Santa clause will bring next version of mobil-light 🎅

register(for an account)V2 with a light admin panel (enables account, if loggedin as admin)

Lighthouse report: Performance: 93, Accessibility: 100, Best Practises: 93, SEO: 92

50
A diff tpl that adds 3D effect

Added some tags, so that the Star Wars theme works with more templates.

51
Beta / Re: version 2.4
« on: October 25, 2020, 03:32:04 PM »
temporary fix RC7 Delete bug

52
HTML & templates / Re: Tiles and Stripes, the gallery view
« on: October 24, 2020, 01:44:38 PM »
why not simply test it? Add mime: audio/flac
Yes
Also add 'flac' to the audio-array in the template ['.mp3','.ogg','.m4a','.aac']

53
HTML & templates / Re: Drag-&-drop file upload need help
« on: October 23, 2020, 01:20:56 PM »
you can try LinkserverV2.1 (should also work with files)

mobil-light has DnD by default

with this library:
add the html-file to your server (because CORS)
replace Uppy.Tus with Uppy.XHRUpload
replace the endpoint with the folder (e.g. 'http://127.0.0.1/server/'

P.S.: protect your local (and movies) folder

54
HTML & templates / Re: How to change button width?
« on: October 23, 2020, 05:01:21 AM »
welcome,

add to Diff template
Code: [Select]
[+]
<style>
#actions button {display:block; width:100%;}
</style>

55
HFS ~ HTTP File Server / Re: android app
« on: October 12, 2020, 03:49:17 PM »
you can install it as web-app

56
HTML & templates / Re: Responsive small screen template - Textedit
« on: October 09, 2020, 01:11:24 AM »
Textedit V2 comes with some formatting: select+(bold, italic, superscript*)
In chrome also CTRL+(b,i,u) works
You don't need formatting for bold. Use can also use Unicode: 𝗔𝗕𝗖𝗗𝗘𝗙𝗚𝗛𝗜𝗝𝗞𝗟𝗠𝗡𝗢𝗣𝗤𝗥𝗦𝗧𝗨𝗩𝗪𝗫𝗬𝗭𝗮𝗯𝗰𝗱𝗲𝗳𝗴𝗵𝗶𝗷𝗸𝗹𝗺𝗻𝗼𝗽𝗾𝗿𝘀𝘁𝘂𝘃𝘄𝘅𝘆𝘇𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵


« on: Sat, 17 Oct 2020

adding animation to starry night: ☆twinkle, ❄snow
if you are interested in other themes like a Fire background leave comment here 🎃

57
HTML & templates / Re: Need a movie/music template with mobile support
« on: October 02, 2020, 09:01:58 PM »
you can also add links (to youtube or spotify tracks or webradio) to hfs

but you must be the admin

How about sharing links?
you can create a Internet Shortcut file (.url): simply drag address from browser to desktop
then upload the file to hfs
another user clicks on the file: and must download it, before he can open the link (adding mime don't help here)

Perhaps I will write a addon to open the link (in the url file) immediately.


« on: Mon, 05 Oct 2020

sharing links was never easier
simply drag address from browser to Upload button (V2)

58
Everything else / Re: Travelling
« on: September 30, 2020, 05:40:00 PM »
👍

the "thank you" button is only visible,
when you change the theme from Default to SMF Theme.

59
Beta / Re: version 2.4
« on: September 30, 2020, 06:37:21 AM »
and a kind of {.load.} that can load a macro file without executing macros inside.
store the content in a variable
{.load|document.txt|var=mytext.}

60
HTML & templates / Re: I've updated the Template Gallery in wiki!
« on: September 25, 2020, 11:53:34 AM »
the download links to the older templates don't work
needs fixed to
https://rawr.thatstevensguy.com/

Pages: 1 2 3 4 5 6 ... 20