[solved] (!!!) [checkout | pg | greypop | siriux | matrix] Getting themes to work with checkout

jonkun227

Joined: 2005-10-07
Posts: 31
Posted: Fri, 2006-01-27 22:26

Okay, here's a list of things I absolutely LOVE:

1. Gallery2
2. Checkout module (esp. the ability to use PayPal or email or both)
3. Pedro Gilberto (pg) theme
4. Greypop theme

Here's what I don't love:

1. Checkout links don't show up on the PG or Greypop themes.

Am I doing something wrong? When the same albums are set to the Matrix theme the checkout links show up just fine. They even show up on the GP and greypop themes for me (admin). Just not for guests.

I've tried viewing them on Windows and Mac on IE, Firefox, Netscape, and Safari. Same results in all cases.

So what am I doing wrong? Matrix is okay, but PG and greypop are gorgeous! (Actually I'd love to combine certain elements of each into my own hybrid mix, but that's a project for another year...)

http://www.sunbeamphotography.com/gallery2/

There are several albums there, running several different themes.

Here's another question: Why aren't there any "create new album" links when I set the default theme to Siriux or Rounded Corners? They're nice and minimalistic, but I need those links for the gallery to be functional.

Thank you for any help you can provide!

- Jon

Gallery version = 2.0.2 core 1.0.0.2
PHP version = 4.4.1 cgi
Webserver = Apache/1.3.34 (Unix) PHP/4.4.1 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a
Database = mysql 4.0.25-standard
Toolkits = ArchiveUpload, Exif, ImageMagick, Gd
Operating system = Linux bopp.lunarpages.com 2.4.21-27.0.4.ELsmp #1 SMP Sat Apr 16 18:43:06 EDT 2005 i686
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Mon, 2006-01-30 01:24

If you want it so that everyone will see what you see as an admin in the greypop theme edit album.tpl and photo.tpl at the end of the file change this

        {if $user.isAdmin == 1}
        {g->block type=core.ItemLinks useDropdown=true}
        {/if}

to

        {g->block type=core.ItemLinks useDropdown=true}
 
jonkun227

Joined: 2005-10-07
Posts: 31
Posted: Mon, 2006-01-30 04:08

That makes perfect sense to me. Thank you. I'll implement it as soon as I get a chance.

- Jon

 
jonkun227

Joined: 2005-10-07
Posts: 31
Posted: Mon, 2006-01-30 05:43

Hmm. Doesn't seem to be working. I edited it exactly as you said. No change. I thought perhaps it was the cache or something silly like that, but no change. I tried the same in several browsers (clearing cache and refreshing). Nothing at all.

I was so excited, too!

I would especially enjoy help with the PG theme, as it displays more consistently than greypop does. (Sometimes the previous and next thumbnails are to the left and right in greypop, sometimes they're top and bottom. Sometimes they don't show up at all.)

Thank you for your help, as well as for any additional help anyone can provide!

- Jon

 
jonkun227

Joined: 2005-10-07
Posts: 31
Posted: Mon, 2006-01-30 05:45

I LIED!!!!

It was something simple after all. I tried viewing the updated .tpl file changes on a new gallery, for which I hadn't set the permissions yet! It works! I am a very happy boy.

Still, the invite for help with PG remains in effect.

Thanks again!

- Jon

 
jonkun227

Joined: 2005-10-07
Posts: 31
Posted: Mon, 2006-01-30 05:52

Okay, so I feel like a complete imbecile. It all came together tonight. I had the permissions set correctly on one gallery with PG theme set, and another with the correct block display settings, but neither gallery had both. Now that both have both it works perfectly!

Sorry to whine so much when the problem really was mine.

- Jon

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Mon, 2006-01-30 15:46

I can't help you much with the PGTheme, but in the greypop theme the reason the thumbnails switch depends on the picture. The thumbnails show up on the shortest side of the image. So if you have a landscape picture the thumbnails will be above and below and if it is a portrait picture the thumbnails will be to the left and right of the picture. Maybe in a future version I will make it an option for it to do that.

 
jonkun227

Joined: 2005-10-07
Posts: 31
Posted: Mon, 2006-01-30 15:58

I guess I hadn't recognized the trend.

Given that most every computer screen is landscape in orientation, wouldn't it make sense to always have the thumbnails on the left and right? Seems that way to me.

Thanks for a great theme, and the help with the "add to cart" function!

- Jon

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Mon, 2006-01-30 16:28

The reason I did it that way was having was with both thumbnails on the side with a landscape picture you have to scroll left to right (which bothers some people) on lower resolution screens. Your not the only one that has asked me about that so I'll either give an option or change where they go in the next version.