PG theme

victrola

Joined: 2005-10-18
Posts: 7
Posted: Thu, 2005-10-20 16:01

aph, after you've disabled and uninstalled the Cart module (if it as even enabled in the first place), follow LFrank's advice in the following quote. It removed every trace of the Cart feature successfully from my Gallery.

LFrank wrote:
g5, album.tpl, navigatorTop.tpl as well as NavigatorPhotoTop- and Bottom.tpl contain these lines.
Look for appearances of

     {if !empty($theme.params.colorpack)}
                                        <a href="{g->url arg1="controller=checkout.AddToCart" arg2="itemId=`$child.id`" arg3="return=`$theme.item.id`"}" 
onmouseout= "cart{$child.id}.src='{g->url href='modules/colorpack/packs/'}{$theme.params.colorpack}/images/add_cart.gif'"
onmouseover= "cart{$child.id}.src='{g->url href='modules/colorpack/packs/'}{$theme.params.colorpack}/images/add_carton.gif'">
                                          <img id="cart{$child.id}" src="{g->url href='modules/colorpack/packs/'}{$theme.params.colorpack}/images/add_cart.gif" alt="Add to Cart" longdesc="Add to Cart" title="{g->text text=$theme.params.ItemsAddCartText}" /></a>
                                      </td>
                                      {if !empty ($theme.params.ItemsActionsText)}
                                      <td>
<a href="{g->url arg1="controller=checkout.AddToCart" arg2="itemId=`$theme.item.id`" arg3="return=`$child.id`"}" 
onmouseout= "cart{$child.id}.src='{g->url href='modules/colorpack/packs/'}{$theme.params.colorpack}/images/add_cart.gif'"
onmouseover= "cart{$child.id}.src='{g->url href='modules/colorpack/packs/'}{$theme.params.colorpack}/images/add_carton.gif'">
                                          {g->text text=$theme.params.ItemsAddCartText}</a>
                                      </td>
                                      {/if}
                                    {else}
                                        <a href="{g->url arg1="controller=checkout.AddToCart" arg2="itemId=`$child.id`" arg3="return=`$theme.item.id`"}" 
onmouseout= "cart{$child.id}.src='{g->url href='themes/PGtheme/images/'}add_cart.gif'"
onmouseover= "cart{$child.id}.src='{g->url href='themes/PGtheme/images/'}add_carton.gif'">
                                          <img id="cart{$child.id}" src="{g->url href='themes/PGtheme/images/'}add_cart.gif" alt="Add to Cart" longdesc="Add to Cart" title="{g->text text=$theme.params.ItemsAddCartText}" /></a>
                                      </td>
                                      {if !empty ($theme.params.ItemsActionsText)}
                                      <td>
<a href="{g->url arg1="controller=checkout.AddToCart" arg2="itemId=`$child.id`" arg3="return=`$theme.item.id`"}" 
onmouseout= "cart{$child.id}.src='{g->url href='themes/PGtheme/images/'}add_cart.gif'"
onmouseover= "cart{$child.id}.src='{g->url href='themes/PGtheme/images/'}add_carton.gif'">
                                          {g->text text=$theme.params.ItemsAddCartText}</a>
                                      </td>
                                    {/if}
                                  {/if} {* cart end *}												

and comment it off. I've adapted to use the PayPal Cart - in the Original Files, arg1 would
be

arg1="controller=cart.AddToCart"

Gallery version = 2.0+ core 1.0.4
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Thu, 2005-10-20 17:05

victrola, look in theme.tpl - very much at the beginning - for
<title>{$theme.params.site}</title> and remove this line ;)
Let me know if it helped :)

Gallery version = 2.0+ core 1.0.4
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
mincel
mincel's picture

Joined: 2005-10-14
Posts: 134
Posted: Thu, 2005-10-20 20:36

Hi Frank,
I think, I found a way to apply watermarks to fullsize images. But i am not familiar to theme code. Watermark module also contains DownloadItem and I think it is used to Apply watermark to images downloaded from outside your Gallery on the fly. If it is possible for you can you to test watermark.DownloadItem? If it is not possible, next weekend i can try.

