Page 2 of 3

Re: Files app 0.2.0 :apple:

Posted: 24 Dec 2020, 07:45
by mjau-mjau
920world wrote:There are X3 and X2, and there are files. Is files x2?
Files is entirely separate from X2 and X3. Files [www.files.gallery] is a new simple single-file gallery/file viewer, while X3 [www.photo.gallery] is a more complicated photo gallery website / CMS. X2 is the OLD version of X3, which expired many years ago. The only similarities, is that they are all created by me and share some technologies.
920world wrote:And does this program have background control? If so, can I watch backstage?
There is no "backend" to Files, but it will have a built-in file manager in a future release. It already includes a text/code-editor.

Re: Files app 0.2.0 :apple:

Posted: 30 Dec 2020, 06:00
by lulu
"We have now included the option to purchase a license [$39.00] directly from the Files app interface. "

Hello Karl, i have many licences for X3, is it include license for Files ?

Have a great end of  2020...

Best wishes...

Re: Files app 0.2.0 :apple:

Posted: 31 Dec 2020, 01:36
by mjau-mjau
lulu wrote:Hello Karl, i have many licences for X3, is it include license for Files ?
Sorry, but the Files app is separate from X3!

Re: Files app 0.2.0 :apple:

Posted: 23 Mar 2021, 15:17
by Highlander
mjau-mjau wrote:
Highlander wrote:Are there any plans to provide a clean layout to embed on bootstrap pages without any header or menu?
This has been asked earlier, and I do have some ideas to create an "embed" gallery that can easily be embedded into other websites. However, I can't currently give you a timeline for this.

It would be amazing if Files gallery app could be used for this, but it's simply not feasible since Files is a self-contained app. With an embeddable gallery, you would want a non-iframe solution, so the concept would be quite different. However, with Files app we already have the API ready for an embeddable gallery, and half the job is done, so it's definitely on the radar! Thanks for asking.
Hi there, any update yet for the "embedded gallery"?

Re: Files app 0.2.0 :apple:

Posted: 24 Mar 2021, 02:39
by mjau-mjau
Highlander wrote:Hi there, any update yet for the "embedded gallery"?
Yes! https://embed.photo.gallery/

That's only a demo of course. Another user has added it here:
http://academy-buehnenkunstschule.de/test/embed

Re: Files app 0.2.0 :apple:

Posted: 26 Jun 2021, 05:47
by qymll
Imagejust have a try,but why there is no image thumb? or it needs pay for unlock? php 8.0.7,anything to do in some config files? thanks

Re: Files app 0.2.0 :apple:

Posted: 26 Jun 2021, 05:54
by mjau-mjau
qymll wrote:just have a try,but why there is no image thumb? or it needs pay for unlock? php 8.0.7,anything to do in some config files? thanks
Do you have a link? If not, I can only guess:

#1 missing PHP get mime type functions (see this post).
#2 memory limit error (not enough memory to resize image).

I'm guessing it could be #1. You can check yourself: open browser developer tools > network inspector > images (tab), reload page, look for image errors, open in new tab and you will see an errer message for the resize request. It's nothing to do with license, PHP or config.

Re: Files app 0.2.0 :apple:

Posted: 26 Jun 2021, 06:13
by qymll
mjau-mjau wrote:
qymll wrote:just have a try,but why there is no image thumb? or it needs pay for unlock? php 8.0.7,anything to do in some config files? thanks
Do you have a link? If not, I can only guess:

#1 missing PHP get mime type functions (see this post).
#2 memory limit error (not enough memory to resize image).

I'm guessing it could be #1. You can check yourself: open browser developer tools > network inspector > images (tab), reload page, look for image errors, open in new tab and you will see an errer message for the resize request. It's nothing to do with license, PHP or config.
right, go to php.ini ,and enable extension=gd,all done.thx

Re: Files app 0.2.0 :apple:

Posted: 12 Jul 2021, 11:13
by chef.li
Hello,
I've been using Files App for almost a year now and it's just what I need to share images quickly and easily.

I still have one question, respectively one wish:
Is it possible to place a copyright notice somewhere on the page, for example under the menu?

Kind regards, Adrian

Re: Files app 0.2.0 :apple:

Posted: 13 Jul 2021, 01:41
by mjau-mjau
chef.li wrote:I still have one question, respectively one wish:
Is it possible to place a copyright notice somewhere on the page, for example under the menu?
Difficult without modifying the source, but you could do it with CSS. Try this:

1. Create a file in the storage path _files/css/custom.css
2. Open the file, and add something like this:
Code
#sidebar-inner:after {
	color: #EEE;
	content: 'Your :copyright: Copyright text here';
	text-align: center;
	display: block;
	padding: .5rem;
	background-color: #222;
	font-size: 14px;
}
Looks ok from what I can see:
Image

New big Files update coming in a few weeks!

Re: Files app 0.2.0 :apple:

Posted: 13 Jul 2021, 18:01
by chef.li
thank you very much

Re: Files app 0.2.0 :apple:

Posted: 24 Jul 2021, 11:01
by RonAckerman
Hello,

I installed Single Files App everything seems to be working but I am getting an error that I hope you have a solution?

Notice: Undefined index: QUERY_STRING in e:\online\djs\index.php on line 1291

Thank you,

Ron 

Re: Files app 0.2.0 :apple:

Posted: 25 Jul 2021, 04:17
by mjau-mjau
RonAckerman wrote:Notice: Undefined index: QUERY_STRING in e:\online\djs\index.php on line 1291
Yes, this has been reported and resolved earlier. It seems a few servers don't assign the QUERY_STRING array unless it's specifically assigned in the URL (?path).

To fix the issue, please open Files app index.php in any text editor, scroll down to around line 1291, and locate the following line:
Code
$query = config::$config['history'] && $_SERVER['QUERY_STRING'] ? explode('&', $_SERVER['QUERY_STRING']) : false;
Change it to:
Code
$query = config::$config['history'] && isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] ? explode('&', $_SERVER['QUERY_STRING']) : false;
I will fix this in next next release coming shortly.

Re: Files app 0.2.0 :apple:

Posted: 25 Jul 2021, 12:00
by abc
I am very happy to register for the forum.
Two questions:
1. When is the next version expected to be released?
2. Will the next version be a single file?:innocent:

Re: Files app 0.2.0 :apple:

Posted: 26 Jul 2021, 00:48
by mjau-mjau
abc wrote:1. When is the next version expected to be released?
Currently working on a new version, which should be out within 3-4 weeks.
abc wrote:2. Will the next version be a single file?:innocent:
Always!