PG theme

AndrewMac

Joined: 2006-01-18
Posts: 4
Posted: Thu, 2006-01-19 05:02
gbo wrote:
You can try to add permission on your main gallery, if you haven't already done that. You need to log in, choose [Edit Permission] and add permission (cf image below).

http://mesphotos.fontismedia.com/tc/gallery_permission.png
_________________
Gil
My Gallery http://mesphotos.fontismedia.com/

Thanks Gil, I already have that permission set.

See attached screengrab

AttachmentSize
permissions.jpg74.4 KB
 
gbo
gbo's picture

Joined: 2005-10-06
Posts: 24
Posted: Thu, 2006-01-19 08:34
Quote:
Thanks Gil, I already have that permission set.

My mistake add this group permission (cart [add to cart]) with group name [everybody], let me know if it solved the problem.

New screenshot below :
http://mesphotos.fontismedia.com/tc/gallery_permission_group.png

_________________
Gil
My Gallery http://mesphotos.fontismedia.com/

 
mattym

Joined: 2005-02-03
Posts: 33
Posted: Thu, 2006-01-19 18:13

sorry to ask a very basic question, but how can i change the width of the window on the front page of the gallery that the images show in, i want to make it slightly bigger and change the background colour very slightly, but i have no idea where to start with it

Any pointers greatefully received!

 
AndrewMac

Joined: 2006-01-18
Posts: 4
Posted: Thu, 2006-01-19 22:09

Gil, I don't have "cart" installed.. only the checkout module.

 
bellasiena

Joined: 2005-12-11
Posts: 9
Posted: Fri, 2006-01-20 04:42

I'm trying to get the author.tpl information displayed on the main gallery page. It displays fine when I'm logged in, but when I enter "Guest" mode it disappears. Is their a toggle I'm missing in the Theme setup?

Thanks for the help, Gary

 
ctaho
ctaho's picture

Joined: 2005-03-28
Posts: 5
Posted: Fri, 2006-01-20 08:00

I installed the PG theme RC7 on G2 2.0.2 and found that when using IE, certain imageframes (e.g. Bamboo) are messed up, for example:

http://be.together.hk/main.php?g2_view=core.ShowItem&g2_itemId=98

The same page shows up well on firefox.

Those are the imageframes with TTL, TTR, LLT, LLB, RRT, RRB etc. that have problem. Is that normal or have I set something wrong?

Thanks.

 
Mozambique

Joined: 2005-11-29
Posts: 108
Posted: Fri, 2006-01-20 09:08

Fantastic theme! Just one questin: In the floating sidebar, the content is centered, but in static sidebar it is not.
How can I get the content centered in the static sidebar?

AttachmentSize
static.jpg12.74 KB
floating.jpg13.26 KB
 
Dayo

Joined: 2005-11-04
Posts: 1556
Posted: Fri, 2006-01-20 09:22
bellasiena wrote:
Hi Dayo,

Thanks for the feedback. Yes, I agree IE is very messy however we have to design for all browsers unfortunatley.
I went back to the 1px black frame and it works fine. Most folks don't see these errors because
they have their script errors turned off.

I have discovered another problem that I think Pedro should be aware of, it may be something in
one of the CSS files. When you bring up the slideshow on Netscape and/or Firefox, and then click
the [+] symbol to reveal the slideshow options, you'll notice that the blending (slide transition)
options pull-down is NOT shown. Could this be a CSS problem? I tried it on several different machines
and received the same results so it's not a setting with Firefox or a possible server setting.

Thanks for the TPL information. Should I place all my updated tpls in a local folder inside the templates folder?

Best regards,

Gary

The blend feature is not available on non-IE browsers. The reasons arecomplex but basically PGtheme determines your browser and decides whether to show it or not.

Gallery Version: 2.0.2
Gallery Theme: PGTheme (RC07)
Web Site: http://dakanji.com

 
Dayo

Joined: 2005-11-04
Posts: 1556
Posted: Fri, 2006-01-20 09:25
ctaho wrote:
I installed the PG theme RC7 on G2 2.0.2 and found that when using IE, certain imageframes (e.g. Bamboo) are messed up, for example:

http://be.together.hk/main.php?g2_view=core.ShowItem&g2_itemId=98

The same page shows up well on firefox.

Those are the imageframes with TTL, TTR, LLT, LLB, RRT, RRB etc. that have problem. Is that normal or have I set something wrong?

Thanks.

You are not doing anything wrong. Try writing Bill Gates a letter asking hinm to sort IE out or better still, use another browser.

Gallery Version: 2.0.2
Gallery Theme: PGTheme (RC07)
Web Site: http://dakanji.com

 
Dayo