http://gallery.mincel.com

 
luvdodo

Joined: 2005-10-20
Posts: 20
Posted: Thu, 2005-10-20 22:19

Hello Friends,

I am newbiew user on both Gallery2 as well as the PG Theme. I should admit it's once of the best designs I’ve ever seen. I downloaded gallery2 and tried customizing it but could not get the effects seen on Pedro's site. So I had 2 questions that you all might be able to help me with –

1) How do we get the white border on the thumbnails? (Existing is a thin black line)

2) How do we show the icons for CART, ADD, VIEW COMMENTS? Because I only see the “CART

 
McKillem

Joined: 2005-10-19
Posts: 3
Posted: Thu, 2005-10-20 22:35
McKillem wrote:
I have a problem with loading other colorschemes.
U uploaded everything in all the directories the way stated as explained.

I can activate the theme and it works fine, but i somehow cannot figure out how to set a diffrent color scheme, in my case that would be PGcharcoal.
I hope i make sence.

I have the latest and greatest versions of both gallery2 and the theme

Can someone help me please, its bugging the hell out of me, (and another user here).

Help would be greatly appreciated.

For the record: The color schemes dont show up in the modules menu.

 
victrola

Joined: 2005-10-18
Posts: 7
Posted: Fri, 2005-10-21 03:15

LFrank, thanks, but no luck. It's still there.

LFrank wrote:
victrola, look in theme.tpl - very much at the beginning - for
<title>{$theme.params.site}</title> and remove this line ;)
Let me know if it helped :)

Gallery version = 2.0+ core 1.0.4
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
victrola

Joined: 2005-10-18
Posts: 7
Posted: Fri, 2005-10-21 03:19

Do you have the Color Packs module installed and activated? It's the first module under the Display category.

McKillem wrote:
McKillem wrote:
I have a problem with loading other colorschemes.
U uploaded everything in all the directories the way stated as explained.

I can activate the theme and it works fine, but i somehow cannot figure out how to set a diffrent color scheme, in my case that would be PGcharcoal.
I hope i make sence.

I have the latest and greatest versions of both gallery2 and the theme

Can someone help me please, its bugging the hell out of me, (and another user here).

Help would be greatly appreciated.

For the record: The color schemes dont show up in the modules menu.

 
cow736

Joined: 2004-12-21
Posts: 46
Posted: Fri, 2005-10-21 04:14

how did you embed wp with pgtheme like you did? is it easy to do?

 
bananabear

Joined: 2004-11-08
Posts: 34
Posted: Fri, 2005-10-21 04:27

Friends,
PG theme is great and I think the info inside this thread is very good for people who want to use it.
But would it be more effective for people who search for solutions by opening a new thread for each specific question? I think 400 something reply is simply too much for new comers to go through for their specific solutions.

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Fri, 2005-10-21 04:30

victrola, forgot - depending on your config, {$theme.params.site} appears a second time (at about line 48) in theme.tpl.
Remove that too and refresh your template cache

Gallery version = 2.0+ core 1.0.4
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Fri, 2005-10-21 04:34

victrola, where did you put the colorpacks supplied by the theme? They need to be in i.e. GALLERY2\modules\colorpack\packs\PGcharcoal
Did something get mixed up there?

Gallery version = 2.0+ core 1.0.4
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2005-10-21 05:24

valiant, i think the problem is PG shows the cart icon/link even when cart module is inactive.. pedro, please check module status before showing that link!

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Fri, 2005-10-21 05:44

mindless, is there a list of all existing permissions? I wanted to check i.e. if the user has the permission to view the full sized images to prevent the "full" icon popup.
Trying "permissions.core_ShowSource" (trying to put it together from the modules) wasn't successfull.

Thanks,
Lutz

Gallery version = 2.0+ core 1.0.4
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
cow736

Joined: 2004-12-21
Posts: 46
Posted: Fri, 2005-10-21 06:28

