New Theme: Greypop

usacomp2k3
usacomp2k3's picture

Joined: 2005-09-25
Posts: 19
Posted: Wed, 2006-08-02 20:14

Well I've done alot of playing around and tweaking, and have it almost how I want it. For some reason it just doesn't work in IE right (it doesn't show until moused over), and it doesn't deal well with portrait pictures. Check it out at:
http://lacho434.zapto.org/pictures/main.php?g2_itemId=734
Here's some of the code I've been editing from the .css file and the photo.tpl:

#prev a em {
  background:url("images/photonav_prev.gif") no-repeat 50% -100px;
  }

#next a em {
  background:url("images/photonav_next.gif") no-repeat 50% -100px;
  }

/*These are the logos that are used */

#prev a>em {
  background:url("images/photonav_prev.png") no-repeat 0% 0px;
  }

#next a>em {
  background:url("images/photonav_next.png") no-repeat 100% 0px;
  }

#prev a:hover em, #prev a:active em {
  background-position: 0% 0px;
  cursor: pointer;
  }

#next a:hover em, #next a:active em {
  background-position: 100% 0px;
  cursor: pointer;
  }
{*
* $Revision: 1.1.2 $
* If you want to customize this file, do not edit it directly since future upgrades
* may overwrite it. Instead, copy it into a new directory called "local" and edit that
* version. Gallery will look for that file first and use it if it exists.
*}
{if !empty($theme.imageViews)}
{assign var="image" value=$theme.imageViews[$theme.imageViewsIndex]}
{/if}
<table width="100%" cellspacing="0" cellpadding="0">
  <tr valign="top">
    {if !empty($theme.params.sidebarBlocks)}
    <td id="gsSidebarCol">
      {g->theme include="sidebar.tpl"}
    </td>
    {/if}
    <td>
      <div id="gsContent">
      <div class="gbBlock gcBackground1">
      {if !empty($theme.item.title)}
      <h2> {$theme.item.title|markup} </h2>
      {/if}
      {if !empty($theme.item.description)}
      <p class="giDescription">
      {$theme.item.description|markup}
      </p>
      {/if}
      {g->block type="core.ItemInfo"
      item=$theme.item
      showDate=true
      showOwner=false
      class="giInfo"}
      </div>
      <div id="gsImageView" class="gbBlock">
      {if !empty($theme.imageViews)}
      {capture name="fallback"}
      <a href="{g->url arg1="view=core.DownloadItem" arg2="itemId=`$theme.item.id`"}">
      {g->text text="Download %s" arg1=$theme.sourceImage.itemTypeName.1}
      </a>
      {/capture}
      {if ($image.viewInline)}
      <table width=700>
        <tr>
          <td>
            {if isset($theme.photoFrame)}
            {g->container type="imageframe.ImageFrame" frame=$theme.photoFrame}
            {if $smarty.get.g2_imageViewsIndex != 1}
            <a href="{g->url arg1="view=core:ShowItem" arg2="itemId=`$theme.item.id`" arg3="imageViewsIndex=1"}">
            {g->image id="%ID%" item=$theme.item image=$image fallback=$smarty.capture.fallback class="%CLASS%"}</a>
            {else}
            <a href="{g->url arg1="view=core:ShowItem" arg2="itemId=`$theme.item.id`" arg3="imageViewsIndex=0"}">
            {g->image id="%ID%" item=$theme.item image=$image fallback=$smarty.capture.fallback class="%CLASS%"}</a>
            {/if}
            {/g->container}
            {else}
            {if $smarty.get.g2_imageViewsIndex != 1}
            <a href="{g->url arg1="view=core:ShowItem" arg2="itemId=`$theme.item.id`" arg3="imageViewsIndex=1"}">
            {g->image item=$theme.item image=$image fallback=$smarty.capture.fallback}</a>
            {else}
            <a href="{g->url arg1="view=core:ShowItem" arg2="itemId=`$theme.item.id`" arg3="imageViewsIndex=0"}">
            {g->image item=$theme.item image=$image fallback=$smarty.capture.fallback}</a>
            {/if}
            {/if}
          </td>
        </tr>
        <tr>
          <td width=35%>
            {if isset($theme.navigator.back)}
            {if isset($theme.navigator.back.item)}
             {if isset($theme.photoFrame)}
            {g->container type="imageframe.ImageFrame" frame=$theme.photoFrame}
            <div id="entire_image">
            <div id="prev" class="floatlinksprev">
            {if isset($theme.navigator.back)}
            <p>
            <a href="{g->url params=$theme.navigator.back.urlParams}"><em>previous</em></a></p>
            {/if}
            </div>
            </div>
            {/g->container} 
            {/if}
            {else}
            {g->image item=$theme.navigator.back.item image=$theme.navigator.back.item.thumbnail
            class="previous"}
            </a>
            {/if}
            {/if} 
            {else}
            {$smarty.capture.fallback}
            {/if}
            {else}
            {g->text text="There is nothing to view for this item."}
            {/if}
          </td>
          <td width=35%>
            {if isset($theme.navigator.next)}
            {if isset($theme.navigator.next.item)}
            {if isset($theme.photoFrame)}
            {g->container type="imageframe.ImageFrame" frame=$theme.photoFrame}
            <div id="entire_image">
            <div id="next" class="floatlinksnext">
            <p>
            <a href="{g->url params=$theme.navigator.next.urlParams}"><em>next</em></a></p>
            </div></div>
            {/g->container} 
            {/if}
            {else}
            {g->image id="%ID%" item=$theme.navigator.next.item image=$theme.navigator.next.thumbnail
            class="next" class="%CLASS%"}
            {/if}
            {/if}
          </td>
        </tr>
      </table>
      </div>
      {* Download link for item in original format *}
      {if !empty($theme.sourceImage) && $theme.sourceImage.mimeType != $theme.item.mimeType}
      <div class="gbBlock">
      <a href="{g->url arg1="view=core.DownloadItem" arg2="itemId=`$theme.item.id`"}">
      {g->text text="Download %s in original format" arg1=$theme.sourceImage.itemTypeName.1}
      </a>
      </div>
      {/if}
      {* Show any other photo blocks (comments, exif etc) *}
      {foreach from=$theme.params.photoBlocks item=block}
      {if $block.0 == "core.ItemLinks" and $user.isAdmin != 1}
      {else}
      {g->block type=$block.0 params=$block.1}
      {/if}
      {/foreach}
      {g->block type="core.GuestPreview" class="gbBlock"}
      {* Our emergency edit link, if the user all blocks containing edit links *}
      {g->block type="core.EmergencyEditItemLink" class="gbBlock"
      checkSidebarBlocks=true
      checkPhotoBlocks=true}
      </div>
    </td>
  </tr>