Joined: 2005-11-04
Posts: 1556
Posted: Fri, 2006-01-20 09:32
Mozambique wrote:
Fantastic theme! Just one questin: In the floating sidebar, the content is centered, but in static sidebar it is not.
How can I get the content centered in the static sidebar?

I solved this problem on my site by editing Sidebar.tpl. I changed this line...

<div id="gsSidebar" class="gcBorder1">

to

<div id="gsSidebar" class="gcBorder1" align=center>

Gallery Version: 2.0.2
Gallery Theme: PGTheme (RC07)
Web Site: http://dakanji.com

 
Mozambique

Joined: 2005-11-29
Posts: 108
Posted: Fri, 2006-01-20 09:47

Thanks Dayo. Static sidebar fixed!

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Fri, 2006-01-20 11:12

Pedro, any feedback on making it CVS (2.1-) compatible??

Gallery version=2.0.2+ core 1.0.10
PHP version=5.1.2 apache2handler
Webserver=Apache/2.2.0 (Win32) DAV/2 PHP/5.1.1 mod_ssl/2.2.0 OpenSSL/0.9.8a
Database=mysql 5.0.16-nt-log
Gallery-URL=http://lf-photodesign.de

 
kerryman
kerryman's picture

Joined: 2005-10-14
Posts: 130
Posted: Fri, 2006-01-20 13:23

Hi everyone. Pedro helped me with putting "Add Items" link in the header. this is fragment of code (theme.tpl):

{* add items on top menu *}
{if $user.isAdmin}
{$separator}
<a href="{g->url arg1="view=core.ItemAdmin" arg2="subView=core.ItemAdd" arg3="itemId=`$theme.item.id`" arg4="return=`$theme.item.id`"}">Add Items</a>
{/if}

I wish it was possible:
1. only registered users could add items - this part i solved replacing $user.isAdmin with $user.isGuest==0
AND at the same time
2. prevent adding photos to 1st page of gallery. When I change permissions - button still appears, clicking on it in not permitted place causes permission error. The issue is only about first page of gallery, users will be allowed to add sub-items in all albums.

kind regards, Chris

 
saul11

Joined: 2005-10-04
Posts: 109
Posted: Fri, 2006-01-20 16:42

AndrewMac,
Oke not the cart permission ... but you have the '[checkout] Purchase item' permission set for group 'everybody'?

mattym,
To widen your gallery table a bit, open album.tpl and look for the second table tag near the top of the page. This sould be something like '<table width="92%" cellpadding="0" class="gcBackground1 gcBorder2" align="center">'. Just increase the width percentage and you have yourself a wider table for gallery's first page and the album pages. Do the same in photo.tpl and the photopages will also show your new width.

bellasiena,
When you editted the author.tpl file, did you enter you content below/after {/if} ? The content placed within the if clause only display for the admin (neither in guest preview mode)

kerryman,
your second point: you can check if the user is on the first page with '$theme.parents'. If it has a value, the user is browsing in an album and thus, not on the first page.

 
kerryman
kerryman's picture

Joined: 2005-10-14
Posts: 130
Posted: Fri, 2006-01-20 17:14

saul11, thanks. Problem solved :)
kind regards, Chris

 
w1zer

Joined: 2005-09-26
Posts: 37
Posted: Fri, 2006-01-20 18:56

I wonder if someone could help. I am using the PG Theme, with the brown colourpack. On the view picture page, i'd like the small picture icons to be 3 wide instead of 4. Is tghis simple to do?

 
mattym

Joined: 2005-02-03
Posts: 33
Posted: Fri, 2006-01-20 20:05

thank you!

 
chanrholf

Joined: 2003-10-12
Posts: 8
Posted: Fri, 2006-01-20 22:27

My friend installed pg theme. This is the error:

Gallery2 theme from WWW.PEDROGILBERTO.NET Incompatible theme!
Core API Required: 6.5 (available: 7.1) Theme API Required: 2.1 (available: 2.2)

I think its gallery v2.1.0

Any idea?

 
AndrewMac

Joined: 2006-01-18
Posts: 4
Posted: Fri, 2006-01-20 22:43

Yes I do Saul, I wonder if it's the cart/checkout issue as mentioned earlier in the thred. I've rolled back to Matrix in the meantime. When I have a little more time I'll have a look and see if I can figure it out.

Ta

Andrew Mac

 
bellasiena

Joined: 2005-12-11
Posts: 9
Posted: Sat, 2006-01-21 00:23

saul11, thank you, works great!, Gary

 
digitalsutt

