PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Hi, I use in one my project many filenames with version info in name. The filenames has named as: File1_version_1.1.pdf, File1_version_1.2.pdf, ... (it`s not only .pfd files).
When I cannot change the file names and must use version numbering for the files, I don`t show this files in directory, because after the first dot in name (version) is for PHP DL not correct extension.
It`s possible made changes to accept dots in filenames and show this files ?
Thanks.
When I cannot change the file names and must use version numbering for the files, I don`t show this files in directory, because after the first dot in name (version) is for PHP DL not correct extension.
It`s possible made changes to accept dots in filenames and show this files ?
Thanks.
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Technically it is OK to use periods in filenames but I wouldn't recommend it. I wouldn't use ANY special characters personally even though there are only 9 on the keyboard you can't use. The main reason NOT to use multiple periods is because anti virus software hates them.
As for changing the extension to cater for multiple periods in filenames I might be able to do that but I am not sure. However I wont even be able to look at that possibility until December. I am away on holiday from Monday 4th and will not be back until the 15th and then I have two large web projects to work on and I may even have a third so my time will be very limited.
So you'll have to live with the extension as it is for now and until at least early December. However, I would recommend you changed your naming convention.
As for changing the extension to cater for multiple periods in filenames I might be able to do that but I am not sure. However I wont even be able to look at that possibility until December. I am away on holiday from Monday 4th and will not be back until the 15th and then I have two large web projects to work on and I may even have a third so my time will be very limited.
So you'll have to live with the extension as it is for now and until at least early December. However, I would recommend you changed your naming convention.
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Thanks, it`s not problem to wait for you time and use this version, I have the same opinion about name conventions as You, bud I am not owner of this files ... Have a nice holliday 

Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Hello,
I am trying to use this extension, please have a look at : http://www.semac.org.au/ -> Past Newsletters (last menu option), how can I place the listing further up the page and how can I avoid it showing the folder name at the top
Hope someone can help
Cheers
Alex
I am trying to use this extension, please have a look at : http://www.semac.org.au/ -> Past Newsletters (last menu option), how can I place the listing further up the page and how can I avoid it showing the folder name at the top
Hope someone can help
Cheers
Alex
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
1. You seem to have worked out how not to show the folderalex4orly wrote:Hello,
....how can I place the listing further up the page and how can I avoid it showing the folder name at the top
2. Change the padding from 100px to 10px in the extension and republish. Or manually edit the padding in the published CSS file so you can change the padding for just the top. At the moment the extension uses a CSS statement of padding:XXpx; (where XX is the value you enter into the extension). This causes ALL four borders to use the same padding value. If you change it back to 10px it will fill the page better and will be closer to the top of the page. If you manually edit the css you will need to set padding for all sides e.g. padding:10px 50px 20px 50px; where the sequence is TOP, RIGHT, BOTTOM and then finally LEFT.
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Hello Adendum,
1) I didn't manage to remove the directory name, it is still there
2) Not sure which padding should I change, I changed the one in File list container styling from 100 to 10, but that didn't fix it.
I prefer to do it through the system rather than manually edit the source code which I am going by trial and error (mostly error), and will be happy if I can fill up the page better
So, looking forward to your instructions
Cheers
1) I didn't manage to remove the directory name, it is still there
2) Not sure which padding should I change, I changed the one in File list container styling from 100 to 10, but that didn't fix it.
I prefer to do it through the system rather than manually edit the source code which I am going by trial and error (mostly error), and will be happy if I can fill up the page better
So, looking forward to your instructions
Cheers
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Alex,
Open the extension on your page and look for the setting that has a 100px value in it. If memory serves it is in section F.
But when I look at your site again I see you have already changed it,
Open the extension on your page and look for the setting that has a 100px value in it. If memory serves it is in section F.
But when I look at your site again I see you have already changed it,
- Joseph Lee
-
- Posts: 45
- Joined: Tue Sep 13, 2016 5:01 am
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Hello everyone,
Wondering if someone can please help me with this script? Can't figure out how to configure it to see the contents folder!
Thread is here:
viewtopic.php?f=5&t=74529&p=372636#p372577
Thank you.
Joseph
Wondering if someone can please help me with this script? Can't figure out how to configure it to see the contents folder!
Thread is here:
viewtopic.php?f=5&t=74529&p=372636#p372577
Thank you.
Joseph
- BaconFries
-
- Posts: 4716
- Joined: Thu Aug 16, 2007 7:32 pm
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
@Joseph Lee This extension thread is unrelated to the one by yourself at the URL you provided. Please do not post questions regarding it here as it is Hijacking this thread... Thank you....Note the extension related to this thread is no longer available by the original poster.
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Hello Addendum,
Is there a way to get the listing up and have it sorted in descending order, with the need to click on the file name header?
Cheers
Is there a way to get the listing up and have it sorted in descending order, with the need to click on the file name header?
Cheers
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Where is extension ?
- BaconFries
-
- Posts: 4716
- Joined: Thu Aug 16, 2007 7:32 pm
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
@alex4orly you may not be aware but Adendum may not be offering support on this extension as he has passed it on to forum member CJS who has yet to give a rerelease date and to offer support for it.
@Paul The extension is no longer available from the original developer Adendum as no he longer supports it. It has been passed to another user/member named CJS as of yet he has not re-released it under his name and it may be he won't anytime soon.
@Paul The extension is no longer available from the original developer Adendum as no he longer supports it. It has been passed to another user/member named CJS as of yet he has not re-released it under his name and it may be he won't anytime soon.
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Hi Baconfries,
Thanks for the comment, I have become aware of the situation recently
Will wait to see ... In hope
Cheers
Thanks for the comment, I have become aware of the situation recently
Will wait to see ... In hope
Cheers
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Sorry for the dumb inquiry, but I am unable to find a download link for this extension. Could you please provide?
- BaconFries
-
- Posts: 4716
- Joined: Thu Aug 16, 2007 7:32 pm
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
Sorry the extension is no longer available to download or supported by the developer anymore.