Gallery and tables

NVETHIS

Joined: 2002-10-03
Posts: 1
Posted: Thu, 2002-10-03 12:47

I am starting a site and have a question. I want a nav bar on the Left side of the site, kinda like how the main gallery page is displayed. And to the right of that I want to be able to have my gallery show in that table. I'm using php with a header.php index.php and footer.php I can use the <?php include ("../gallery/index.php"); ?> tag in my index.php to call the gallery to that table, but when I click on a link in the gallery to open an album or to go to the next page, the nav bar is gone and the gallery is the only thing on the page? Am I doing something wrong? How do i get the galler to stay in the center table with the nav to the left? Thanks.

-Bryan

 
BorgKing
BorgKing's picture

Joined: 2002-09-12
Posts: 314
Posted: Fri, 2002-10-04 19:05

The Gallery website is using a CMS (Postnuke) with gallery as a module, and in this case gallery is not using links to individual files (i.e. view_album.php?set_albumName=album01), but links to the CMS an a reference to gallery (i.e. mod.php?set_albumName=album01&amp;mod=gallery&amp;include=view_album.php).

So you have 2 options:
- Install a CMS and run gallery as a module, or
- Modify the header and footer files in the html_wrap folder to include a table with top and next bar and run gallery in table cell.

Good luck!