Righty-o. I've gotten the blog installed, I've gotten the forum installed, now I want to see if Gallery will do the trick for my site. Well, my provider (Network Solutions) offers a one-click install, so Gallery is up, running and raring to go. Except, I have absolutely NO idea where to start in regards to adding or altering a theme, setting up the appearance of the gallery...nada. I don't know where to look in the docs as it all seems so maintenance specific. Before I ramble too much further, if any of this makes sense, can anyone help with a tip or two?
Would be GREATLY appreciated.
Cheers,
wordman
Posts: 25
I've made some progress, but I don't think Gallery is going to work for me. There are too many things that show up in the themes that I don't want and there is no way to remove them...or is there if I alter the php and css files?
Here's what I'm looking for:
A thumbnail page with NOTHING but a top banner and navbar (of my making)
Click each thumbnail and ONLY the large size pic opens (I use 760x1135 for example)
The large pic is accompanied ONLY by forward, back and gallery return buttons
I don't want the capture date shown, I don't want 'NEW' below each thumbnail, i hate to say it, but I also need to remove the Gallery icon as well...just stuff like this.
My alternative is to build a php-based gallery (which I am working on) that is more limited in scope. Gallery is a great piece of software, but far too comprehensive for what I need: Just showing pics and navigating through them.
Any thoughts?
wordman
Posts: 25965
One question at a time tends to get better responses in the forums.
edit album -> album tab, change the resized version to 1135. Is that the size you upload if it is then just uncheck the resized versions.
Uninstall the New Items module. Site admin -> plugins uninstall.
Asked about 100 times before:
http://gallery.menalto.com/node/29705#comment-282975
Gallery is not for everybody but if you can build a php application then I am sure you can figure out how to customize Gallery.
Up to you if you want to use Gallery or not.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 25
dave,
I like your style. Okay, got some of this handled, but the link to which you referred me refers to an older version of Gallery as the post is from 2004 and the filename given does not match what is in my folder. Nonetheless, when I search for Size, in the album.tpl file I see 2 instances...but nothing for Views or Date. I've scanned the code several times. Where else to look?
Cheers,
wordman
Posts: 25
make that 2005...
Posts: 25965
Sure the thread started in 2005 but the post I referenced is 2008.
What theme are you using?
if you are using the matrix theme I see:
change to false.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 25
Got the Date, Views, etc. removed from the thumbnail page..thanks!
Now I have to find the code to omit this from the full-size image header when I click on the thumbnail.
Cheers,
wordman
Posts: 25965
Now you need to move on to photo.tpl Edit as required.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 25
Gotcha. I changed the two instances of the code you mention in the file, but I still get date and size in my full size image display.
Posts: 25
Dave...you're awesome. Thanks!!!
W
Posts: 25
Got the date removed, but the size is still present. I can't see a variable to change in photo.tpl. Will have a look in some other files.
Posts: 25965
URL?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 25
http://lounge.diazerva.com/gallery/main.php?g2_itemId=52
Posts: 25965
remove
{g->block type="core.PhotoSizes" class="giInfo"}from photo.tplDave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 25
Dave,
Thanks for that. I saw that code but was reluctant to do anything with it. Thanks for the help!!!
Cheers,
wordman