Joined: 2006-01-17
Posts: 3
Posted: Sat, 2006-01-21 02:37

I'm using PG Theme, how do I get the border with the "proofs" to align left next to the side bar.
I think its in the album.tpl, but I can't find the change.

AttachmentSize
PG-theme-Problem.jpg9.53 KB
 
kerryman
kerryman's picture

Joined: 2005-10-14
Posts: 130
Posted: Sat, 2006-01-21 17:12

Hi.
are semi-transparent windows (i.e. options menu) at pedrogilberto.net/gallery2/ issue of settings i can't find or is it new functionality in comming RC8/new colorpack? Does anyone know how to make them like that?

I'm not literate in HTML, sorry for asking noobie questions.

kind regards, Chris

******************************* added:

ok, found it in theme.css

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Sat, 2006-01-21 20:16

Attached is a theme.inc for PGtheme RC7, which makes it 2.1 (ModuleApi 7.1 and ThemeApi 2.2) compliant.
Enjoy :)

Gallery version = 2.1.0- core 1.0.19
PHP version=5.1.2 apache2handler
Webserver=Apache/2.2.0 (Win32) DAV/2 PHP/5.1.1 mod_ssl/2.2.0 OpenSSL/0.9.8a
Database=mysql 5.0.16-nt-log
Gallery-URL=http://lf-photodesign.de

AttachmentSize
theme.inc.txt34.87 KB
 
chanrholf

Joined: 2003-10-12
Posts: 8
Posted: Sat, 2006-01-21 20:56

Thanks mate, will pass it on to my frind now! ! :) :)

 
tomcat76
tomcat76's picture

Joined: 2003-04-22
Posts: 133
Posted: Sun, 2006-01-22 07:52
Dayo wrote:
Mozambique wrote:
Fantastic theme! Just one questin: In the floating sidebar, the content is centered, but in static sidebar it is not.
How can I get the content centered in the static sidebar?

I solved this problem on my site by editing Sidebar.tpl. I changed this line...

<div id="gsSidebar" class="gcBorder1">

to

<div id="gsSidebar" class="gcBorder1" align=center>

Nice fix, thanks for that... hope Pedro includes this in future updates.

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Sun, 2006-01-22 07:58

tomcat, I even did set both to "left" to allow the DHTMl-tree view to be properly displayed.

Here it was the opposite - the default-centered floating sidebar garbled the treeview...

Gallery version = 2.1.0- core 1.0.19
PHP version=5.1.2 apache2handler
Webserver=Apache/2.2.0 (Win32) DAV/2 PHP/5.1.1 mod_ssl/2.2.0 OpenSSL/0.9.8a
Database=mysql 5.0.16-nt-log
Gallery-URL=http://lf-photodesign.de

 
lt00

Joined: 2005-08-14
Posts: 9
Posted: Sun, 2006-01-22 14:40

The separator "|" does not show on the breadcrumb, anybody has any idea?

thx

lt00

-----------
PGtheme RC7
g2 version = 2.0.2+ core 1.0.10
PHP version = 4.3.11 apache2handler
服务器 = Apache/2.0.54 (Win32) PHP/4.3.11
数据库 = mysql 4.1.16-nt
工具 = ArchiveUpload, Exif, Ffmpeg, ImageMagick, Thumbnail, Gd, Swf, Dcraw
操作系统 = Windows NT PINGPONG 5.1 build 2600
浏览 = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322)

 
florre
florre's picture

Joined: 2005-03-05
Posts: 21
Posted: Tue, 2006-01-24 12:51

Hi,

I rememeber this question being answered, but I can't find it anymore...
Popups in PGTheme (e.g. while hovering over portfolio or clicking on EXIF or comment blocks) always show on top of the page, which means you don't get to see them if you have scrolled down...
If I rememeber correctly, there was some kind of javascript to fix this...

anyone can help???
thanks!!!

 
kerryman
kerryman's picture

Joined: 2005-10-14
Posts: 130
Posted: Wed, 2006-01-25 15:08

I have couple of additional objects, floating like sidebar and exif info.
I can't make them working in IE. the error, when I try to click on link is:

'document.all.info.style' is null or not an object

where "info" is id of my <div>

Everything works just fine in firefox. After a few modifications, In IE it works at album and photo page, but not at main gallery page.
I was changing only theme.tpl

Anyone could help me with that?
kind regards, Chris

 
saul11

Joined: 2005-10-04
Posts: 109
Posted: Wed, 2006-01-25 22:16

