I want to add a independent frame to place a music player to my gallery website. This means, the player will keep playing even the visitors viewing my pictures in my gallery.
I'd also consider creating a copy of the them as any upgrades you make to default themes will be overwritten: http://codex.gallery2.org/Gallery3:Tutorials:Themes
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
nobita0313
Joined: 2009-11-13
Posts: 17
Posted: Fri, 2009-11-13 17:15
is it possible to keep the browser title keep changing when visiting the album?
is it the only way to do?
<iframe>gallery3</iframe>
<iframe>music player</iframe>
nivekiam
Joined: 2002-12-10
Posts: 16504
Posted: Fri, 2009-11-13 17:37
Quote:
is it possible to keep the browser title keep changing when visiting the album?
I don't understand. Do you want the title to keep changing or to make it so it doesn't change? Well I guess it doesn't matter that much since I can't help there. I think you'd need to use javascript to change the title of the page because whether you're using iframes or a frameset the title of the page is always going to be the parent page you're on. I hate dealing with frames it would take me awhile just to get back up on them.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16504
ugh, frames
Probably edit /themes/wind/views/page.html.php to start with. That's the main page that I'd start with in creating a frameset.
DO upgrade to the latest experimental code as any changes you make to B3 will need to be created again:
http://codex.gallery2.org/Gallery3:Upgrading
I'd also consider creating a copy of the them as any upgrades you make to default themes will be overwritten:
http://codex.gallery2.org/Gallery3:Tutorials:Themes
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 17
is it possible to keep the browser title keep changing when visiting the album?
is it the only way to do?
<iframe>gallery3</iframe>
<iframe>music player</iframe>
Posts: 16504
I don't understand. Do you want the title to keep changing or to make it so it doesn't change? Well I guess it doesn't matter that much since I can't help there. I think you'd need to use javascript to change the title of the page because whether you're using iframes or a frameset the title of the page is always going to be the parent page you're on. I hate dealing with frames it would take me awhile just to get back up on them.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here