Configure gallery 2.3

rudeboy
rudeboy's picture

Joined: 2002-10-30
Posts: 160
Posted: Mon, 2011-08-15 03:38


Gallery version (not just "2"): 2.3
PHP version (e.g. 5.1.6): 5.2.17
PHPInfo Link (see FAQ): n/a
Webserver (e.g. Apache 1.3.33): n/a
Database (e.g. MySql 5.0.32): MySQL 5.1.49
Activated toolkits (e.g. NetPbm, GD): n/a
Operating system (e.g. Linux): Mac OS X Lion
Browser (e.g. Firefox 2.0): Safari

i installed Gallery via my web host on my newest site, version 2.3... how do i configure it ?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2011-08-15 04:25
 
rudeboy
rudeboy's picture

Joined: 2002-10-30
Posts: 160
Posted: Mon, 2011-08-15 12:39

found it in the meantime... you have to edit the css of the theme used.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2011-08-15 12:44
 
rudeboy
rudeboy's picture

Joined: 2002-10-30
Posts: 160
Posted: Mon, 2011-08-15 13:29

i start shaking a little when i hear flash, having a Mac and all :)

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2011-08-15 13:38

No flash necessary. Embed samples and tools.

But Apple did drop the ball on that one.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
rudeboy
rudeboy's picture

Joined: 2002-10-30
Posts: 160
Posted: Mon, 2011-08-15 17:30

maybe i should try/use it... looks kinda slick :)

added: entered everything, saved it as galleryEmbedded.php, put that in my gallery folder but it does not work (yet), anything i missed ?

http://d.pr/whTT

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2011-08-15 17:51

embed PATH is not supposed to be a URL
PATHs look like:
/usr/local/www/public_html....
whereas URLs look like:
http://www.mysite.com/gallery2/.....

but if you're placing it in your gallery directory just plain embed.php is fine.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
rudeboy
rudeboy's picture

Joined: 2002-10-30
Posts: 160
Posted: Mon, 2011-08-15 18:09

changed that to embed.php since it is in the galleries root so to speak... but still not functioning. do i point to http://xxx.com/gallery/ ?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2011-08-15 18:21
 
rudeboy
rudeboy's picture

Joined: 2002-10-30
Posts: 160
Posted: Mon, 2011-08-15 18:30

oh i see... i have to actually visit the galleryEmbedded.php...

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2011-08-15 18:37

you can rename it to index.php(replacing gallery's) and it will become the default page for gallery.
but you would need to edit the init() line in the file:
$ret = GalleryEmbed::init(array('g2Uri'=>'/gallery/main.php', 'embedUri'=>'/gallery/index.php', 'fullInit'=>'false'));
(and finish adding your html customizations)

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
rudeboy
rudeboy's picture

Joined: 2002-10-30
Posts: 160
Posted: Mon, 2011-08-15 19:41

what if i want to make it the index in the root of the web site, replace /gallery/index .php with index.php ?

 
rudeboy
rudeboy's picture

Joined: 2002-10-30
Posts: 160
Posted: Mon, 2011-08-15 19:45

nevermind... i forgot i've got a web site where i use the gallery embedded (different than this method...)