http://pureklas.co.uk/galleryok this is how it stands:
ive read all over the forum, read other threads like it but nothing like this. Not all themes load my thumbs, but the theme im using does. If you click a album it doesn't got to /albums folder, it loads the folder from the root dir.
anyway my phpinfo page is here
http://pureklas.co.uk/gallery/info.php .
I have set at the bottom of the config:
define('SERVERPATH', '/home17b/XXX/XXX/pureklas.co.uk/gallery/');
why isnt it working??
i would like to say, i have been searching for weeks for a good gallery system, zen looks wicked!
Comments
<IfModule mod_rewrite.c>
RewriteEngine On
# !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!
RewriteBase /gallery/
as i have started a thread..
if you look at the folder set out here:
http://pureklas.co.uk/gallery/albums
i just need the subfolders and images working. i know it aint finished but really need it. i got a subfolder, it adds %2F which is / but in ASCII...but subfolders arent loading.
how do you get a thumbnail on folders? without adding a image in album, as the album only has "subfolders".
edit:
ok i've done it by changing the thumbs in index.php to "printCustomAlbumThumbImage(getAlbumTitle(), null, 230, null, 210, 60);".
er and sorry for the 3 posts. bit of a whore.
mod_rewrite is not ready for subalbums, you need to turn it off to use them. zp-config.php, `$conf['mod_rewrite'] = false;`
by the way if its any help i have just donated as you've made a great piece of software.
thanks.