</table>

It's been fun trying to figure out the entanglement between the if statements and the table statements, but I've got it working at least. Probably not in the most neat way, but as long as it works....

Anybody have any comments?

 
eldamar

Joined: 2006-08-02
Posts: 6
Posted: Thu, 2006-08-03 00:53

Hi! i have been trying to figure out how to display pictures like you on the demo site for this theme, looks like flash or shockwave or something?
is this a module?

im pretty new to gallery

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Thu, 2006-08-03 01:55

Well the demo site is using a newer version of the theme that I am working on. It's actully Javascript though. It's called lightbox. It should be out within a week or so.

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Sun, 2006-08-06 22:05

I have finally been able to finish version 1.2 of this theme. Please download it and let me know if you run into any problems.

 
usacomp2k3
usacomp2k3's picture

Joined: 2005-09-25
Posts: 19
Posted: Mon, 2006-08-07 14:50

Cool, thanks. Backing up to update as we speak 8)
Well, it doesn't seem to be working right. The lightbox doesn't open consistently, and now my customizations no longer work either *sigh* Oh well.

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Tue, 2006-08-08 19:32

I have noticed that if you click on the thumbnail before the page is done loading sometimes the lightbox effect doesn't work and it just takes you to the photo page instead.

 
yahtzee

Joined: 2005-03-12
Posts: 97
Posted: Thu, 2006-08-10 01:36

The lightbox image feature is also not working for me in IE.....i also have a couple of other questions...

- How could i change the color of the entire theme (i want an light orange color)

- How can i center all info under the lightbox pop up image?

- How can i center the slideshow image?

- How can i increase the size of the thumbnails of the albums?

Thanks...I love this theme.

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Tue, 2006-08-15 00:57

- How could i change the color of the entire theme (i want an light orange color)

Do a find/replace on #333333 with whatever color you want in theme.css.

- How can i center all info under the lightbox pop up image?

I'm not sure but you might want to look at lightbox.css or the theme.tpl

- How can i center the slideshow image?

