Theme: GreyDragon - v.4.0.2

Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-02-01 19:02
petri wrote:
...and am always amazed by the flash tagcloud WP plugin from Roy Tanck. I was wondering how you got it there and if it would be possible to add it in the sidebar on G3 ?

Similar, but not a WP plug-in - http://codex.gallery2.org/Gallery3:Modules:tag_cloud

PS: you do use Pear theme :)

 
petri
petri's picture

Joined: 2005-12-15
Posts: 253
Posted: Thu, 2012-02-02 02:03

:-) Yes I do,

As I am in a G3 testing phase, I am switching between GD and Pear a lot.
I have to say that what I miss most from G2 is the opportunity to set a different theme per album... it made a little more difficult to manage but you could really create totally different atmospheres in terms of design and modules and allow multiple users to have their own identity.

Thank you for the tag cloud link, I thought that my "Tags" module was the only one available...testing that asap !

on both themes ;-)

------
Gallery 3 URL = http://www.coquille.org/gallery3
Version: 3.0.2 (Coollanta)
Operating system: Linux 2.6.18-194.32.1.el5
Apache: Apache/2.2.3 (Red Hat)
PHP: 5.2.6
MySQL: 5.0.77
Server load: 1.31 1.58 1.53
Graphics toolkit: gd

 
AdrianM

Joined: 2012-01-28
Posts: 3
Posted: Sun, 2012-02-05 14:01

Thanks for coming back to me.

I don't believe I am using any particular large fonts / Text size in the browser. My deafault browser is IE9 but I get the same result on Chrome and Safari.

Is there any way to check?

You can take a look at the gallery at www.murnaghan.com/gallery3

Thanks.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-02-05 19:27
AdrianM wrote:
I don't believe I am using any particular large fonts / Text size in the browser. My deafault browser is IE9 but I get the same result on Chrome and Safari.

Is there any way to check?

You can take a look at the gallery at www.murnaghan.com/gallery3

Oh, I see

I'll fix it in next version but in the mean time adjust the following rule in base.css

.g-album-grid-container.g-column-3 li.g-item { width: 31%; margin-right: 0; }

you would need to reset the cache after the change - see maintenance section of the theme's admin

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Tue, 2012-02-07 23:44

Serge,

Thank you for all of this hard work. I have been playing with GD over the last couple days and GDwind a little as well.

I am having trouble getting G3 with GD to look like what I have in G2. Here are the differences I am trying to overcome when using GD in G3.
1) The title for every photo is in all caps rather then honoring the case in the actual title.
2) The title for many of my photos is cut off when using GD. Some of my photos have lengthy titles.
3) It seems to be a limitation in G3 that you cannot have a photo without a title. With G2, I used Gallery Remote to upload my photos and I used the option that if there was no title, to not use the filename for the title. It seems I cannot do this in G3. When I go to edit an existing photo, it makes me put something in there. Unfortunately, this means that many of my photos in G3 are displayed with a filename under them. This is not appealing. Can you think of some creative way to work around that? I think someone else requested that about 20 pages ago in this thread. I was hoping that the "Title Source" option when set to "Title/Suppress File Name" would achieve that, but I must not understand that setting because it doesn't do what I described above.

I took a look at GreyDragon Wind and it did not have the issues that I reported in 1) and 2) above. It honors case and lets me have longer titles. The problem is that with that theme, anyone viewing the album can only see the title when they hover over a picture. I much prefer the static ability to show the full (not truncated) titles of photos under the sets of thumbnails. And I'll be honest, some of my titles approach 200 characters. The limit in G3 is 255 characters.

Here is what I've got in G2 and sort of what I am trying to replicate in G3:
http://www.kenaldrich.com/gallery/main.php?g2_itemId=23965

This is that same page in G3 with GD running:
http://www.kenaldrich.com/gallery3/index.php/album_005/albumsnorkel/album

Are there adjustments that can be made in Grey Dragon or Grey Dragon Wind that could accommodate this?

Thanks for all your hard work.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-02-08 02:08
Hammers wrote:
Thank you for all of this hard work. I have been playing with GD over the last couple days and GDwind a little as well.

Thank you

You need to use custom.css as outlined in FAQ

Hammers wrote:
1) The title for every photo is in all caps rather then honoring the case in the actual title.

