Does anyone know how I can add the links (next .. previous) to this theme without stuffing up the layout? http://www.adragonflydreams.com/zenphoto/easter-weekend-2007 .. I tried and in the album code but it stuffs up or looks stupid.
Let me see what I can do about coming out with a new version of JoshuaInk. It's about time for an update to support sub-albums and all as well.
I'll try and get out version 1.2 (paginated) by tomorrow evening. Then version 1.3 to support sub-albums by the end of the week or so.
JoshuaInk 1.2 is done.
GameDudeX-
I added the theme as an attachment to the wiki theme page for you.
Will play around with it .. all on the one page now .. was trying for next previous etc as some are going to have heaps of pics in.
Edit - I changed the numbers that where "do not edit below this line" lol
################################################################################
################################################################################
define ('JI_VERSION', '1.2');
if(!PAGINATED) {
$_zp_conf_vars['albums_per_page'] = 20;
$_zp_conf_vars['images_per_page'] = 30;
The reason why I mention not to change those values, is because if you really want to edi those, you should edition in the zp-config.php file. The reason why I overwrite them in my joshuaink.php file is to make sure that the theme looks like what it's supposed to without having people change a lot in their setup for this specific theme.