Hello, there is this script.... http://www.celerondude.com/galleryv2/
It also can be put as an include in a page to work.
<?php
ob_start ( 'ob_gzhandler' );
include ( 'gallery.php' );
?>
Before you ask, yes I've searched the major script sites but can't find or tell what does what I want exactly and as "simply" as the above script.
However, what I need my script to do is LIST "Documents" such as HTML pages, .doc's, .pdf's etc. instead of Pictures with Thumbs and enlargements.
I need everything else, the descending location links, file listing, sorting, etc. and the script can be inserted right into another page as well.
Anyway, something like this, not a script nut so I know what I want, but don't know what I'm talking about. 😉
But the above script is exactly what I've been looking for in it's simplicity, look, and how it functions.
This also might be another example of what I'm looking for in functioning and look http://ancientamerica.org/library/index.php3?id=/2.%20Book%20of%20Mormon%20Culture/Geography but I don't want the entire site to be the script.
Need something that can be "called" from within a normal page.
But, I'll also take suggestions similar of this more simpler style as well.
I do like the "Categories" and the "Items" Listing with also the icons of the "type" of doc is referenced as well, though the Items would look better in Two Columns with smaller text instead of one LONG one.
Can anyone more "specifically" point me to the light..? Thanks 🙂