If you go to index.php in the stoppeddesign folder, and on line ~20 you should find this: `<?php $counter = 0; while (next_album() and $counter < 6): ?>`
Edit the 6 to the value you desire (say 99 or whatever number is larger than you will ever use)
I think that I will single-handedly keep this thread near the top...
I have another question for you Ben, because I'm quite worried about making a mess of things.
What would be the easiest and safest way to eliminate the comments under the images. I'd like to get rid of the 'no comments yet' and 'add a comment' text and I'm sure that there is a very simple solution somewhere.
Well, I think I managed to get rid of the comment text by going into the 'image.php' file and taking out only the text. I never did figure out how to do it in the css file, but I suppose this way will work just fine.
I have a question about this theme, which by the the way is gorgeous.
Does: <?php $counter = 0; while (next_album() and $counter < 6): ?> Really get the 6 most recently updated themes or the themes in their defined order. It seems the later is true.
I answered your email, but for the benefit of everyone else - yes, you are right. The 6 albums that are highest in the list of albums are displayed, and you can re-order them from the admin pages. This theme was designed for ZP .9, which didnt have album sorting, so at the time it was correct, however now you can re-order your albums
edasque, you need to increase the "albums per page" in zp-config.php to some high amount like 1000 so it shows them all. The front page will always show only 6.
Ben, if you ever come back, this theme should be updated to use the new functions in 1.0.3 to make the install easier
Loving this theme, is there any reason why it behaves differently in Internet Explorer than it does in Firefox? Perhaps its the way it is or I did something wrong. Seems in FF it displays the prev next and fullscreen text in the image window but not in IE, also seems to scale differently (thumbies) http://www.stringersurf.com/ Also is there a way to hide the folders that are being diplayed in the bowser (ie just keep the root domain name) I think I read this is done in htaccess somewhere, any pointers? Thx for all the hard work and a great theme
Without getting too involved.. FF supports more advanced css which IE does not support. Basically.. if you want to know the full blown all out reasons why.. do a google search for Firefox, IE and CSS and read what people have to say..
Chilifrei64, thx for the explanation. My skills level with code is below basic (I sell paint for a living hehe), good to know I never botched it
Skywid Yes, I ugraded from the first version of Zenphoto to v1.0.3 . This version has a similar theme in it, but I then installed BenSP's theme (which rocks). I enjoy the function where bigger resolution is displayed if the image is clicked. So far it all seems to work just fine.
any tips on the url, cleaning it up not to display the full directory (is this even possible)
Question on FireFox button. I wouldlike to add a 'getfirefox' button to my front page at the bottomin the middle with text saying something to the effect of, best viewed with Firefox browser. The script for the button which you get here http://www.spreadfirefox.com/?q=affiliates/homepage is
Thanks for theme ... everything went great, except when I go from the album page to look at the larger photo ... I see the previous and next images, but do not see the middle (larger) image.
When I look at the source code, this is what I get.
Hello I'm a newbie in zenphoto and css in general. But after a few days of messing around, i think i'm on the right track. I use zenphoto 1.0.8.2 with the Stoppeddesign theme vers.1.0 date::7/1/2007 Like two others here i get an error-message after klicking on "Gallery Archive" inside of the Gallery Archive. But in my case its a "simple" HTTP 404 error. That's because the link points to the zenphoto root-folder and there is no archive.php file (of course). I tried to edit the archive.php, so that it points to itself inside the themefolder (with "echo$_zp_themeroot"). But then i got a fatal error (Fatal error: Call to undefined function zp_conf() in /is/htdocs/wp1052509_13DEBLU3E2/zentropie/zenphoto/themes/stoppeddesign/archive.php on line 4)
On the other hand i successfully modified the theme so that i can use total custom thumbs for my albums. I liked the ultra-wide-screen look of the original thumbs but not the clipping. The result was pure luck. Now i can freely photoshop my own thumbs. In my case it just has to be a jpeg with the same name as the corresponding album-folder and has to be stored in a folder named "albumthumbs" inside of the themefolder. The size should also fit, of course There is only line 22 in the index.php and archive.php to be replaced with `/albumthumbs/<?php echo$_zp_current_album->getFolder();?>.jpg" alt="<?php echo getAlbumTitle();?>" />`
OK, after a few hours sleep i found the solution. Simply copy the link from the index.php (line 31) which leads to the archive-page in the first place.
But the archive.php has another (really) tiny flaw. Again in the "path" id. The "/" at the end of `/"` is redundant.
You do realize that the Stoppeddesign theme is now included in the zenphoto release, correct? And that all (or most) of these modifications have already been made in the one included in 1.0.8.x?... Sorry if you didn't know that!
Comments
If you go to index.php in the stoppeddesign folder, and on line ~20 you should find this:
`<?php $counter = 0; while (next_album() and $counter < 6): ?>`
Edit the 6 to the value you desire (say 99 or whatever number is larger than you will ever use)
Enjoy, BenSp
I'm very new at this, but after browsing through the index file, it seems to be fairly intuitive.
I appreciate the help.
John
I have another question for you Ben, because I'm quite worried about making a mess of things.
What would be the easiest and safest way to eliminate the comments under the images. I'd like to get rid of the 'no comments yet' and 'add a comment' text and I'm sure that there is a very simple solution somewhere.
Thanks again,
John
I never did figure out how to do it in the css file, but I suppose this way will work just fine.
John
Does:
<?php $counter = 0; while (next_album() and $counter < 6): ?>
Really get the 6 most recently updated themes or the themes in their defined order. It seems the later is true.
Erik
I answered your email, but for the benefit of everyone else - yes, you are right.
The 6 albums that are highest in the list of albums are displayed, and you can re-order them from the admin pages.
This theme was designed for ZP .9, which didnt have album sorting, so at the time it was correct, however now you can re-order your albums
I hope I can get it to work, not verygood at this script stuff hehe, will keep ye posted.
Shows off the custom image size/crop coming in the next version.
I have installed the 1.0.3 version heres a look.
http://www.stringersurf.com/
I would like the functionality of Bens version where the image is clicked on it displays the full resolution.
Can I instal this theme as is over the 1.0.3 or is there another way.
Thx
Ben, if you ever come back, this theme should be updated to use the new functions in 1.0.3 to make the install easier
Another thing, the image count doesn't seem right:
li9-234:/var/www/gallery/albums# find . | grep jpg | wc
229 369 6708
Yet the gallery displays 579. Any idea ?
Seems in FF it displays the prev next and fullscreen text in the image window but not in IE, also seems to scale differently (thumbies)
http://www.stringersurf.com/
Also is there a way to hide the folders that are being diplayed in the bowser (ie just keep the root domain name)
I think I read this is done in htaccess somewhere, any pointers?
Thx for all the hard work and a great theme
It is nothing that you did wrong
Also, I liked how in Ben's version, if you clicked the right side of the image you were redirected to the next image etc..
Stringer: Are you using 1.0.3 with BenSp's version ?
Skywid
Yes, I ugraded from the first version of Zenphoto to v1.0.3 . This version has a similar theme in it, but I then installed BenSP's theme (which rocks). I enjoy the function where bigger resolution is displayed if the image is clicked.
So far it all seems to work just fine.
any tips on the url, cleaning it up not to display the full directory (is this even possible)
1. Both the front page and the gallery archive only show 5 galleries (I have 9), so there is no way to access the other galleries
2. My filenames contain accents, and they are displayed with ? even though the encoding should be utf-8
3.
1) Set your albums_per_page to some big number like 1000 -- the front page will always show six, but then the archives should show all.
2) I'll take a look, it might be how the filenames are imported. If you re-title them again it may work better.
3) ? ;-)
BenSP - You should update your Stoppeddesign theme for 1.0.3 using the new image functions.
I have all the albums now, but what's up with the display: http://pics.lostocean.net/index.php?p=archive
This is where I am having problems with the photo names:
And the 3 was : where is my original picture (original size ?) so that i can link to it
Thanks for the help
I wouldlike to add a 'getfirefox' button to my front page at the bottomin the middle with text saying something to the effect of, best viewed with Firefox browser.
The script for the button which you get here
http://www.spreadfirefox.com/?q=affiliates/homepage
is
<img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/88x31/get.gif"/>
Any tips on how to incorporate this into the front page of this theme
thx
http://www.stringersurf.com/
When I look at the source code, this is what I get.
<img src="/gallery/rings/image/480/R1205028.jpg" alt="R1205028" />
The first address is the correct path ... but the second path is incorrect. Where /image/480/ are not part of my actual server path.
Any ideas?
Many Thanks
I'm using the Stopdesign theme on 1.03 and I'm wondering if there's any way to get the archive link to be mod_written from
http://domain.tdl/zenphoto/index.php?p=archive
to
http://domain.tdl/zenphoto/archive ?
Changes I've made to the .htaccess, but they all give an error saying "Zenphoto error: Album does not exist."
TIA!
I'm a newbie in zenphoto and css in general. But after a few days of messing around, i think i'm on the right track.
I use zenphoto 1.0.8.2 with the Stoppeddesign theme vers.1.0 date::7/1/2007
Like two others here i get an error-message after klicking on "Gallery Archive" inside of the Gallery Archive. But in my case its a "simple" HTTP 404 error. That's because the link points to the zenphoto root-folder and there is no archive.php file (of course). I tried to edit the archive.php, so that it points to itself inside the themefolder (with "echo$_zp_themeroot"). But then i got a fatal error (Fatal error: Call to undefined function zp_conf() in /is/htdocs/wp1052509_13DEBLU3E2/zentropie/zenphoto/themes/stoppeddesign/archive.php on line 4)
I'm at a loss right now
I liked the ultra-wide-screen look of the original thumbs but not the clipping. The result was pure luck.
Now i can freely photoshop my own thumbs. In my case it just has to be a jpeg with the same name as the corresponding album-folder and has to be stored in a folder named "albumthumbs" inside of the themefolder. The size should also fit, of course
There is only line 22 in the index.php and archive.php to be replaced with
`/albumthumbs/<?php echo$_zp_current_album->getFolder();?>.jpg" alt="<?php echo getAlbumTitle();?>" />`
But the archive.php has another (really) tiny flaw. Again in the "path" id. The "/" at the end of `/"` is redundant.