I don't really know. I use the fullscreen version of the slideshow.

- How can i increase the size of the thumbnails of the albums?

Under the root album of your Gallery click Edit Album at the bottom then click the album tab and change the size of the thumbnails.

To find out what's wrong with your lightbox I'd need a link to the site. It works on my site.

 
jrose78

Joined: 2006-08-16
Posts: 1
Posted: Thu, 2006-08-17 21:53

I am using the joomla to gallery2 bridge and when I apply the greypop theme the font that say "so and so's gallery is the same color as the background and the only way i can see it is to highlight the text, but if I just go to gallery2 without using the bridge the color is white. I am thinking that maybe the .css for joomla is overriding the .css for greypop. Any ideas?

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Thu, 2006-08-17 22:16

Yeah that's what's happening. Either greypop didn't define a color for that class or joomla is overridding it.

 
bliedel

Joined: 2006-08-19
Posts: 9
Posted: Sun, 2006-08-20 04:51

First of all, I have to say that this theme is great! I did some heavy modification for it and it turned out pretty well, except I'm having a small problem with the lightbox on certain images and was wondering if you might be able to help. The lightbox works perfectly for almost all the jpg's I put up there, except for small jpgs. The images that it will not display are all around 250x250. Any thoughts on this? The gallery I am working on can be found at:

http://www.kernroadvet.com/gallery/v/Staff_Photos/

and the images in question are:

Perry.jpg
W: 202
H: 283

rhonda.jpg
W: 176
H: 200

woody.jpg
W: 197
H: 250

Thanks,
Brad

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Sun, 2006-08-20 23:00

I would think that those images are smaller then the size you have set for the resized images. The easist way to fix this is to replace them with larger images or add some if then statements so that if there is no resizedid it uses the original id.

 
bliedel

Joined: 2006-08-19
Posts: 9
Posted: Sun, 2006-08-20 23:30

Makes sense. Not extraordinarily familiar with php/sql though so would need a bit of a shove in the right direction. I don't necessarily need the code, might be able to fumble my way through that, but if anyone could point me to the right file to edit it would be very much appreciated. Would this maybe be the only spot you really would have to edit?

Quote:
/* Add resizedId to child values */
if ( $theme['children'] ){
foreach ( $theme['children'] as $key => $value ){
if ( $value['id'] ){
list($ret,$resizedIds) = GalleryCoreApi::fetchResizesByItemIds(array($value['id']));
if ($ret)
return array($ret->wrap(__FILE__, __LINE__), null);
}
if ( $resizedIds ){
/* Find the best resized option
*
* Use width/height max=650; */
$lboxMaxEdge = 650;
$resizedEdge = NULL;
$resizedId = NULL;
foreach ( $resizedIds[$value['id']] as $resize ){
$width = $resize->getWidth();
$height = $resize->getHeight();
$edge = ( $width > $height )? $width : $height;
if ( $edge <= $lboxMaxEdge ){
if ( !isset($resizedEdge) ){
$resizedId = $resize->getId();
$resizedEdge = $edge;
} else if ( $edge > $resizedEdge ){
$resizedId = $resize->getId();
$resizedEdge = $edge;
}
}
}
$theme['children'][$key]['resizedId'] = $resizedId;
}
}
}

Maybe do some sort of a "if ( $resizedIds == NULL )" statement and then just make .. well. No, not completely certain how to go about that. Might just hope nobody at the clinic has any more small photos. ;-) Might be alot of photos posted to this page and was hoping to avoid doing alot of resizing. (Avoiding alot of resizing is one reason I installed gallery ;-) ) If anyone has any ideas on this or some good nudges they could give me, I may be able to fumble my way to the solution.

Thanks,
Brad

 
bliedel

Joined: 2006-08-19
Posts: 9
Posted: Sun, 2006-08-20 23:40

I take that back, don't think it is necessary. You can setup multiple resize's for the photos in an album. So I set up three resizes's:

640x640
200x200
170x170

Now all the images display large, except the smaller ones display near their original sizes (two of them are like 250x200 or some such, and one of them has a width of like 174 or some such, so added the 170x170 to fix that one).

All set!! Thanks for pointing me in the right direction. Your post got me to take a closer look at that part of editing the album and solved it. :)

 
thespiritual1

Joined: 2005-12-20
Posts: 3
Posted: Thu, 2006-08-24 17:52

