photo album software
  PHP Gallery     Live Demo     Free Download     Support Forum     How To     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
Ask a question...
 

From: Guest   Date: April 07 2008, 16:39
Hi again :)

In the catalog_categs.php page, how can I include a thumbnail for each of the categories?

include("html/".$config["path"]."/catalog_categs.html");

Thanks
Tony
      
From: Encaps   Date: April 07 2008, 16:59
You may upload a thumbnail for a category from admin/catalog_categs.php

From: Guest   Date: April 07 2008, 09:16
Hi,

I bought + installed your gallery, and got a friend to test my shop cart.

I got an email notification from paypal to say the money transferred, but the transaction does not show up in the shopcart admin panel.

What can be wrong?

I need to fix this urgently so I can get the shop open.

Thanks
Tony
      
From: Encaps   Date: April 07 2008, 09:26
Make sure the IPN url is configured properly
            
From: Guest   Date: April 07 2008, 13:22
That done it!

Thanks
Tony

From: Guest   Date: April 07 2008, 07:00
hi, I have been trying to purchase your product but i am unable to purchase through your shopping process. I can send money via paypal as your checkout doesnt work

please advise

thanks
      
From: Encaps   Date: April 07 2008, 09:05
I'm sorry to hear checkout doesn't work - don't have an idea what may be wrong. Could you please crarify?
You may pay via PayPal - follow the "Buy" link from the website navigation, select "paypal" from "Payment option" dropdown.

From: Guest   Date: April 05 2008, 16:56
Hi,

I installed your demo gallery to test it before I buy: www.racing.irishphotography.co.uk

I cannot see the shop cart setup options, and it does not show in the Admin or the front end.

How do I enable this so I can test it?

Thanks
Tony
      
From: Guest   Date: April 05 2008, 17:02
Doh!

I found the tick box now...

            
From: Encaps   Date: April 07 2008, 08:48
Right, you should activate "Shopcart" checkbox from the admin panel.

From: Guest   Date: April 05 2008, 05:35
Watermark
Hi
I've done a search on this but the search results take me to a page without the answer on it in the forum. How do I enable the watermark feature?
I'm finding Encaps very easy to work with.
The other thing I am working on doing though is to the change the shopping cart options. The pictures are available in different format options so different prices. I'm working at putting in a chained select - or is there an easier way?
Thank you.
      
From: Encaps   Date: April 07 2008, 08:47
Hello,

1) Watermark:
for apply watermark you may modify the file "catalog_custom.html" - replace the following line:
<IMG src="./rwx_gallery/<?php echo $html["item"]["filename_normal"]?>"

with new one:
<IMG src="core/catalog_watermark.php?file=../rwx_gallery/<?php echo $html["item"]["filename_normal"]?>"

This relates to templates "simple_sc", "acd", "expo", "light".

To apply watermark for "raym" template, you should modify file "html/raym/catalog.html", line #68:
document.getElementById("photo_img_id").src = 'core/gallery_watermark.php?file=.'+_path_filename_normal;

2) Shopcart options:
Unfortunately this feature is not implemented
            
From: Guest   Date: August 04 2008, 14:09
In attempting to get the watermarks enabled, the site is not showing this. I did the instructions as you stated, but I am not getting anywhere. Help please

From: Guest   Date: April 02 2008, 07:41

Hello,

Does the database have to be mysql? Can it be PG SQL or MS SQL?

Please let me know.

Thank you.
      
From: Encaps   Date: April 02 2008, 09:20
Yes, only MySQL is supported at the moment.

From: Guest   Date: April 01 2008, 20:34
Hello:

I'm hitting a maximum file size on uploading photos that are approx. 5MB. What is the maximum file size that can be uploaded and is there a way to increase this? I think this may be a php default limit if my memory serves me.

Thank you
      
From: Guest   Date: April 01 2008, 20:39
Sorry...found the answer in the HowTo section...

Thank you
            
From: Guest   Date: April 07 2008, 08:54
Q: How do i limit the size of the image because users upload and it take so long for people to view so i need it to resize it or something please help
A: take a look into "admin_foto_add.html" template:
the following string contains maximum allowed file size to upload (3MB):
<input type="hidden" name="MAX_FILE_SIZE" value="3000000">
You can change this value.


OK...cannot find admin_foto_add.html. Where is it?
                  
From: Encaps   Date: April 07 2008, 09:32
Oh, that is old tenplate. Currently "admin_foto_add.html" is included into "admin/catalog.html"

From: Guest   Date: April 01 2008, 10:39
when I drag the link to my gallery on my desktop it lists it as Encaps PHP Image Gallery instead of the site name.... how do I change this?
      
From: Encaps   Date: April 01 2008, 10:58
I'm sorry, it's not clear. Could you please clarify?
            
From: Guest   Date: April 01 2008, 11:22
when I try to bookmark or place a shortcut on my desktop the icon reads "Encaps..." when the icon on my desktop should read "Lucy" (example)
                  
From: Encaps   Date: April 01 2008, 11:34
Could you please contact me with Instant Mesenger? I don't understand what icon?
                        
From: Encaps   Date: April 01 2008, 12:23
Oh, it's clear finally,
you should change html title from "Encaps PHP Image Gallery" to whatever you want,
catalog_head.html:
<title>Encaps PHP Image Gallery - </title>


From: Guest   Date: March 31 2008, 13:22
is there a way to enable onRollover instead of onClick to see the photos? basically, i would like to see the enlarged photo by just putting the mouse over and not having to actually click. Thanks!!
      
From: Encaps   Date: March 31 2008, 14:17
No, onRollover feature is not implemented, customization is required.
            
From: Guest   Date: March 31 2008, 14:39
ok, thanks for the reply... i'll figure it out :)

From: Guest   Date: March 30 2008, 11:53
Questions regarding the demo.

I can't sort out how to add categories and sub categories.

Registered Version

Is it possible to fill the description automatically from IPTC data?

Does the search function use the descirption field? What about image file metadata?

PayPal cart, in looking through the messages it seems that some have been able to add choices for print sizes etc. Is this supported now?

Thanks in advance.

      
From: Encaps   Date: March 31 2008, 09:16
Hello, for add categories and subcategories you may refer to "HowTo" section, 2nd movie "Install DB tables" (end of the movie):
http://***.encaps.net/howto/

IPTC, metadata, shopcart options are not implemented with EncapsGallery. Some of customers customized PHP code for implement features.


Encaps © 2005-2010 PHP Gallery | Live Demo | Free Download | Support Forum | How To | Contact
?>