Talk:Gallery2:Themes:PGlightbox - Gallery Codex
Personal tools

Talk:Gallery2:Themes:PGlightbox

From Gallery Codex

If you don't mind, you could use this Wiki-Space for discussion, to help getting the noise in the forums a bit lower ...

Contents

Setup Guidelines

Moving page to Gallery2:Themes:PGlightbox

Please move this page to Gallery2:Themes:PGlightbox

For modules, we have exact this naming scheme. Note that capitalization matters as well. The PGlightbox in Gallery2:Themes:PGlightbox should be the same capitalization as in your themeId.

--Valiant 10:57, 18 October 2006 (PDT)

OK

  
class PGlightboxTheme extends GalleryTheme {

	/**
	 * Constructor
	 */
	function PGlightboxTheme() {
	global $gallery;

	$this->setId('PGlightbox');
	$this->setName($gallery->i18n('PGlightbox'));
	$this->setDescription($gallery->i18n('Gallery2 (v 2.2.x) based on PGtheme from WWW.PEDROGILBERTO.NET'));
	$this->setVersion('1.1.5');  /* Update upgrade() also */
	$this->setRequiredCoreApi(array(7, 0));
	$this->setRequiredThemeApi(array(2, 4));

Was this what you meant?

--LFrank 01:47, 19 October 2006 (PDT)

Sidebar like in Carbon

I implemented to PGlightbox sidebar like in Carbon theme. You can check it at my site.

I also made some bug fixes. I'm working on multilangual support for "alternative texts".

I think I can add all the changes to repository.

advertisements