Just installed the latest version of the theme. When using lightbox and viewing an image, the close button does not show up in Firefox, and in IE it just has the image placeholder with the red X. In IE, if I go to the properties of that image place holder it has the URL set to http://localhost/gallery2/themes/greypop/images/closelabel.gif ... My folder is called gallery, not gallery2, and shouldn't localhost be my domain? What are some things I can check to see if I have them set up wrong?

 
thespiritual1

Joined: 2005-12-20
Posts: 3
Posted: Thu, 2006-08-24 18:14

For people like me who cannot read that are not getting the close button image in lightbox to show up, go find the readme.txt and read it. :-/

 
S1L1C0N

Joined: 2006-07-30
Posts: 21
Posted: Fri, 2006-08-25 15:10

LOVE the theme but I have a few issues:

- I'm getting random links at the bottom of the theme, any ideas?
View Photo Page
' rel="lightbox[photos]">
View Photo Page
' rel="lightbox[photos]">
View Photo Page
' rel="lightbox[photos]">

- I cannot see the micro nav thumbs, I checked and unchecked, no difference.
- I don't see ImageFrame as a module under modules, I'm totally lost but would love to get the frames like your demo.

http://www.CrossroadForums.com
Click GALLERY at the top.

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Fri, 2006-08-25 15:27

I bet those that you see have an ' in the title. I need to find out a way to fix that.

 
S1L1C0N

Joined: 2006-07-30
Posts: 21
Posted: Fri, 2006-08-25 15:38

Also no matter what I cannot find where users can upload photos, all the action links are not visible, IF I add lets say the Search box, and the Item Actions to the sidebar/album pages and photo pages in Site Admin/Themes/Greypop....hit save, and come back to the page, they are not saved. So right now users see nothing but the photos, no actions.

RE: ' possibly in title. Nope, none of them do:

http://www.crossroadforums.com/index.php?action=gallery&g2_itemId=8633

http://www.CrossroadForums.com

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Fri, 2006-08-25 15:57

Do you see it when you are logged in as admin?

Also on page 2 you will see two of them with ' in the title.

 
S1L1C0N

Joined: 2006-07-30
Posts: 21
Posted: Fri, 2006-08-25 16:17

I see pulldowns for actions while in as admin ONLY, but the settings for viewing them in the sidebar etc do not hold even for the admin acct.

Ahh I see what you mean now about the ' , it may be filtering out all the ones in the whole album with ' in them. Indeed there are a few.

http://www.CrossroadForums.com

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Fri, 2006-08-25 17:22

That's what it does. It creates links you can't see so all the pictures can be included in the lightbox.

As for the sidebar thing do the settings stick when you save them or do they do back.

 
S1L1C0N

Joined: 2006-07-30
Posts: 21
Posted: Fri, 2006-08-25 17:55

I hit save, and they revert to blank boxes again. BTW, I will help you break this mofo, i'm great at that ;) Thank you for your genuine intrest in developing a great theme!

http://www.CrossroadForums.com

 
S1L1C0N

Joined: 2006-07-30
Posts: 21
Posted: Fri, 2006-08-25 18:00

Ahhh, when saving...under each blank area where I HAD

search box
Item Actions

listed I got this :

Format: [module.BlockName param=value] ...

 
junk67
junk67's picture

Joined: 2006-02-24
Posts: 21
Posted: Sat, 2006-08-26 03:47

Does this theme work correctly with a multisite install / is anyone using it with a multisite install?

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Sat, 2006-08-26 03:55

junk67 I can't think of a reason why it wouldn't work with a multisite install.

S1L1CON have you tried it with a different theme. I can't think of what in the theme would cause it.

 
junk67
junk67's picture

Joined: 2006-02-24
Posts: 21
Posted: Sat, 2006-08-26 04:06

The theme seems to work correctly, except for the lightbox. It pops up and the loading.gif animates in the middle of a 2"x2" white box, but nothing else happens. I am setup as a multisite install. I could probably setup a single site for testing if no one else has tried a multisite.

Thanks

 
Absent-One

Joined: 2006-08-26
Posts: 3
Posted: Sat, 2006-08-26 04:29

I also have gotten the theme going, but lightbox seems to have a problem.
In firefox I get a white box and nothing else when you open the photo.. in IE I get the white box with a red x where the loading icon would go.

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Sat, 2006-08-26 04:50

Absent-One you need to go into lightbox.js and edit a few image paths to get the lightbox images to work.

