Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
double gallery display
06-01-2011, 10:35 PM
Post: #1
double gallery display
Hi Kkokus,
The single image display worked fine for me, but my problem is that i need to display two different galleries on a single page.
one for the single image and the second for the main gallery (exactly the way it is on your home page)
the ki_setup.php setting for the two galleries are different and the ki_galleries folder are also different (i.e. two different folders).

I tried including the different paths of the ki_include.php files but it returned this error "Fatal error: Cannot redeclare jsdisabled()".
I tried the option of embedding an inline frame to the page of which i pulled out the second gallery, but it doesn't display fully rather it is restricted to the size of the frame.

Please how do i make it display as it is in your homepage?
Find all posts by this user
Quote this message in a reply
06-03-2011, 06:08 PM
Post: #2
RE: double gallery display
You need only one include of the "ki_include.php". Just place your two "koschtitgallery" - divs. One for your first gallery and one for your single picture. For the single picture make a dedicated config file which looks something like this:

PHP Code:
<?php
$fr_width 
214;
$fr_height 150;
$thumbs 1;
$th_per_line 1;
$th_to_square 0;
$slideshow 0;
$show_nav 0;
?>

Just look into the documentation if you need help.

KoschtIT Image Gallery developer
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 3 Guest(s)