JoshuaInk/Stopdesign Themes.... ALBUMS MISSING.

Hi All!

I just migrated from another photo album script (very popular by the way), and even though my ZP gallery isn't running 100%, i'm already very comfortable to it... and i'm not thinking about going back to my former photo album script.

Anyway, evertyhing went just fine.
Instalattion, Update, Photos, Comments Test, etc...

But i've noticed something very "weird"...
These 2 themes, JoshuaInk and Stopdesign, doesn't show more than 5 albums on the INDEX.PHP... and I can't see them anywhere (only if i'm loggeg in as an admin, and I can see them on the EDIT page), neither my visitors can find the other albums... neither there's an option to browse a second index page...

I've searched in this forum for some previous answer, but i couldn't find it... maybe someone could help me out, on how to fix this issue, since i'm planning to use STOPDESIGN theme...

Zenphoto Default and Testing themes, works fine... they show all the albums i have so far (9 testing albums), splitted into 2 pages (you know, page 1 and page2).

Many thanks in advance!
Dump!

Comments

  • There are two options in the zp_config.php file that control the presentation of albums and image thumbnails:

    // Paging options:
    // Control of their display is done in the theme, so you might need to change these
    // after switching themes to make it look better.
    $conf['albums_per_page'] = 5;
    $conf['images_per_page'] = 15;

    They might help sort your problem out (at least I'm guessing you haven't adjusted them yet).
  • r1r Member
    Hi ThinkDreams, many thanks for your quick reply.
    Yes, you were right about me missing that part (*duh*), anyway, i've setted it up to:

    $conf['albums_per_page'] = 6;

    And now, 6 albums are show into my main page, with no problem at all...

    But I have setted up 7 albums, for testing purposes... and I still can't see the number 7.
    Guess, this Theme doesn't have a link, like:

    Show Next Page of Albums (like, page 1 and 2 and so on).

    This would be problem, wouldn't it?
    Because, people will only be able to see the first 6 albums only.

    Ok, before someone ask me, i've tried to set up the: $conf['albums_per_page'] = 6; into 7.
    Just too see if it shows all the albums...

    But it didn't... it only showed the first 6 albums, and the 7th one, i could only see when clicking over: GALLERY ARCHIEVE and it was kinda "unsorted", not matching the layout sequence (if you guys now what i'm trying to say).

    Anyway, do you still have any tips for a ZP-Newbie?

    Thanks once again think, for your kind help.
    If you wish to take a look (if you have some spare time of course), i could mail you my website address (sorry, i wouldn't like to make it public, by posting my personal website address here, nothing personal guys).

    Many thanks!

    ps: sorry if my english isn't that good... maybe you've noticed that english isn't my main language.
  • If you check out the installation notes that I have on my site, I mention that

    `$conf['albums_per_page']`

    should equal a high number (such as 100). This is also how the Stopdesign theme works.

    Just change that line to:

    `$conf['albums_per_page'] = 100;`

    and all should work well.
  • Ooops, you'll also want:

    `$conf['images_per_page'] = 100;`
  • r1r Member
    Hey GameDudex!
    Many thanks for your answer!

    It worked just fine!
    Thank you very much!

    And i like to thanks once again, thinkdreams also.

    PS: I have just checked http://stopdesign.com/templates/photos/
    Looking for new releases of Stodesign, and i found that they got a new theme, so i'll give a try installing that one into my own zenphoto.
Sign In or Register to comment.