Both of you @ How big are the pictures in the gallery. Is there a resized picture or are the images too small for that. I'd need a link to get much farther then that.

 
Absent-One

Joined: 2006-08-26
Posts: 3
Posted: Sat, 2006-08-26 05:23

Pictures are all 640x480. the thumbs are 150.
Totaly new to gallery and themes, I'll looks @ that file and see what i can find.

 
Absent-One

Joined: 2006-08-26
Posts: 3
Posted: Sat, 2006-08-26 05:48

Ah found the spots to configure in the .js
Now it opens and I see the loading icon and thats where she sits. i must still be missing something.

 
junk67
junk67's picture

Joined: 2006-02-24
Posts: 21
Posted: Sat, 2006-08-26 20:09

I had configured the js. My site uses 800x800, 1024x1024, 1280x1280.

I setup a new gallery install. I downloaded a fresh gallery2, created a new database, created a new site and data folder. Gallery's storage folder is NOT accessible directly from the web. It is in a sub directory. This is truly a fresh install. I setup the gallery to be a multisite install, just like my 'real' galleries.

I then installed greypop, configured js, activated lightbox, uploaded 4 photots. I setup the album for 800x800, 1024x1024, and Recreate resized images. The default for thumbs is 150. I then ran all the maintanence tasks on the admin page. (Insure all the derivatives were created without issue.)

This new Gallery has the exact issue with lightbox as my main galleries. Here is the link:

http://www.rileyweb.net/G2_Test1

Thanks for taking a look at this.

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Sat, 2006-08-26 22:27

Absent-One you don't seem to have any resizes IE click the picture and a smaller version appears then when you click on it the original version appears.

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Sat, 2006-08-26 22:34

junk67 I have a few questions. What is the original size of the images you uploaded? Also does it do the same thing if you setup the standard site (your multisites will still work)? I don't know what's wrong but maybe one of these will point me in the right direction.

 
junk67
junk67's picture

Joined: 2006-02-24
Posts: 21
Posted: Sun, 2006-08-27 00:40

The originals are 3072x2304, and I am uploading them. So I guess I should say that I have 800x800, 1024x1024 and 3072x2304.

I have now created a brand new gallery. This one is setup as a single site. I still kept the data loacted in the same place as before. I tried to make it so the only change was to go from multi to single site. This version worked perfect, one time. It then behaved exactly as the multisite did. I then used 640x640, 1024x1024 and it worked every time. I then went back to the original multisite, and set it for 640x640, 1024x1024, and it works.

I think it is because of this line in the theme.inc. I changed the 650 to 810 and all is good.

* Use width/height max=650; */
$lboxMaxEdge = 810;
$resizedEdge = NULL;
$resizedId = NULL;

It looks better with the 640x640 for most monitors, but I would need to rebuild a lot of images to 640x640 to do this.

Thanks again.

here is the original multisite link
http://www.rileyweb.net/G2_Test1/

here is the single site link
http://www.rileyweb.net/gallery2test2/

 
junk67
junk67's picture

Joined: 2006-02-24
Posts: 21
Posted: Sun, 2006-08-27 07:45

Is it a large undertaking to incorporate the lightbox into another theme, or is there just a specific set of code to move? It is a very cool effect, and thanks very much for your time on this theme.

 
spanxen

Joined: 2006-08-13
Posts: 4
Posted: Sun, 2006-08-27 20:52

I really love this theme and I have been using it for some days now. But today, suddenly I get this text on the photopage (not on album/thumb pages):

Notice: Undefined index: g2_imageViewsIndex in /home/damaxa/g2data/smarty/templates_c/%%980219304/%%35^35E^35E47CF8%%photo.tpl.php on line 107

Line 107 in the mentioned file reads:
<?php if ($_GET['g2_imageViewsIndex'] != 1): ?>

What does this mean??
I can't get rid of it.. I even tried to install a brand new copy of gallery2, with it's own new mysql database.. And still I get the message.. If I change to another theme, for example matrix it's no problems.. please help me !!

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Sun, 2006-08-27 22:31

spanxen I would need a link to try and figure out.

junk67 I have a detailed answer for that in this forum topic. I'm not quite sure how to post a link to my post but scroll down.

http://gallery.menalto.com/node/51253

 
junk67
junk67's picture

Joined: 2006-02-24
Posts: 21
Posted: Mon, 2006-08-28 00:53