I've released my theme, now called Nature theme.
See its Thread http://gallery.menalto.com/node/43457
its page http://naturetheme.saulmade.nl/
and its demo http://www.saulmade.nl/gallery2/main.php

 
sghost
sghost's picture

Joined: 2006-01-14
Posts: 7
Posted: Thu, 2006-01-26 06:59

Dear all,

Whem viewing the main page and subalbums i get error messaged like this:

Notice: Undefined index: MTbg in c:\program files\easyphp1-8\home\snap\g2data\smarty\templates_c\%%3375082890\%%FC^FC2^FC281CC3%%navigatorThumbs.tpl.php on line 16

Notice: Undefined index: MTbgborder in c:\program files\easyphp1-8\home\snap\g2data\smarty\templates_c\%%3375082890\%%FC^FC2^FC281CC3%%navigatorThumbs.tpl.php on line 17

Notice: Undefined index: first in c:\program files\easyphp1-8\home\snap\g2data\smarty\templates_c\%%3375082890\%%FC^FC2^FC281CC3%%navigatorThumbs.tpl.php on line 129

You can see the error message in my gallery
http://dc.mtse.net/main.php?g2_view=core.ShowItem&g2_itemId=60

Anyone can help?
Thanks~~

 
w1zer

Joined: 2005-09-26
Posts: 37
Posted: Thu, 2006-01-26 09:02

I wonder if someone could help. I am using the PG Theme, with the brown colourpack. On the view picture page, i'd like the small picture icons to be 3 wide instead of 4. Is tghis simple to do?

 
digitalsutt

Joined: 2006-01-17
Posts: 3
Posted: Thu, 2006-01-26 20:36

goto "site admin">Theme>PgTheme tab, scoll down to PHOTO :: MicroThumbs - Set number of columns per MicroThumbs and change. I think this is what you are asking about.

 
tomcat76
tomcat76's picture

Joined: 2003-04-22
Posts: 133
Posted: Fri, 2006-01-27 07:54
saul11 wrote:
I've released my theme, now called Nature theme.
See its Thread http://gallery.menalto.com/node/43457
its page http://naturetheme.saulmade.nl/
and its demo http://www.saulmade.nl/gallery2/main.php

I think you will find this is a thread for the PGTheme, why not start a new Nature Theme post?

 
tomcat76
tomcat76's picture

Joined: 2003-04-22
Posts: 133
Posted: Fri, 2006-01-27 07:54

Regards Steve

 
tomcat76
tomcat76's picture

Joined: 2003-04-22
Posts: 133
Posted: Fri, 2006-01-27 07:56

Hi Pedro, could you confirm that the files on the first post are all the latest one's available please?

Regards Steve

 
saul11

Joined: 2005-10-04
Posts: 109
Posted: Fri, 2006-01-27 15:53

Hmmm Steve,

The thread link is included in my post and your quote...
But I've posted that notification about the release in here, because the Nature theme is based in the PGTheme and some readers of this post have asked for features that the Nature theme provides.

 
franzey

Joined: 2003-10-06
Posts: 13
Posted: Fri, 2006-01-27 20:46

A couple of things. I'm coming back to Gallery after taking some time off from keeping up with the most recent releases. I was running Gallery 1.4 for quite some time and now just recently updated to G2. Installed Pedro's theme and having 95% success.

1) is there a way to put the picture behind a clear gif? (I know it's not foolproof, but works for most people)

2) I CANNOT get the EXIF button, etc... to show up on my view photo page. I have clicked, unclicked, reclicked ad nauseum and nothing seems to work.

Any help is greatly appreciated.

http://mattfranz.com/gallery

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Fri, 2006-01-27 20:57

I've created an updated PGtheme RC7-CVS which is fully 2.1 compatible - even for the new
Rating/Scoring system. Please drop a not if somebody is interested till Pedro releases an official one ;)

[img]http://gallery.menalto.com/files/Image1_2.jpg[/img]

CU

Gallery version = 2.1- core 1.0.20
PHP version=5.1.2 apache2handler
Webserver=Apache/2.2.0 (Win32) DAV/2 PHP/5.1.1 mod_ssl/2.2.0 OpenSSL/0.9.8a
Database=mysql 5.0.18-nt-log
Gallery-URL=http://lf-photodesign.de

AttachmentSize
Image1.jpg34.88 KB
 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Fri, 2006-01-27 21:00

franzey, have you set all neccessary flags in the admin page - especially the level of detail you want to display?

Gallery version = 2.1- core 1.0.20
PHP version=5.1.2 apache2handler
Webserver=Apache/2.2.0 (Win32) DAV/2 PHP/5.1.1 mod_ssl/2.2.0 OpenSSL/0.9.8a
Database=mysql 5.0.18-nt-log
Gallery-URL=http://lf-photodesign.de

 
Dayo