i designed a gallery site with the pgtheme for a friend. she is not computer savy and cannot edit the author.tpl file. is there a plugin or anything I can install so the user can edit the author.tpl file themself?

 
g5

Joined: 2005-02-03
Posts: 18
Posted: Fri, 2005-10-21 13:10

Hello Dodz,

Re: 1) this has already been addressed. Please read through all the previous threads. FYI borders are within the image itself.
Re: 2) This has already been addressed. Please read through all the previous threads. Review the settings within Site Admin/PG Theme. Play around with these settings as they will control what you do/do not see. Ensure that the albums inheret the default theme and that the default theme is set to PGTheme.

Hope this helps.

Regards,

luvdodo wrote:
Hello Friends,

I am newbiew user on both Gallery2 as well as the PG Theme. I should admit it's once of the best designs I’ve ever seen. I downloaded gallery2 and tried customizing it but could not get the effects seen on Pedro's site. So I had 2 questions that you all might be able to help me with –

1) How do we get the white border on the thumbnails? (Existing is a thin black line)

2) How do we show the icons for CART, ADD, VIEW COMMENTS? Because I only see the “CART�? icon.
I truly appreciate your help.

Thank you,

Dodz.

 
archshrk
archshrk's picture

Joined: 2005-04-29
Posts: 45
Posted: Fri, 2005-10-21 14:56
cow736 wrote:
how did you embed wp with pgtheme like you did? is it easy to do?

I'm not sure who you were asking but...
I use the Wordpress/Gallery2 plugin found here
http://wpg2.ozgreg.com
Believe me, it's awesome! and easy to use/install.
My gallery2 site: http://archshrk.com/wp-gallery2.php

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Fri, 2005-10-21 16:06

PG Theme

The theme was upgraded again, you can download "PGtheme_V1.0RC5.zip" (RC Version 1.0).

http://pedrogilberto.net/gallery2/PGtheme_V1.0RC5.zip

I hope most bugs reported are fixed:

- Only display Comments, and Cart, if modules are active
- Comments and Full size image, controled by permissions
- Display correctly comments to items and child
- Corrected "Top Navigation" separator behavior
- Corrected artifacts shown by dark images on IE (the only way i know, adding a black background to fading images)

New features:
- Clickind and draging blocks (comments, exif, action...)over the screen
- Permission to show/hide the buttons on the footer
- Permission to show/hide the Windows Status Message on IE

I'm still working on popup fullsize windows trying to display watermarks and url-rewrite. :-(

Special thak's to Lutz! :-)

If you noticed any bugs let me know, i'll try to solve it as soon as possible.

http://pedrogilberto.net/gallery2/theme.html
http://pedrogilberto.net/gallery2/

 
g5

Joined: 2005-02-03
Posts: 18
Posted: Fri, 2005-10-21 16:59

Super..... Now, what is the best way to to an update ::)

I have been putting the files that i modify into a local folder, but only the ones that speficy to do so at the top of the code... Some of the pages did not have this comment so i did not do so.

Is there a way to know which specific files have been modified? Or what are best options for updating?

Cheers,

 
McKillem

Joined: 2005-10-19
Posts: 3
Posted: Fri, 2005-10-21 17:06
victrola wrote:
Do you have the Color Packs module installed and activated? It's the first module under the Display category.

McKillem wrote:
McKillem wrote:
I have a problem with loading other colorschemes.
U uploaded everything in all the directories the way stated as explained.

I can activate the theme and it works fine, but i somehow cannot figure out how to set a diffrent color scheme, in my case that would be PGcharcoal.
I hope i make sence.

I have the latest and greatest versions of both gallery2 and the theme

Can someone help me please, its bugging the hell out of me, (and another user here).

Help would be greatly appreciated.

For the record: The color schemes dont show up in the modules menu.

I cannot beleive my stupidity.
Thanks a bunch :)

 
tomcat76
tomcat76's picture

Joined: 2003-04-22
Posts: 133
Posted: Fri, 2005-10-21 18:22

Hi Pedro, great work....

