Help, How do I...

candeewright

Joined: 2005-12-29
Posts: 2
Posted: Thu, 2005-12-29 04:32

How do I insert my gallery into my webpage instead of putting a link there. I want to be able to click my gallery page and the gallery pop up.

 
khold3xn

Joined: 2005-12-30
Posts: 2
Posted: Fri, 2005-12-30 11:07

i don't think it's that easy, you see 'mostly' all items in a php document are embedded, which means the coding is sortof designed for that page, do you have MySQL?, if so, try creating a new database that will compile the gallery into your page, but will stream the files from the gallery folder (the place where you installed Gallery), try it it might work you never know

 
candeewright

Joined: 2005-12-29
Posts: 2
Posted: Fri, 2005-12-30 22:23

I don't know what MySQL is, Is this a program or a command? I am basically just building a site with startlogic and wanted it to look more professional than haveing people click on links. I may just put my pictures on the page individully and use gallery for customers. Thanks

 
MamaLoca

Joined: 2006-02-05
Posts: 1
Posted: Sun, 2006-02-05 19:24

Hmm, this is as good a place to start as any.

I am trying to do the same thing, integrating Gallery into my pages. I have a header and footer .php files and am not sure how exactly to call them from the theme.tpl The browser doean't render them

<?php
include("http://www.mywebpagename.com/inc/head.inc.php"); 
?> 
  <div class="gallery">
    <div {g->mainDivAttributes}>


Blah Blah Blah

	</div>
<?php
include("http://www.mywebpagename.com/inc/foot.inc.php");
?>

Header ands footer do not display but are in the source.

Please enlighten me about how to use MySQL to compile the gallery into my page.

I am finding Gallery is not as intuitive to me as I would like it to be.