I remember a couple of years ago there was a site that would do this for you. You put in your html and whatnot and it handed you a G2 theme. I'd love to find that site again.
Also, is there anything similar for G3? I'd like to upgrade but my theme is complex and I don't know that I have it in me to code it by hand...
Posts: 8339
Ajax can place G3 content into your site.
http://suprsidr.com/G3Embed.php
http://suprsidr.com/opalCat.php
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 182
Can you tell me how you did that? I'd like it to be a little different from that and invoke my style sheet and so on... but I'm liking the idea! However, it doesn't give me a unique url for each page...
Also how easy is it to create my own frames in G3 like I have in G2? Will they import over?
>^,,^<
http://opalcat.com
Posts: 182
(Also even if I don't upgrade to G3, I'd like to change some parts of my G2 theme but I don't remember how I got it. I know it was some website that did it for me...)
>^,,^<
http://opalcat.com
Posts: 8339
Its a bit of forced trickery.
Using jQuery/Ajax I pass a url to a proxy script which fetches the content of the url, replaces undesirable elements and returns the resulting html.
Then I have jQuery populate a specific DOM element w/ the desired contents of one of the returned html's own DOM elements.
Chris Coyier over at css-tricks has a great tutorial http://css-tricks.com/6336-dynamic-page-replacing-content/
And you can even use hash tags for history/unique urls
my simple embed tool helped you in the past.
http://www.flashyourweb.com/gallery2/embed_samples/
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 8339
jQuery/javascript to add your image frames back in G3:
http://suprsidr.com/opalCat.php
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 182
I finally figured out how I did it last time! I didn't use the website after all. I edited themes/matrix/templates/theme.tpl
Is there a similar file in G3 that I can edit and use to make G3 match my site?
>^,,^<
http://opalcat.com
Posts: 8339
gallery3/themes/your theme/views/page.html.php
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2