Nice to see your report on what has been done and is still to be done, would it be possible to include a 'help' file for those of us who fairly new to g2 and where your files are placed etc, and is it just a matter of over writing your original files when updating.

Many thanks for the great work.

Regards Steve

 
patrickthickey
patrickthickey's picture

Joined: 2004-08-22
Posts: 164
Posted: Fri, 2005-10-21 18:50

Hello all...great work Pedro and incredible support work by Lutz. We may need to consider a renaming of the theme to PGL? ;-)

I fixed my problem regarding the viewing of "add comments" by taking a few moments and selecting the correct options.

** however ** at least using FireFox, the view full image now shows the absolute full image which in some of my cases is insansly large. This behavior is different versions where a scaled -to-ft-the-screen version would appear.

Oddly, I have resized the photos in question to be no larger than 1200 x 800 or so, and yet when I click the "full size" icon I still get the 3000 + image.

regards,

patrick

http://www.idyll.com/gallery2
Gallery version = 2.0.1 core 1.0.0.1
PHP version = 4.3.9 apache2handler
Webserver = Apache/2.0.52 (Red Hat)
Database = postgres7
Toolkits = ArchiveUpload, Exif, Dcraw, Ffmpeg, ImageMagick, NetPBM, Gd
Operating system = Linux 2.6.9-11.ELsmp #1 SMP Fri May 20 18:25:30 EDT 2005 x86_64

 
mcnnr3

Joined: 2005-10-19
Posts: 5
Posted: Fri, 2005-10-21 21:19

pedro, is the callbacks.inc file still necessary, i did not find it in the version RC5 zip.

 
luvdodo

Joined: 2005-10-20
Posts: 20
Posted: Sat, 2005-10-22 01:10

G5,

1) I got the neat white border on my Pics, that was easy as I had to play around with one of the cascading style sheets.

2) Work in progress. Should not be difficult as I've got a hang of the code now. Time is what I try to get first :)

Cheers,

Dodz.

g5 wrote:
Hello Dodz,

Re: 1) this has already been addressed. Please read through all the previous threads. FYI borders are within the image itself.
Re: 2) This has already been addressed. Please read through all the previous threads. Review the settings within Site Admin/PG Theme. Play around with these settings as they will control what you do/do not see. Ensure that the albums inheret the default theme and that the default theme is set to PGTheme.

Hope this helps.

Regards,

 
victrola

Joined: 2005-10-18
Posts: 7
Posted: Sat, 2005-10-22 03:14

Thank you, it's completely removed.

As for the Color Pack question, it wasn't my question, I was responding to someone else's question, and something weird happened when I quoted their post. :)

LFrank wrote:
victrola, forgot - depending on your config, {$theme.params.site} appears a second time (at about line 48) in theme.tpl.
Remove that too and refresh your template cache

Gallery version = 2.0+ core 1.0.4
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Sat, 2005-10-22 04:39

Pedro, wow - great. And Thanks to you for picking up my little sand crystal in the desert of work you've put into this phantastic theme :)
As Patrick I'm looking to fix some minor things - but all in all its getting more and more perfect.

What I've changed - showing the comment/cart even if no admin is logged in, preventing to need the actions flag set (to avoid the full dropdown displayed) and I've splitted the EXIF and Comment View on the Photo Page completely.

Gallery version = 2.0+ core 1.0.5
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
archshrk
archshrk's picture

Joined: 2005-04-29
Posts: 45
Posted: Sat, 2005-10-22 13:45

