lvthunder, I was wondering how you changed the upper left corner of the Gallery...
From this...
Gallery
Gallery
This is the main page of your Gallery
To this... ? what files were changed...
Home Links < I like this as I am comming from a CMS and would like to link back >
Stephen's Gallery
Stephen's Gallery < I would like to have only one of these >
This is the main page of your Gallery < and last, I would like to get rid of this all together >
I was looking around in the theme.tpls but to no avail... TIA
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Mon, 2006-01-30 01:13
Well the home and links are part of the menu in the options for the theme.
The first Stephen's Gallery is the breadcrumb and the second one is the gallery you are currently in. The breadcrumb is in theme.tpl and the title is in album and photo.tpl.
Hillhiker
Joined: 2005-11-22
Posts: 7
Posted: Mon, 2006-01-30 20:02
Well the home and links are part of the menu in the options for the theme.
... Thank you for pointing this out to me...
The first Stephen's Gallery is the breadcrumb
... I played around with this and in retrospect I think it is best left alone, & I need it as a way out of the albums...
and the second one is the gallery you are currently in. The breadcrumb is in theme.tpl and the title is in album and photo.tpl.
... the second one I can not find, any code &/or file pointer would be helpfull...
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Mon, 2006-01-30 20:35
Here is the code from album.tpl
{*
* $Revision: 1.1.1 $
* 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.
*}
<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" class="gcBorder1">
<div class="gbBlock gcBackground1">
<table style="width: 100%">
<tr>
<td>
{if !empty($theme.item.title)}
<h2> {$theme.item.title|markup} </h2>
{/if}
It is the {$theme.item.title|markup}.
In photo.tpl it should look close to this.
Hillhiker
Joined: 2005-11-22
Posts: 7
Posted: Tue, 2006-01-31 01:23
Thank you... Thank you... I have attached a 30k prtscn jpg file to give you an idea of where I am going... and am almost their with your help... now I just need to get rid of the extra block...
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Tue, 2006-01-31 01:53
Hillhiker wrote:
Thank you... Thank you... I have attached a 30k prtscn jpg file to give you an idea of where I am going... and am almost their with your help... now I just need to get rid of the extra block...
I don't see the attachment.
Hillhiker
Joined: 2005-11-22
Posts: 7
Posted: Tue, 2006-01-31 02:22
I forgot to attach the attachment
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Tue, 2006-01-31 03:35
You'd have to post the output code, theme files, OR the website URL for me to tell what you need to delete to get rid of that space. My bet would be it is some divs at the top of album.tpl but I'm not sure.
Hillhiker
Joined: 2005-11-22
Posts: 7
Posted: Tue, 2006-01-31 23:13
Well I did not get anywhere with the <div>... I eather made it so Gallery would not load, nothing, or would affect the wrong area of the page... put then I noticed when playing around with the theme.css file I could get rid of the lines all together and now am a happy camper... Thank You for your Help... Hillhiker
Hillhiker
Joined: 2005-11-22
Posts: 7
Posted: Fri, 2006-02-03 02:52
Thanks for the e-mail... will look into your suggestions early next week...
ureside.com
Joined: 2006-01-27
Posts: 4
Posted: Sat, 2006-02-04 19:38
Good and Simple. Very Clean Theme. What is the word on the next and previous thumbnails? I've checked/unchecked that box and no changes.
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Sat, 2006-02-04 21:09
So when you check and uncheck "Show micro navigation thumbnails" it doesn't work. Is that what your saying?
I would like to make navigator on left and right side of the picture, how would i do?
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Thu, 2006-02-09 21:24
You need to edit the table in photo.tpl to change where the navigator pictures go. You will need to remove the if then statement that determines if the picture goes above and below or on the side. Since so many people ask me about this I'm going to in a future version give some options as to where they go. Don't count on that new version soon though.
eneron
Joined: 2005-01-23
Posts: 9
Posted: Fri, 2006-02-10 04:29
thanks for your reply.
tonyricciardi
Joined: 2005-11-30
Posts: 1
Posted: Sun, 2006-02-19 13:47
I just installed 2.1 of gallery and your wonderful greypop theme does not work. Are there any workarounds or updates?
Thanks!
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2006-02-19 17:49
I've attached an (untested) greypop theme for G2.1
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Mon, 2006-02-20 04:40
Thanks for doing this mindless. The only issue is if you use the ratings module you need to copy the css at the bottom of the 2.1 matrix theme to the bottom of the theme.css in this theme. Also if you use the theme with it's default grey background you need to come up with different icons for the stars. I'll release version 1.2 when G2.1 gets a bit closer.
aunia
Joined: 2006-02-21
Posts: 4
Posted: Sun, 2006-02-26 06:55
Hello. I really am enjoying your theme.
The one question that I have is how to
remove the word "album" in front of the
album name
aunia
Joined: 2006-02-21
Posts: 4
Posted: Sun, 2006-02-26 08:06
Also can you move the page views showing to other people.
Its a gallery of my work and I dont need the number of views ;)
Thank you so much!
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2006-02-26 16:25
look at the tpl files in the templates directory and modify to suit your needs.. look for the text "Album:" and probably something like showViewCount=true (change to =false)
sistem_shock
Joined: 2006-03-13
Posts: 12
Posted: Tue, 2006-03-14 20:14
Great theme! I have a question about the Navigation Menu items we can add. How can I put more space between the items? It is running them all together and I want them spaced apart like the core system links.
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Sun, 2006-03-19 07:02
After looking at it I think there needs to be more space as well. I've incorporated it in the next version, but until I get it ready just replace these two files in the theme.
I don't know why the system added the .txt extension. Just rename it and unzip.
Edit: attachment has been renamed
sistem_shock
Joined: 2006-03-13
Posts: 12
Posted: Sun, 2006-03-19 17:50
lvthunder wrote:
After looking at it I think there needs to be more space as well. I've incorporated it in the next version, but until I get it ready just replace these two files in the theme.
I don't know why the system added the .txt extension. Just rename it and unzip.
Hello,
I just wanted to say that I love your theme. I made the following changes and I wanted to tell you that the micro navigations buttond do not work in your greypopmorespace.zip The zip file before that does work.
I am not sure what needs to be done to fix it but I thought I would let you know.
Presently I am not using the micro buttons because for the life of me I can't figure out how to make them appear on the right and left sides of the picture. I suck at code.....
Just in case anyone figures it out can you let me know....
Anyways, I am happy with my layout.
Thanks again
Martie
Update:
I am no longer using this theme...sorry
bwest
Joined: 2006-05-30
Posts: 3
Posted: Tue, 2006-05-30 07:39
ureside.com wrote:
Good and Simple. Very Clean Theme. What is the word on the next and previous thumbnails? I've checked/unchecked that box and no changes.
I've tried the same thing and cant seem to get the next and prev thumnails to work. I've tried multiple browsers, as well as clear the browser cache for each. Ive found that they work ok for me when using the matrix theme, just not with the greypop theme. Any help to fix this would be great. Thanks!
As a test try activating the imageframe module and picking one if the frames. Let me know if this works. If it does I have to figure out where I messed up. If not I'll have to think of something else.
bwest
Joined: 2006-05-30
Posts: 3
Posted: Wed, 2006-05-31 07:55
from what I can see, there is nothing called imageframe in modules.
bwest
Joined: 2006-05-30
Posts: 3
Posted: Wed, 2006-05-31 09:52
I just decided to change to another theme, thanks for the help though.
SoFlaChris
Joined: 2006-06-08
Posts: 5
Posted: Fri, 2006-06-09 17:09
Hello,
I have installed greypop. When I go to "All Themes", I see the following error:
Grey theme that makes images POP
Incompatible theme!
Core API Required: 6.5 (available: 7.3)
Theme API Required: 2.1 (available: 2.3)
Any ideas? I'm running the latest version of Gallery 2.1.1
When I go to Site Admin to install and activate it is listed as the following. Can anyone explain this and what to do?
greypop 1.1.1 Grey theme that makes images POP
Incompatible theme!
Core API Required: 6.5 (available: 7.3)
Theme API Required: 2.1 (available: 2.3)
Marc
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Mon, 2006-07-03 18:18
Look 3 posts up.
aericina
Joined: 2006-07-07
Posts: 3
Posted: Fri, 2006-07-07 18:06
lvthunder wrote:
Here is the code if you want to add it to the theme. I would suggest putting it next to the links at the top. If that's where you want it add between line 60 and 61 in version 1.1.1 of theme.tpl. You must have the commenting module activated or else you will get an error if you click on the link. This doesn't include the code to check to make sure it is active like the slideshow code does. I'm still deciding if and where to add this in. I probibly will but not in the 1.1.1 release.
I've done this and it seems to be fine when I'm logged in, however when I log out, I don't see the comments anymore. I'd like guests to be able to see/post comments when they want.
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Fri, 2006-07-07 18:37
In site Admin check the permissions for view comments.
aericina
Joined: 2006-07-07
Posts: 3
Posted: Fri, 2006-07-07 22:35
Perhaps I'm utterly blind, but where exactly is this permissions setting? I've checked every menu option there and I haven't seen anything for comments other than disabling/activating them, if I should show them on the image/album (Image block, etc) and how many to show on the page, let alone permissions for them.
aericina
Joined: 2006-07-07
Posts: 3
Posted: Sun, 2006-07-09 23:01
Never mind, I figured it out. It's not under "SITE ADMIN" where one would think it would be, but instead I have to click on one of the album pages and select "EDIT" to change permission for the whole album. For comments. Very intuitive. Perhaps the help you were giving me was for Gallery 1, when I was using Gallery 2. I should probably have specified. Otherwise, you have a nice theme. Thank you for that.
hiroprotagonist
Joined: 2006-03-26
Posts: 8
Posted: Sat, 2006-07-29 11:21
Hi
the theme seems to work on my site, but i cant see the "overlay effect".
Any idea ?
thank you
---------------------------------------------
Gallery version: 2.1.1a
Theme name & version: greypop 1.1.2
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Sat, 2006-07-29 15:09
That's a feature that I am currently working on. I hope to have it polished and released within a week.
usacomp2k3
Joined: 2005-09-25
Posts: 19
Posted: Mon, 2006-07-31 19:55
I know I'm boring, but I was wondering if there was a way to make the next/back images/thumbnails be both located under the picture, and only be the photonav_prev and photonav_next icons and not the actual thumbnails. Is that easily done?
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Tue, 2006-08-01 02:48
I don't remember everything I changed but you might try replacing photo.tpl from the Matrix theme.
rtellis
Joined: 2006-07-14
Posts: 10
Posted: Tue, 2006-08-01 14:47
I get this
greypop 1.1.1
Grey theme that makes images POP
Incompatible theme!
Core API Required: 6.5 (available: 7.3)
Theme API Required: 2.1 (available: 2.3)
any help please? as this is from the zip file on the first post of this topic
usacomp2k3
Joined: 2005-09-25
Posts: 19
Posted: Tue, 2006-08-01 15:38
lvlthunder: Ok, I'll try that.
EDIT: Yeah, I can switch to the matrix .tpl, but then I lose the functionality of the greypop theme. What I think I'm going to do is have to look at the code and try and figure it out.
Posts: 1
How do you put a white border and a dropped shadow around the albums and items?
Thanks.
Posts: 808
You would create an imageframe to do that. See instructions on how to do that.
Posts: 62
Hello,
is there chance to download the shadow border as image frame modul?
http://www.lvthunder.com/gallery2
Thanks
umbroboy
Posts: 808
Yeah it's included with the theme.
Posts: 7
lvthunder, I was wondering how you changed the upper left corner of the Gallery...
From this...
Gallery
Gallery
This is the main page of your Gallery
To this... ? what files were changed...
Home Links < I like this as I am comming from a CMS and would like to link back >
Stephen's Gallery
Stephen's Gallery < I would like to have only one of these >
This is the main page of your Gallery < and last, I would like to get rid of this all together >
I was looking around in the theme.tpls but to no avail... TIA
Posts: 808
Well the home and links are part of the menu in the options for the theme.
The first Stephen's Gallery is the breadcrumb and the second one is the gallery you are currently in. The breadcrumb is in theme.tpl and the title is in album and photo.tpl.
Posts: 7
Well the home and links are part of the menu in the options for the theme.
... Thank you for pointing this out to me...
The first Stephen's Gallery is the breadcrumb
... I played around with this and in retrospect I think it is best left alone, & I need it as a way out of the albums...
and the second one is the gallery you are currently in. The breadcrumb is in theme.tpl and the title is in album and photo.tpl.
... the second one I can not find, any code &/or file pointer would be helpfull...
Posts: 808
Here is the code from album.tpl
It is the {$theme.item.title|markup}.
In photo.tpl it should look close to this.
Posts: 7
Thank you... Thank you... I have attached a 30k prtscn jpg file to give you an idea of where I am going... and am almost their with your help... now I just need to get rid of the extra block...
Posts: 808
I don't see the attachment.
Posts: 7
I forgot to attach the attachment
Posts: 808
You'd have to post the output code, theme files, OR the website URL for me to tell what you need to delete to get rid of that space. My bet would be it is some divs at the top of album.tpl but I'm not sure.
Posts: 7
Well I did not get anywhere with the <div>... I eather made it so Gallery would not load, nothing, or would affect the wrong area of the page... put then I noticed when playing around with the theme.css file I could get rid of the lines all together and now am a happy camper... Thank You for your Help... Hillhiker
Posts: 7
Thanks for the e-mail... will look into your suggestions early next week...
Posts: 4
Good and Simple. Very Clean Theme. What is the word on the next and previous thumbnails? I've checked/unchecked that box and no changes.
Posts: 808
So when you check and uncheck "Show micro navigation thumbnails" it doesn't work. Is that what your saying?
Posts: 9
http://www.lvthunder.com/gallery2/v/slcw05/IMG_2671-01.jpg.html
I would like to make navigator on left and right side of the picture, how would i do?
Posts: 808
You need to edit the table in photo.tpl to change where the navigator pictures go. You will need to remove the if then statement that determines if the picture goes above and below or on the side. Since so many people ask me about this I'm going to in a future version give some options as to where they go. Don't count on that new version soon though.
Posts: 9
thanks for your reply.
Posts: 1
I just installed 2.1 of gallery and your wonderful greypop theme does not work. Are there any workarounds or updates?
Thanks!
Posts: 8601
I've attached an (untested) greypop theme for G2.1
Posts: 808
Thanks for doing this mindless. The only issue is if you use the ratings module you need to copy the css at the bottom of the 2.1 matrix theme to the bottom of the theme.css in this theme. Also if you use the theme with it's default grey background you need to come up with different icons for the stars. I'll release version 1.2 when G2.1 gets a bit closer.
Posts: 4
Hello. I really am enjoying your theme.
The one question that I have is how to
remove the word "album" in front of the
album name
Posts: 4
Also can you move the page views showing to other people.
Its a gallery of my work and I dont need the number of views ;)
Thank you so much!
Posts: 8601
look at the tpl files in the templates directory and modify to suit your needs.. look for the text "Album:" and probably something like showViewCount=true (change to =false)
Posts: 12
Great theme! I have a question about the Navigation Menu items we can add. How can I put more space between the items? It is running them all together and I want them spaced apart like the core system links.
Posts: 808
After looking at it I think there needs to be more space as well. I've incorporated it in the next version, but until I get it ready just replace these two files in the theme.
I don't know why the system added the .txt extension. Just rename it and unzip.
Edit: attachment has been renamed
Posts: 12
Ah, much better, thanks!
Melisa
http://virtuallydesigned.com/gottamake/gallery/main.php
Posts: 3
Hello,
I just wanted to say that I love your theme. I made the following changes and I wanted to tell you that the micro navigations buttond do not work in your greypopmorespace.zip The zip file before that does work.
I am not sure what needs to be done to fix it but I thought I would let you know.
Presently I am not using the micro buttons because for the life of me I can't figure out how to make them appear on the right and left sides of the picture. I suck at code.....
Just in case anyone figures it out can you let me know....
Anyways, I am happy with my layout.
Thanks again
Martie
Update:
I am no longer using this theme...sorry
Posts: 3
I've tried the same thing and cant seem to get the next and prev thumnails to work. I've tried multiple browsers, as well as clear the browser cache for each. Ive found that they work ok for me when using the matrix theme, just not with the greypop theme. Any help to fix this would be great. Thanks!
Here is a link to my gallery if you need that http://www.stationary-motion.com/gallery/
Posts: 808
As a test try activating the imageframe module and picking one if the frames. Let me know if this works. If it does I have to figure out where I messed up. If not I'll have to think of something else.
Posts: 3
from what I can see, there is nothing called imageframe in modules.
Posts: 3
I just decided to change to another theme, thanks for the help though.
Posts: 5
Hello,
I have installed greypop. When I go to "All Themes", I see the following error:
Grey theme that makes images POP
Incompatible theme!
Core API Required: 6.5 (available: 7.3)
Theme API Required: 2.1 (available: 2.3)
Any ideas? I'm running the latest version of Gallery 2.1.1
Thanks,
Chris
Posts: 808
Use the version that Mindless posted above.
Here's the link to Mindless' post
Posts: 5
That was the fix. Thank you very much!
Posts: 1
When I go to Site Admin to install and activate it is listed as the following. Can anyone explain this and what to do?
greypop 1.1.1 Grey theme that makes images POP
Incompatible theme!
Core API Required: 6.5 (available: 7.3)
Theme API Required: 2.1 (available: 2.3)
Marc
Posts: 808
Look 3 posts up.
Posts: 3
I've done this and it seems to be fine when I'm logged in, however when I log out, I don't see the comments anymore. I'd like guests to be able to see/post comments when they want.
Posts: 808
In site Admin check the permissions for view comments.
Posts: 3
Perhaps I'm utterly blind, but where exactly is this permissions setting? I've checked every menu option there and I haven't seen anything for comments other than disabling/activating them, if I should show them on the image/album (Image block, etc) and how many to show on the page, let alone permissions for them.
Posts: 3
Never mind, I figured it out. It's not under "SITE ADMIN" where one would think it would be, but instead I have to click on one of the album pages and select "EDIT" to change permission for the whole album. For comments. Very intuitive. Perhaps the help you were giving me was for Gallery 1, when I was using Gallery 2. I should probably have specified. Otherwise, you have a nice theme. Thank you for that.
Posts: 8
Hi
the theme seems to work on my site, but i cant see the "overlay effect".
Any idea ?
thank you
---------------------------------------------
Gallery version: 2.1.1a
Theme name & version: greypop 1.1.2
Posts: 808
That's a feature that I am currently working on. I hope to have it polished and released within a week.
Posts: 19
I know I'm boring, but I was wondering if there was a way to make the next/back images/thumbnails be both located under the picture, and only be the photonav_prev and photonav_next icons and not the actual thumbnails. Is that easily done?
Posts: 808
I don't remember everything I changed but you might try replacing photo.tpl from the Matrix theme.
Posts: 10
I get this
greypop 1.1.1
Grey theme that makes images POP
Incompatible theme!
Core API Required: 6.5 (available: 7.3)
Theme API Required: 2.1 (available: 2.3)
any help please? as this is from the zip file on the first post of this topic
Posts: 19
lvlthunder: Ok, I'll try that.
EDIT: Yeah, I can switch to the matrix .tpl, but then I lose the functionality of the greypop theme. What I think I'm going to do is have to look at the code and try and figure it out.
Posts: 19
rtellis: look up a few posts: http://gallery.menalto.com/node/39138?page=1#comment-170382
Posts: 10
brill thanks