Joined: 2005-11-04
Posts: 1556
Posted: Sat, 2006-01-28 08:29
saul11 wrote:
Hmmm Steve,
The thread link is included in my post and your quote...
But I've posted that notification about the release in here, because the Nature theme is based in the PGTheme and some readers of this post have asked for features that the Nature theme provides.

Your contribution here is noted and appreciated Saul. Thanks.

Wish you luck with the new theme and hopefully you will still give those of us sticking with PG tips (Pun Alert!!!) on our issues.

 
tomcat76
tomcat76's picture

Joined: 2003-04-22
Posts: 133
Posted: Sun, 2006-01-29 17:24
saul11 wrote:
Hmmm Steve,

The thread link is included in my post and your quote...
But I've posted that notification about the release in here, because the Nature theme is based in the PGTheme and some readers of this post have asked for features that the Nature theme provides.

Sorry missed the link, fair do's....

 
franzey

Joined: 2003-10-06
Posts: 13
Posted: Mon, 2006-01-30 14:26
LFrank wrote:
franzey, have you set all neccessary flags in the admin page - especially the level of detail you want to display?

Yep, I've got all the flags set the way I need them.

 
drhiii

Joined: 2003-04-27
Posts: 397
Posted: Mon, 2006-01-30 21:07

Hello Pedro,

Am sure this is old news, but felt it worth reporting. I applied these patches to an PGThemeRC7 installation and after using it for a few minutes, it created a RACE condition and locked up the server. I can recreate it if you like, but something munched on the system and required a hard boot. I could not get the exact error messages on the screen since it was locked up.

As always, must say this is a fantastic theme.

 
Ka1N

Joined: 2005-11-01
Posts: 24
Posted: Tue, 2006-01-31 16:17

Hey all. I've got Gallery2 running no problem. But I can't seem to be able to install PGTheme on my hosting account.

When I try to install I get a File saving dialog box asking me to save main.php

Here is my system info:
OS: Linux Debian Woody
Apache 1.3.26
PHP4 4.1.2-7
MySQL 3.23.49-8.14
Gallery 2.01
PG Theme 1.0.RC7

What are the minimum requirements for PG Theme? I seem to be ok for Gallery2
Any ideas?

Thanks.

K.

 
franzey

Joined: 2003-10-06
Posts: 13
Posted: Tue, 2006-01-31 19:44

Is there a way for Everybody to add comments and view EXIF information? I can see the buttons when i am logged in, but in guest mode, they are not present.

 
Luxus

Joined: 2004-07-07
Posts: 30
Posted: Wed, 2006-02-01 00:04

i have alot of error messages with the new the theme

http://wo.nur-spielen.de/main.php
can someone help me?

 
ranjan

Joined: 2006-01-30
Posts: 40
Posted: Thu, 2006-02-02 13:58

From the gallery admin I stop full size images by selecting
"NO"Full size images viewable.........yet using the PG theme as defult (rest are uninstalled) I still see full size image ikon above the images & on mouse over to the image I see full size link flash movie.

I click on it & can see the fullsize images with no flash being used no right click disabled.

I need to stop the access to full size images, dont know if its PG theme specific problem or gallery 2 problem.
I want right click disabled, images to show as flash & full size not to display at all
or full size display but as flash & right click disabled.

How can I do it?
or is it some bug within the code which will be debugged at later stage.
-------------------------
5 days later edited on 5feb 06
--------------------------

I find that now suddenly the link(pop up image) on top of the image has disappeared which poped up full image.

On hovering to the image I still see full image link in middle & the new window does pop up but now does not show any big image.

I haven edited any template files yet............seems the code has some bug.

Can this be sorted out please?

 
megad

Joined: 2005-11-09
Posts: 22
Posted: Thu, 2006-02-02 15:16
drhiii wrote:
Hello Pedro,

Am sure this is old news, but felt it worth reporting. I applied these patches to an PGThemeRC7 installation and after using it for a few minutes, it created a RACE condition and locked up the server. I can recreate it if you like, but something munched on the system and required a hard boot. I could not get the exact error messages on the screen since it was locked up.

I have this problem to, I've reported it a few times, I'm not sure if it's specific to my images or setup, I've tried everything, resetting everything

any other theme is fine, but pgtheme locks up firefox and the server

eventually the server does start to respond again, it sits at 100 % for quite some time though

 
Grover
Grover's picture

Joined: 2003-06-29
Posts: 4
Posted: Fri, 2006-02-03 03:38

[spam links removed]