.g-thumbslide .g-description .g-title, .g-expanded .g-thumbslide .g-description .g-title, div.g-resize .g-description strong { text-transform: none; }  
Hammers wrote:
2) The title for many of my photos is cut off when using GD. Some of my photos have lengthy titles.

Cannot do anything about that as it is your content. You would need to choose Large thumbs or reduce titles. Theme does not allow title overflow like in your G2

Hammers wrote:
3) It seems to be a limitation in G3 that you cannot have a photo without a title. With G2, I used Gallery Remote to upload my photos and I used the option that if there was no title, to not use the filename for the title. It seems I cannot do this in G3. When I go to edit an existing photo, it makes me put something in there. Unfortunately, this means that many of my photos in G3 are displayed with a filename under them. This is not appealing. Can you think of some creative way to work around that? I think someone else requested that about 20 pages ago in this thread. I was hoping that the "Title Source" option when set to "Title/Suppress File Name" would achieve that, but I must not understand that setting because it doesn't do what I described above.

When you upload photo (not G2 import), wizard actually will use file name as a title. In latest version of the GD you can choose Title Source. One caveat to that is that if file is like "Some Photo.jpg" - notice space - upload wizard will make title as something close to "Some-Photo". Current logic simply compares title and file name without extension, which does not work in this case.
In next release I will account for that. in the mean time you have a choice of doing DB update to make two fields matching (minus extension).

Hammers wrote:
I took a look at GreyDragon Wind and it did not have the issues that I reported in 1) and 2) above. It honors case and lets me have longer titles. The problem is that with that theme, anyone viewing the album can only see the title when they hover over a picture. I much prefer the static ability to show the full (not truncated) titles of photos under the sets of thumbnails. And I'll be honest, some of my titles approach 200 characters. The limit in G3 is 255 characters.

GDWind is a copy of Wind theme with minimum logic added. While GD was developed from scratch.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Wed, 2012-02-08 15:55

Serge,

Thank you for taking the time to give a detailed response. Your theme sets the bar pretty high as far as configuration. After reading your message I have tried some other themes that can get me closer to what I have in G2, but none of those themes are nearly as configurable as yours. Thanks for your contributions.

 
henriemedia

Joined: 2011-02-02
Posts: 29
Posted: Wed, 2012-02-08 16:22

I keep getting the following error which is killing my ability to use any AJAX calls in Gallery - $(document).KbdNavigation is not a function. How do I fix this without removing the plug-in? You can see the error here - http://www.carefreetrip.com/gallery/

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2012-02-10 19:45
Hammers wrote:
3) It seems to be a limitation in G3 that you cannot have a photo without a title. With G2, I used Gallery Remote to upload my photos and I used the option that if there was no title, to not use the filename for the title. It seems I cannot do this in G3. When I go to edit an existing photo, it makes me put something in there. Unfortunately, this means that many of my photos in G3 are displayed with a filename under them. This is not appealing. Can you think of some creative way to work around that? I think someone else requested that about 20 pages ago in this thread. I was hoping that the "Title Source" option when set to "Title/Suppress File Name" would achieve that, but I must not understand that setting because it doesn't do what I described above.

@Hammers: if you still using GD, could you try replacing the greydragon/libraries/MY_Theme_View.php with one below to see if theme would properly detect filenames.
Need to save attachment with file name above.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Thu, 2012-02-09 16:14

Serge,

Thank you for the work. I had switched to using the Clean Canvas theme because it allowed for more text in the title and a few other reasons.

Since you put in the effort, I thought it important for me to at least try it.
I took the text file you attached above and saved it as a .php file.
I renamed /kenaldrich.com/gallery3/themes/greydragon/libraries/MY_Theme_View.php to My_Theme_View.php.old and then copied the new version of the php file to the libraries directory. Then I switched Gallery 3 to use the Greydragon theme again. I checked a couple pages and for pictures that do not have a "human entered" title, the values were still displayed something like "IMG_0307.JPG".

At this point it looks like I may be going forward with the Clean Canvas theme because of the longer values I have for some titles, but if you wanted me to test this feature (hiding titles with filenames) in the Greydragon theme I am happy to try any testing and report back to you.

Thanks,
Hammers

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-02-09 17:14

@Hammers: it is fine. One thing if you could share - for files where title does not show properly what are actual values of Title/Filename/Internet Address in Edit Photo dialog

Serge
____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Thu, 2012-02-09 22:03

