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 ?
Posts: 8339
http://codex.gallery2.org/Main_Page
Posts: 160
found it in the meantime... you have to edit the css of the theme used.
Posts: 8339
even easier is to embed your gallery into a custom page
http://www.flashyourweb.com/gallery2/embed_samples/
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 160
i start shaking a little when i hear flash, having a Mac and all
Posts: 8339
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
Posts: 160
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
Posts: 8339
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
Posts: 160
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/ ?
Posts: 8339
working for me http://yoursite.com/gallery/galleryEmbedded.php
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 160
oh i see... i have to actually visit the galleryEmbedded.php...
Posts: 8339
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
Posts: 160
what if i want to make it the index in the root of the web site, replace /gallery/index .php with index.php ?
Posts: 160
nevermind... i forgot i've got a web site where i use the gallery embedded (different than this method...)