Page 2 of 2

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Mon Aug 21, 2017 10:50 am
by WWBman
I don't understand why you have now created previousnewsletters in the root.
Just as a test, create a folder in the root called test1 (or anything else).
Use my project asis and publish all files to test1 using the built-in wwb publish.
Create a folder in test1 called previousnewsletters.
Copy some pdf files to previousnewsletters.
See if that works.
I guess the problem may be where you put the html and folders and what they are called.

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Mon Aug 21, 2017 11:15 am
by alex4orly
I don't have a html
I have dirlist.php which is renamed from your index.php

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Mon Aug 21, 2017 11:20 am
by WWBman
I meant html genericly.
If you have time just try my project and if that works for you then it must be the placement/naming of your html/files/folders.
I realise the time difference between us!

EDIT:
I reckon the problem is with the file dirlist.php; rename it to anything else.
Or, I would rename the folder to dirlist instead of dirlist.php.

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Mon Aug 21, 2017 9:50 pm
by alex4orly
Hello again,

It finnaly got to me what the problem is - the file MUST be called index.php, this is the only way way you can point to a folder and it will start that page by default, I realized it from your examples - in those examples there is a url that has in it only the folder, without pointing to a filename.php.

So here it is : http://www.nmaa-rc.org.au/news/

And becasue I can't have 2 files with that name in the root / home folder, it MUST be placed into its own folder and within that folder make a subfolder where the files are stored, and specify that subfolder name in the top configuration option of index.php

Questions :

1) How do I change the default sorting to be decending?
2) How to make the columns width to be fixed, not stretch to the full width of the screen?

Cheers

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Mon Aug 21, 2017 10:30 pm
by WWBman
Excellent, glad you got it working.
Alas, I can't answer your 2 questions.

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Tue Aug 22, 2017 8:02 am
by WWBman
On second thoughts! :-)

1. To get the order descending
change:
private $__sortOrder = 'asc';
to:
private $__sortOrder = 'desc';

in the php file about line 126.
*****************************************************************
But beware it will have to be changed after each Publish.
*****************************************************************

2. Have you tried using a layer, as specified in Help (except I used centre instead of stretch)?
http://wwb.batcave.net/dirlist.php

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Wed Aug 23, 2017 12:05 am
by alex4orly
Thanks, I will try that

Cheers

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Wed Aug 23, 2017 12:18 am
by alex4orly
WWBman,

I tried, but how do I center it?
In the css or the php file? where
I di center in WWB... obviously not enough

http://www.nmaa-rc.org.au/news/

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Wed Aug 23, 2017 7:39 am
by WWBman
In the Help:
2.Certain size and position if you drag and drop the extension on a layer and set the properties to
relative size and position and to stretch the content.


Although I used Alignment Center instead of Stretch Content (DEPRICATED).
No need to manually change anything.
http://wwb.batcave.net/dirlist.php

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Thu Aug 24, 2017 4:17 am
by alex4orly
Can you please send me the script?
I don't manage to get to this setup

Thanks

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Thu Aug 24, 2017 7:38 am
by WWBman
alex4orly wrote: Thu Aug 24, 2017 4:17 am Can you please send me the script?
I don't manage to get to this setup

Thanks
There is no script. The options are in the standard Layer Properties.

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME

Posted: Thu Aug 24, 2017 8:54 am
by alex4orly
Got it, thanks for your help

Cheers