Serge,

I have taken a screenshot of the data and posted it here:
http://imgur.com/utzlI

It may or may not matter, but these photos were migrated from G2 using the G2 import module in G3. I am not sure if the values would be different if I had directly uploaded the photos to G3.

Let me know if you would like me to try any other testing.

Thanks,
Ken

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2012-02-10 05:03

Thank you, will test

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Fri, 2012-02-10 16:09

Serge,

I don't know if this helps, but floridave made an adjustment to the Clear Canvas theme. I tested it this morning and it hides the filenames. I'm not sure if his method would work with your theme, but here is the thread:
http://gallery.menalto.com/node/105201#comment-387414

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2012-02-10 16:35

So what exactly did you get wit this update that you were looking for?
I see limit is now possible for the title - set to 15 - I do that by hiding overflow, but, yes, can add that.
I wont hardcore IMG, rather to fing permanent generic solution

Anything else?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2012-02-10 17:10

Yes hard-coding IMG is _not_ a good solution. I just did it for this particular case.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Fri, 2012-02-10 17:22

Serge,

To answer your questions. The update shows nothing for the title on photos that begin with the string "IMG" for the title. For me, it provides a cleaner look to the pages when viewing thumbnails.
Nothing else.

I do realize it is probably not a good "universal" solution. But in my case it met my specific need and I greatly appreciate it. Hopefully it will also be of use to others out there as well.

I appreciate you both.
Hammers

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2012-02-10 19:22

Aside from not perfect logic for detection of the file name, GD now detects them and replaces with "Photo #" rather than with blank. I think it is step in right direction. Once I made universal detection working, it should be fine.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-02-12 01:40

@Hammers: I did make some improvements, please test included version - better handles titles and takes in consideration "visible_title_length"

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
AdrianM

Joined: 2012-01-28
Posts: 3
Posted: Sat, 2012-02-11 20:45

Serge,

Thanks I made the changes you suggested but still had the problem with the columns. I did however reset the theme back to the default settings in case I had done something else wrong.

With the default settings it worked - a 3 x 3 layout as I wanted. However when I changed the photoframe to iphoto the layout problem was back. I then tried changing the colour pack to blackhawk with iphoto and that worked OK too.

I tried a few combinations and it was only the greydragon / iphoto combination that didn't work.

I have swapped to greydragon / iphone that works fine for now. Could it be a simple fix to get greydragon / iphone to work too?

Thanks again for taking the trouble to look into the problem.

Adrian.

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Sat, 2012-02-11 22:15

Serge,

I updated that file and I still get similar results. Here is a screenshot:
http://i.imgur.com/sqXaF.jpg

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-02-13 18:22

@Hammers: I have created the exact setting as in your dialog and found some improvements which were required
However, since it does not work for you it seems like it is not enough

Included is a debug version, if you'd like to help me to get to the bottom of this
replace the file refresh the page, then look at g-title element of the thumb where name does not work as expected. You should see the comment with debug data. Please send it to me.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-02-12 01:41
AdrianM wrote:
Serge,

Thanks I made the changes you suggested but still had the problem with the columns. I did however reset the theme back to the default settings in case I had done something else wrong.

With the default settings it worked - a 3 x 3 layout as I wanted. However when I changed the photoframe to iphoto the layout problem was back. I then tried changing the colour pack to blackhawk with iphoto and that worked OK too.

I tried a few combinations and it was only the greydragon / iphoto combination that didn't work.

I have swapped to greydragon / iphone that works fine for now. Could it be a simple fix to get greydragon / iphone to work too?

Thanks again for taking the trouble to look into the problem.

Adrian.

Thank you for looking into it. I will try to find what is causing it.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-02-12 22:18
AdrianM wrote:
I tried a few combinations and it was only the greydragon / iphoto combination that didn't work.
...
Adrian.

Could not reproduce it...

Does this show you 3x3? http://photo.dragonsoft.us/?colorpack=greydragon&framepack=iphone
if you could check in your browser, what is the min-widht value shown for the cell
Should be 31%

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Mon, 2012-02-13 15:38

Serge,

Here is a screenshot:
http://i.imgur.com/c55yK.jpg

Thanks,
Hammers

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-02-13 18:26
Hammers wrote:
Here is a screenshot: http://i.imgur.com/c55yK.jpg