www.archshrk.com/wp-gallery2.php
The thumbnails in IE still have artifacts but the resized image does not (that's progress) Another thing i noticed is that in FF, my google ads flicker when I mouseover. I think it;s a result of a border but can't pin down where or why. My feable attempts to solve the problem are no match for this elaborate theme (which is why it's so cool)

Other than these two issues I think it's awesome! Thanks.

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Sat, 2005-10-22 14:03

Pedro, tried to use the additional links (Equipment/Portfolio) to replace those I've hardcoded in my author.tpl but only get an "empty" popup. Something seems to be wrong including the additional templates.

Gallery version = 2.0+ core 1.0.5
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
mincel
mincel's picture

Joined: 2005-10-14
Posts: 134
Posted: Sat, 2005-10-22 16:10

Pedro, really great work.

I found a few minor issues:
- in IE if you disable cart module xhtml validation fails.
- if you log as admin user and chose guest, view the icons below the items displayed incorectly. "Add Album To Cart" text is always displayed.
- In the photo page it always shows a dropdown menu in guest view.
- Search text box is not working with Firefox

Thank you,

http://gallery.mincel.com

 
tomcat76
tomcat76's picture

Joined: 2003-04-22
Posts: 133
Posted: Sat, 2005-10-22 19:50

Somebody asked about the white boarder's around the thumbnail images, these were supplied by Pedro in an earlier release..
Hope that's what you were referring to...

Attached below..

Regards Steve

 
cow736

Joined: 2004-12-21
Posts: 46
Posted: Sun, 2005-10-23 04:25

PGTheme is great BTW.

suggestion: left side of page would be good for blogging no? i hope a wordpress + pgtheme plugin comes out soon.

 
kriek

Joined: 2002-11-04
Posts: 1
Posted: Sun, 2005-10-23 19:09

Hey all,

First gotta say that PG made an awesome theme...

But got myself a problem, I downloaded the zip, and after some fiddling around, I found that dragging the unzipped files 'modules' and 'themes' puts everything right in place.
So the I installed the theme, and on the PGtheme tab I can adjust everything, and choose another color pallet (I activated that module before)

So now the problem:
The theme looks messy overall, the BG is ok but none of the titles, words, admin page and such are just plain awefull.
Do I need to start messing around in some .css file to get this working, or did I overlook anything to make this magic?
(see attached screenshot of the admin page with color pack charcoal selected, the album pages look the same, black letters on black BG, and links in plain blue as if there is nothing set for these parameters)

greets, Geert.

 
Fjelsten

Joined: 2005-10-15
Posts: 66
Posted: Mon, 2005-10-24 09:17

Thanks for the new version. I really like the theme - but for the life of me I cannot get the EXIF popup to work. It's as if the popup opens in 1*1 px but is never expanded. If I show EXIF "normally" on a page (below the photo), there is no problem.

This is both in IE 6.0.2800.1106 and Opera 8.01. To my knowledge there are no popup blockers running.

Repost of and idea I've mentioned previously: Would it not be clever to have the image visible that you are commenting on?

 
cwatson

Joined: 2005-04-14
Posts: 8
Posted: Mon, 2005-10-24 17:44

i think i'll start by joining in on the praise for the best theme around, well done PG

My problem is that I updated to RC5 earlier today and was fiddling around with my permissions and I no longer have the ability to see Full Size images even when logged on as Admin. I've tried allowing everybody to View All versions, removing all permissions and reassigning them, and logging in and out as different users.

Also, how do I get rid of Item Actions under the pictures on the photo pages... I can't seem to find it in the PGtheme setup options.

Thanks

Gallery version = 2.0.1 core 1.0.0.1
PHP version = 4.3.10 cgi
Webserver = Apache/1.3.33 (Unix) DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.3.10 mod_ssl/2.8.22 OpenSSL/0.9.7e
Database = mysql 4.1.14-Debian_3-log
Toolkits = ArchiveUpload, Exif, ImageMagick, NetPBM, Thumbnail, Dcraw, Ffmpeg
Operating system = Linux topanga 2.4.29-grsec+w+fhs6b+gr0501+nfs+a32+++p4+sata+c4+gr2b-v6.189 #1 SMP Mon Feb 7 13:23:30 PST 2005 i686
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7

 
dmolavi
dmolavi's picture

Joined: 2002-12-05
Posts: 573
Posted: Mon, 2005-10-24 18:47

First, awesome theme. However, I've noticed one bug...I have my theme set up to show images in a 4x4 grid, but, when the description for an album becomes too long, the page is rendered as a 5x3 grid with one image left tailing at the bottom of the page. Ideally, the description string should wrap so that the row/column settings are honored. See the attached image.

[img]http://www.nukedgallery.net/signature.jpg[/img]

 
archshrk
archshrk's picture

Joined: 2005-04-29
Posts: 45
Posted: Tue, 2005-10-25 03:06
cow736 wrote:
i hope a wordpress + pgtheme plugin comes out soon.

Try http://wpg2.ozgreg.com I'm using it on my site. Makes your gallery2 page an embedded part of your wp site. Use colorpacks to blend and voila!
Main site = http://archshrk.com/
Gallery2 site = http://archshrk.com/wp-gallery2.php

 
MacWilliam
MacWilliam's picture

Joined: 2005-04-16
Posts: 33
Posted: Tue, 2005-10-25 07:57
LFrank wrote:
stevez32, the colorpack selection is one of this options in the admin screen ;)

I can't find this either. Where can I change the colorpack?

 
ericssonanders

Joined: 2005-10-25
Posts: 4
Posted: Tue, 2005-10-25 10:10

I just installed the this theme and it looks really nice. However, I have received the following error when trying to access my newly created folder:

PHP Warning:  GalleryCoreApi::requireOnce(D:\\Apache\\Apache2\\htdocs\\gallery2\\modules\\core\\classes/../../../modules/comment/Callbacks.inc) [<a href='function.requireOnce'>function.requireOnce</a>]: failed to open stream: No such file or directory in D:\\Apache\\Apache2\\htdocs\\gallery2\\modules\\core\\classes\\GalleryCoreApi.class on line 2505, referer: http://ericssonanders.myip.org/gallery2/main.php?g2_fromNavId=xf47abc33

PHP Fatal error:  GalleryCoreApi::requireOnce() [<a href='function.require'>function.require</a>]: Failed opening required 'D:\\Apache\\Apache2\\htdocs\\gallery2\\modules\\core\\classes/../../../modules/comment/Callbacks.inc' (include_path='.;C:\\php5\\pear') in D:\\Apache\\Apache2\\htdocs\\gallery2\\modules\\core\\classes\\GalleryCoreApi.class on line 2505, referer: http://ericssonanders.myip.org/gallery2/main.php?g2_fromNavId=xf47abc33

Now, the funny thing is that the 'include_path='.;c:\\php5\pear' is wrong but I don't know if this is the problem (I have d:\php\pear) The error results in that when click on an album you will browse to that album and see the album name and description but no images are seen and the error is displayed in the log.

I can only find Callbacks.inc in one place and that is in gallery2/modules/core/. Any thoughts?

 
Fjelsten

Joined: 2005-10-15
Posts: 66
Posted: Tue, 2005-10-25 12:26

Sorry for my posts regarding my inability to see EXIF data. I was under the impression that showing the button meant actually having the ability to show the data. I just found out you need to click the check box above it to actually show something.

Maybe this should be cleared up with a different wording in the Admin section?

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Tue, 2005-10-25 12:48

ericssonanders, what are your G2 specs (eg. version numbers)

Gallery version = 2.0+ core 1.0.5
PHP version = 5.1.0RC1 apache2handler
Webserver = Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Database = mysql 5.0.11-beta-nt-log
Gallery-URL = https://lf-photodesign.de

 
ericssonanders

Joined: 2005-10-25
Posts: 4
Posted: Tue, 2005-10-25 13:19

Gallery version=2.0.1 (downloaded it today so it should be the most recent)
PHP version=5.0.5 (as module, not cgi)
Webserver=Apache/2.0.55 (Win32)
DB=mysql 4.1.15-nt-log
Gallery-URL=http://ericssonanders.myip.org/gallery2/

 
dfanning
dfanning's picture

Joined: 2005-09-11
Posts: 11
Posted: Tue, 2005-10-25 13:48

I am a little bit of trouble with the PGtheme. I don't understand how to use the equipment.tpl and portfolio.tpl. I have checked the boxes in the theme admin and have put equipment.tpl and portfolio.tpl into the links section. All I get is small blank boxes. When I mouse over the links, I can see # after my website URL. What am I doing wrong?

Dennis Fanning
http://aldwell-photos.homeip.net/

 
ericssonanders

Joined: 2005-10-25
Posts: 4
Posted: Tue, 2005-10-25 16:04

The problem only occurs when trying to access albums that are in specific albums. If the picture/s are located just in g2data\albums instead of g2data\albums\album1 for example everything works, i.e. when the pictures are in the "root" of the album structure.

 
ericssonanders

Joined: 2005-10-25
Posts: 4
Posted: Wed, 2005-10-26 10:45

Problem solved. I have installed G2 minimal which don't have the comments module installed by default. I installed the comments-module and PGTheme works fine now. Guess this is kind of bad since many of us don't need the comments feature but thinks that PGTheme is a great theme.

 
kerryman
kerryman's picture

Joined: 2005-10-14
Posts: 130
Posted: Wed, 2005-10-26 15:10

How to move add to cart button from "options" popup section to be under each photo.

In standard configuration, with zipcart checkout provided with g2, it works in a way I like. There is a button under each picture in album view, as well as in the photo view. When I replaced it with email/paypal checkout, there is no longer any button or text.
But - it is still one of the options in "options" popup window.
any idea which file should I refer to?
thanks for any help

kind regards, Chris

 
jschrader

Joined: 2005-10-26
Posts: 6
Posted: Wed, 2005-10-26 15:52

And yet another very satisfied G2 and PG user.
Great work, guys. Keep it up!
Please forgive me my stupid question but even after some search I couldn't find a hint how to upgrade
an installed theme. Actually I am using PG RC1 and would like to upgrade to RC5. Do I just have to
overwrite the PGtheme folders in my G2 installation? Anything else I should know?

If you want to take a look, feel free to visit
http://www.schrader-air.de

cu
juergen

 
dmolavi
dmolavi's picture

Joined: 2002-12-05
Posts: 573
Posted: Wed, 2005-10-26 16:06

Yes, just copy the new files over your old.

[img]http://www.nukedgallery.net/signature.jpg[/img]

 
jschrader

Joined: 2005-10-26
Posts: 6
Posted: Wed, 2005-10-26 16:36

Thanks.
But that just became obsolete, since I completely messed my gallery with the 2.01 update.
(I'm still banging my stupid head on the wall). I overread the part with the updater and
copied instead the single files over the existing ones. Seems theres no way to recover that.

 
eryxxx

Joined: 2005-09-05
Posts: 30
Posted: Wed, 2005-10-26 17:51

I have G2 with PGTheme installed on my homepage (www.tallaksen.org/db/) and I am overly pleased with the possibilities this gives me.
I have one problem though, that I have not been able to solve. When the albums are loaded into main.php, i would like to have maximum 4 columns and "infinite" numbers of rows. What happens now is that when I add a new album the text on the left hand side gets squeezed.
Most probably I have missed something obvious, hopefully any of you are able to guide me into the right direction.
Thanks in advance!
Rune, Norway

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Wed, 2005-10-26 18:47

PG Theme

The theme was upgraded again, you can download "PGtheme_V1.0RC6.zip" (RC Version 1.0).

http://pedrogilberto.net/gallery2/PGtheme_V1.0RC6.zip

I hope most bugs reported are fixed:
- Add Comments shown on Photos only if modules are active
- Corrected artifacts shown by dark thumbnails on IE (the only way i know, adding a black background to fading images)

New features:
- New popup fullsize windows, with zomm facility and displaying watermark

I'm still working on correct display of navigation to items that aren't inside any album and url-rewrite. :-(

If you noticed any bugs let me know, i'll try to solve it as soon as possible.

http://pedrogilberto.net/gallery2/theme.html
http://pedrogilberto.net/gallery2/

 
dmolavi
dmolavi's picture

Joined: 2002-12-05
Posts: 573
Posted: Wed, 2005-10-26 18:52