photo album software
  EncapsGallery     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: January 27 2008, 22:12
hi encaps, i have a problem, it's about rss. how does the rss only display 10 per page, not unlimited, the rss page also have next page and previous page. can you write a rss page and sent to me? thanks. i have the more than 1000 images in my site now, so when click the rss, the ie explorer will be broken
      
From: Encaps   Date: January 28 2008, 18:12
Unfortunately I don't think it's possible to paginate rss.

From: Guest   Date: January 27 2008, 20:25
I have a 4 deep category structure. Right now when you select a main category, it will show images from all sub categories no matter how deep. How can I prevent this from happening? Thanks.
      
From: Guest   Date: January 27 2008, 20:50
Sorry, Let me clarify what I'm trying to do. I would like to have all the main categories listed on a page with it's corrisponding thumbnail. Once I click on it, then it goes into the subcategories and so on until it reaches the actual gallery. Is this possible?
            
From: Encaps   Date: January 28 2008, 18:11
It's not possible without customizing EncapsGallery templates. You may wait for next EncapsGallery release, we are going to implement such feature.

From: Guest   Date: January 26 2008, 11:43
One last question. I already started the design process with the Demo version. Now I purchased the full version. What files need to be replaced and will I need to re-configure anything? Thanks.
      
From: Encaps   Date: January 26 2008, 12:38
You don't need to reconfigure the gallery, just overwrite files from /core/ directory.

From: Guest   Date: January 26 2008, 11:10
I read that you can incude your exsisting site code into the encaps header and footer files. But can I do the opposite and include the gallery code into my exsisting site using includes?
      
From: Encaps   Date: January 26 2008, 12:41
Actually we are working on this feature - include the gallery into existing site using the "include()" directive. Will let you know.

From: Guest   Date: January 25 2008, 22:09
Is 1.10 version available to purchase? It still says 1.9.4 on the order page.
      
From: Encaps   Date: January 26 2008, 07:28
Oh yes, v.1.10 is available for purchase, the order page is fixed. Thank you for let me know!

From: Guest   Date: January 25 2008, 12:53
Is it possible to remove the catalog_db_install.php from showing up when it cant find the database? Sometimes it will goto the install page even though moments ago i was just looking at a page within the database.

Also is it possible to make a view all in the paging?

Great script, keep up the good work.
      
From: Encaps   Date: January 25 2008, 17:00
Hi,
thank you for the feedback.
1) for disable the catalog_db_install you may just comment out the line #12 from
core/db_sql.class.php:
#$url_install = ...

2) what do you mean "to make a view all in the paging"?
            
From: Guest   Date: January 26 2008, 14:46
If you have more images than the page allows it becomes pages 1, 2, 3 and so on. < 1 2 3 >
Is it posible to make all images view on one page. But still maintain the pages. ex. < 1 2 3 View All >
                  
From: Encaps   Date: January 26 2008, 14:54
Oh, I see, thank you for the clarification. Will implement this feature with next EncapsGallery release.

From: Guest   Date: January 24 2008, 03:23
Hi there.. love your script.
but how can i change the bg color?
      
From: Encaps   Date: January 24 2008, 09:52
Hi, thank you.
There are 2 ways to change background color:
1) catalog_head.html:
<body bgcolor="#CCCCCC">
2) html/_your_skin_/catalog.css:
body { background-color:#CCCCCC; }

From: Guest   Date: January 21 2008, 18:46
hello, if i want to add a new page like "about" page in my skin floder, how can i write the link that link to that page, that also have the same head and foot. if i write <a href=\"<?php include(dirname(__FILE__).\"/about.html\")?> \">about</a>, that's wrong.
      
From: Encaps   Date: January 21 2008, 20:39
Hello,
you may create a file "about.php" with the followting contents:
<?php
include("catalog_head.php");
include("catalog_head.html");
include("html/".$config['path']."/about.html");
include("catalog_foot.html");
?>
            
From: Guest   Date: January 21 2008, 23:02
thank u encaps, that about page can be visit. but there is a new problem is the sidebar Catalogue have't display, i need the Catalogue still exist and when click that can jump to that catalog. what i need to change?
                  
From: Encaps   Date: January 22 2008, 16:43
You know you may just include "<?php
include(dirname(__FILE__)."/catalog_cats_select.html")?>"
as sidebar in your "about.html"
                        
From: Guest   Date: January 23 2008, 00:05
thanks, but i have been add the sidebar yet. my page is http://***.***-********.com/download.php , only without the catalog, other element still have. my download page is using the same sidebar like the index, the side bar has "<?php
include(dirname(__FILE__)."/catalog_cats_select.html")?>". only my index has the catalog.

From: Guest   Date: January 18 2008, 10:47
Really pleased with this script! My question is, is it possible to disable right clicking on images?
Thanks,
GK
      
From: Encaps   Date: January 24 2008, 09:55
Hi, in theory it's possible to disable right-click with javascript, you may try to search the web for a sample.

From: Guest   Date: January 10 2008, 16:16
What a great script - now if I can climb the learning curve I think it will be just what I need.

Learning step 1 - I changed my catalog_head.html file to remove the default text and add an image as background in the table but it does not display in the catalog at iprezence.com/encapsgallery/catalog.php.

Also, there seems to be unmatched table tags when I view source of the above page in the browser.

Would you be able to take a look?

Thanks,
Bob
      
From: Encaps   Date: January 10 2008, 16:39
Bob, I just revised the link you provided, and noticed the table background, and unmatched html tags. So what is the question?
            
From: Guest   Date: January 11 2008, 09:48
Thanks for checking the link. My question is "how can I make the image display in the header.html file". Here is the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://***.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Encaps PHP Image Gallery - <?php echo $meta_title ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT" >
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" content="no-cache">

<link href="html/<?php echo $config['path']?>/catalog.css" type="text/css" rel="stylesheet">
</head>
<body>
<table width="800" height="100%" align="center">
<tr>
<td height="131" align="center" background="http://***.com/encapsgallery/images/catalog_header_bkgd.gif" style="border:1px solid #CCCCCC "></td>
</tr>
<tr><td align="center"></table>
                  
From: Guest   Date: January 11 2008, 13:27
Whoa - I discovered that my background was posted in the wrong html file - problem solved.

« 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 »

Encaps Team © 2005-2008 EncapsGallery | Demo | Download | Buy | Support | HowTo | Contact