By look of it, you are getting proper title then. Below is a "clean" version for you.
Reason I am putting "PHOTO #" there because it is then used as a reference anywhere - breadcrumbs, photo title, etc.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Hammers

Joined: 2006-04-24
Posts: 48
Posted: Mon, 2012-02-13 21:00

Serge,

It worked. It is displaying the titles as you designed. Screenshot here:
http://i.imgur.com/cnvzo.jpg

Hammers

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-02-13 21:08

Great! It would be available in next release - 3.2

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
sare

Joined: 2012-02-17
Posts: 1
Posted: Fri, 2012-02-17 15:02

Hello,

i've got a strange problem.
I just installed the most recent GreyDragon theme on Gallery 3.0.2 (Ubuntu Server running Apache) and in general it works fine, but after a short time (seems random to me, sometimes immediately, sometimes after some minutes...) it switches back to the wind theme, with the error message "could not find theme greydragon".
I can switch back to greydragon theme immediately, and even change and save settings, but it still changes back to wind after some time.
Change directory permissions to fully writeable for everybody, doesn't change anything, and settings of the theme are also stored.
I don't know whether theme settings are stored to database, or in how far it could be a database problem, but I doubt it, since everything else works fine.
I've got two other custom themes installed (Pear and ClearCanvas) and they work fine.
I would be glad if somebody could give me a hint on where to look (or even better a solution :) )
If you need any further info on plugins or specs just let me now.

sare

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2012-02-17 17:09
sare wrote:
Hello,

i've got a strange problem.
I just installed the most recent GreyDragon theme on Gallery 3.0.2 (Ubuntu Server running Apache) and in general it works fine, but after a short time (seems random to me, sometimes immediately, sometimes after some minutes...) it switches back to the wind theme, with the error message "could not find theme greydragon".
I can switch back to greydragon theme immediately, and even change and save settings, but it still changes back to wind after some time.
Change directory permissions to fully writeable for everybody, doesn't change anything, and settings of the theme are also stored.
I don't know whether theme settings are stored to database, or in how far it could be a database problem, but I doubt it, since everything else works fine.
I've got two other custom themes installed (Pear and ClearCanvas) and they work fine.
I would be glad if somebody could give me a hint on where to look (or even better a solution :) )
If you need any further info on plugins or specs just let me now.

sare

You would need to ask G3 team, as I never seen anything like that
I would try to deactivate, delete, reupload and reactivate the theme.
Anything in the logs? No hardware issues?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Sat, 2012-02-18 08:36

Hi Serge D,

Thanks again for your great theme and support.

I have this case hope you care to help me: I want to open fullsize images in new HTML window.

For example: In normal, if I open a fullsize image with image URL like http://domain.com/var/albums/album-name/img.jpg

Now I want open it as: http://domain.com/var/albums/album-name/img.html with HTML code include:

Quote:
some text
<img src="http://domain.com/var/albums/album-name/img.jpg" title="" alt="">
some description about this image...
some text

How do I can?

Sorry for my bad English, hope you understand.

Thank you.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2012-02-18 18:58

Easiest way probably would be to grab module like colorbox/fancybox/shadowbox and and adjust logic so instead of overlay you open a new window...

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Ser Moro
Ser Moro's picture

Joined: 2007-12-08
Posts: 79
Posted: Sun, 2012-02-19 15:14
Quote:
With the default settings it worked - a 3 x 3 layout as I wanted. However when I changed the photoframe to iphoto the layout problem was back. I then tried changing the colour pack to blackhawk with iphoto and that worked OK too. I tried a few combinations and it was only the greydragon / iphoto combination that didn't work.

1. My colorpack is GDwind & 3 x 3 layout
Follow framepacks don't work propely:
android, book, darkglass, iphoto, iphone, slide.
I looks with FF, IE9. Pages have 2 columns.

2. If display resolution is 1024x768, thumbs overlapping take place (framepack - book).

SM

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-02-19 16:30

Have you tried 31% fix above?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Ser Moro
Ser Moro's picture

Joined: 2007-12-08
Posts: 79
Posted: Sun, 2012-02-19 17:24

For GDwind & book this don't help.
I have 3 columns if i set 4 columns in options.
PS
Sorry, with 31% in IE9 i have 3 columns, if resolution >= 1280x1024
Forget - thumbsize=200