lvthunder,

Sorry I missed that detailed explination.

Thanks again for the help, and the theme.

 
spanxen

Joined: 2006-08-13
Posts: 4
Posted: Mon, 2006-08-28 15:57

lvthunder: please check your personal inbox!

 
spanxen

Joined: 2006-08-13
Posts: 4
Posted: Mon, 2006-08-28 16:49

Oh.. I fixed it...
Log errors was on in php.ini

so.. something is still wrong.. but it works fne now when I turned it off ;)

Thanks anyway!!

 
S1L1C0N

Joined: 2006-07-30
Posts: 21
Posted: Mon, 2006-08-28 19:46

Yes, works fine with all other themes

http://www.CrossroadForums.com

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Mon, 2006-08-28 20:31

Well I don't know how to fix that problem S1L1CON but I do know of a work around. Make another theme the default theme. Then on the greypop tab add the search box to the sidebar. Then make the greypop theme the default theme.

In the meantime I'll try to figure out what the problem is.

 
S1L1C0N

Joined: 2006-07-30
Posts: 21
Posted: Tue, 2006-08-29 16:01

I just tried that, setting to classic, adding, saving, switching to greypop, they are all blank again, and so I add the options again and hit save, then I get:

Format: [module.BlockName param=value] ...

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Tue, 2006-08-29 16:10

Did you switch to the classic theme then click the greypop tab and add the search there or did you add it to the classic theme?

 
lifesayko

Joined: 2006-08-30
Posts: 2
Posted: Wed, 2006-08-30 19:55

Hi, I'm using the theme, it's superb ^_^.
However, (had to be a however), the lightbox module isn't working for me for some obscure reason. It's installed and activated.
Any help?

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Wed, 2006-08-30 20:38

Without a link it is next to impossible for me to help you out lifesayko. PM me the link if you don't want it public.

 
professorx

Joined: 2006-08-31
Posts: 2
Posted: Thu, 2006-08-31 09:03

hello, i've been using the greypop theme and it really is somethin else. well done... however, like others, i have had some problems with it and i've read this forum quite thoroughly i believe, but i haven't found a solid solution for this popular problem i am having.

i really like the lightbox, i just wish it worked more. i've seen posts about people having to resize their pictures to have it work better, but to what? my images are resized to 800x800, 1152x1152, and then their original size, which is like 2500x2500 or somethin. i know other people have had this same problem, but i never found a definitive solution. so i ask, what is it? the lightbox only worked occassionaly, and it broke more than it worked. i'd love to use this feature.

i do agree with others when they talk about the 'next' and 'previous' buttons. why fool the viewer and change the buttons around when the picture is either longer horizontally than vertically? i would prefer having the 'previous' and 'next' buttons be on left and right, instead of top and bottom, respectively. it would be nice to have a choice in the next version, like you plan.

just like S1L1C0N, i get the "Format: [module.BlockName param=value] ..." error also when trying to make changes, but ONLY WITH LIGHTBOX ENABLED. i made a change in which i removed the photo info from being shown on the photo pages, but when i try to add it, or anything else, back, i get that error. another thing is if i add a bunch of blocks to different sections, then save, then enable lightbox, it's fine. but if i try to remove blocks, then save, it says it's successfull, but it never really did anything. that is another bug that should be looked at. but if lightbox is disabled altogether, then making changes to the theme is flawless, it seems.

my gallery is @ http://argeebee.net/gallery , and there is one album where stuff is messed up, which is @ http://argeebee.net/gallery/v/ori/Germany/ . at the bottom of the page, you see "View Photo Page
' rel="lightbox[photos]"> " several times. i'm not sure why it's like that, and it's for only that album it seems. i have the lightbox feature enabled so you can see what i mean.

i hope you can help!

 
professorx

Joined: 2006-08-31
Posts: 2
Posted: Thu, 2006-08-31 09:09

nevermind about the issue below.

View Photo Page
' rel="lightbox[photos]">

i see what you mean about the "'" in the title.

 
lifesayko

Joined: 2006-08-30
Posts: 2
Posted: Thu, 2006-08-31 16:17

Sorry bout that,
http://www.kami.jesterscircle.com/veranda/main.php
still a bit bare, working on it. From what I understand, the pictures need to be a certain size for lightbox to function properly? I'll have to get to that, the photos I have up are all just the way they were taken. Is there a way I could change the default size needed in the code?

Thanks!