SM

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-02-20 01:47
Ser Moro wrote:
For GDwind & book this don't help.
I have 3 columns if i set 4 columns in options.
PS
Sorry, with 31% in IE9 i have 3 columns, if resolution >= 1280x1024
Forget - thumbsize=200

Let me clarify, you stated that your resolution is less then 1280 horizontally, if so, you are out of luck
the only option you would have is to place sidebar on the bottom/top, but not left/right

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Ser Moro
Ser Moro's picture

Joined: 2007-12-08
Posts: 79
Posted: Wed, 2012-03-28 15:38

My resolution 1280x1024
See the pictures:
Sorry, no screenshots
SM

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-02-20 16:57

Ага, давайте попробуем пофиксить один за одним :)

Thank you for the sample, I have something to try here
in book/css/frame.css

find and modify as following the line

#g-album-grid>li { padding: 10px 0px 10px 14px; }

Let me know if it would help

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Ser Moro
Ser Moro's picture

Joined: 2007-12-08
Posts: 79
Posted: Mon, 2012-02-20 18:27

Serge D
Кое о чём догадывался:)

Thank you, this work!
But, if i decrease the browser window still appears the overlaping (before going down the right thumbnails)

SM

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-02-21 01:01

There is minimum.
with one you have at the moment, it does now wrap - IE9, normal fonts

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Ser Moro
Ser Moro's picture

Joined: 2007-12-08
Posts: 79
Posted: Tue, 2012-02-21 09:28

Today worked on the retro computer.
1024x768: Opera, FF, IE7 - all right!
No wrap, no overlapping, no problem.
Once more, thanks

SM

 
rrpandey

Joined: 2011-10-20
Posts: 9
Posted: Wed, 2012-02-22 09:16

Please help me to align site menu from left, i am using greydragon theme and even after modifying the css. it does not work, please help
#g-site-menu.g-default { left: 21em; bottom: 0; }, i just want to change 21em to 2em or 5px.
#g-site-menu.g-top { left: 21em; top: 2px; }
where i need to modify the code, please guide

Regards

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-02-22 15:52

If you modified right in the theme's CSS instead of using custom.css then you need to refresh CSS cache by making small change (add space) to screen.css
Instead I would suggest to copy rules above into custom.css - see FAQ for more details on how to do this

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
grantiago

Joined: 2002-08-23
Posts: 78
Posted: Wed, 2012-02-22 20:45

Hi. I'm getting a ?root=yes on my base url. Once I click on the enter box it changes to ?root=no. How do I remove it?

greydragon 3.1.4
gallery3.02
template settings for a root album
using an .htaccess file I found on this forum. -- thank you

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-02-23 02:41

Do not know anything about htaccess, but if you use rootpage option, this is what you get

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
rrpandey

Joined: 2011-10-20
Posts: 9
Posted: Thu, 2012-02-23 05:21

Hi Serge,
Thanks for your quik response

Please explain little bit more as i am not an expert in coding. i have used custom menus module and i have at least 14 menus with i need to align from extreme left to right. i tried everything, its not working.

RRPANDEY

 
rrpandey

Joined: 2011-10-20
Posts: 9
Posted: Thu, 2012-02-23 09:08

hi,
Search not working while Shopping Basket module is active in greydragon theme.
please guide.

Thanks
RRPANDEY

 
USAVRI

Joined: 2012-02-25
Posts: 2
Posted: Sat, 2012-02-25 18:10

Hi,

I just set up Gallery3 with the Grey Dragon Theme. I'm hoping this is simple, but when I try to rearrange/organize the pictures in an album it says 'an error occurred consult your system administrator.'

Any ideas?

Thanks, Kim

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2012-02-25 19:28

Known issue with G3
Try updating to latest experimental code (not GIT)

USAVRI wrote:
Hi,

I just set up Gallery3 with the Grey Dragon Theme. I'm hoping this is simple, but when I try to rearrange/organize the pictures in an album it says 'an error occurred consult your system administrator.'

Any ideas?

Thanks, Kim

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-02-27 19:14
rrpandey wrote:
hi,
Search not working while Shopping Basket module is active in greydragon theme.
please guide.

Thanks
RRPANDEY

Problem is that basket module does not have proper item check

open basket-side-bar.html.php and adjust line 9 as

if ((!empty($item)) && $item->is_photo() && product::isForSale($theme->item()->id)){

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter