|
|
|
|
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.
|
|
|
|
From: Guest Date: March 28 2008, 16:39
|
| Is there any support for EPS files? |
|
|
|
From: Encaps Date: March 28 2008, 16:54
|
| EPS file type is not supported |
|
|
|
From: Guest Date: March 27 2008, 10:14
|
I want to enable comments for my gallery and have found this easy to use script. I only want the comments to appear for each individual photo not with thumbs or on the main page. Where can I insert the code to get the result I want
http://***.com/comments/
<<<Code <div class="js-kit-comments" permalink=""></div>
<script src="http://***.com/comments.js"></script> CODE>>> |
|
|
|
From: Encaps Date: March 27 2008, 10:17
|
| You may try to integrate js-kit comments into gallery/html/_skin_/catalog_custom.html |
|
|
|
From: Guest Date: March 27 2008, 10:47
|
| yes this works but it will show the same comments for every image, and I was trying to have each image with its own comments. |
|
|
|
From: Encaps Date: March 27 2008, 10:49
|
| Unfortunately we are not familiar with js-kit comments :( |
|
|
|
From: Guest Date: March 27 2008, 02:05
|
| Just need to add thousand separator? I could't find a way to change it with sprintf command. Any suggestions? Thanks. |
|
|
|
From: Encaps Date: March 27 2008, 03:14
|
You could use number_format() — Format a number with grouped thousands:
<?php echo number_format($item['price'], 0, ',','.')?>
|
|
|
|
From: Guest Date: March 26 2008, 22:23
|
Hello,
I purchased version 1.8.3 and now I'm interested in purchasing the latest version, but one thing puzzles me.
I setup and tested the 2.0 gallery and made a small transaction with PayPal and in the "Admin" section... the "Shopcart" page doesn't seem to store that information. So what's is the purpose of the "Shopcart" page?
Thanks,
David |
|
|
|
From: Encaps Date: March 27 2008, 03:06
|
Hello David,
make sure you properly configured IPN URL - path to shopcart_ipn.php
Let me revise your shopcart if you have troubles.
One more thing - if you purchased previous release less than 1 year ago - you don't need to purchase new release again - just use the same download link.
|
|
|
|
From: Guest Date: March 27 2008, 18:11
|
Thanks for your reply, I do want to upgrade.
I purchased Encaps less than a year ago, but my link doesn't work. I do have an order number: Order number: 155705505
I can also forward you the email I received from share-it?
Thanks again,
David
|
|
|
|
From: Encaps Date: March 28 2008, 03:39
|
David,
we've found your record, purchase date is 2007-10-05. The download link is emailed.
|
|
|
|
From: Guest Date: March 28 2008, 08:12
|
Dude, you're the best. Thank you very much.
I'm looking forward to seeing future versions and when my upgrade period ends, you will have a repeat customer.
Thanks again,
David |
|
|
|
From: Guest Date: March 24 2008, 15:56
|
| Is it possible to use apache mod_rewrite with this gallery? |
|
|
|
From: Encaps Date: March 24 2008, 17:00
|
Yes, it's possible to use mod_rewrite, but you will need to do some customization:
1) modify main navigation links: catalog_categs_select.html;
2) modify links to the items: catalog.html;
3) modify links to next/previous items: catalog_custom.html |
|
|
|
From: Guest Date: March 21 2008, 19:26
|
Hello..
im terrible with .php
basically.. i want there to only be 2 images horizontally and endless images vertically..
please help.
i am using the acd theme.
thanks..
joe |
|
|
|
From: Encaps Date: March 23 2008, 13:58
|
Hello,
for change images orientation, you may refer to HowTo section: http://***.encaps.net/howto/#q_12
And configure $config["pagination"] = "0" |
|
|
|
From: Guest Date: March 21 2008, 14:40
|
| I just purchased the code and was wondering the best way to make it look like my site http://***.buckwildservices.com . dont know much php or css, any help would be appreciated |
|
|
|
From: Encaps Date: March 21 2008, 14:46
|
Thank you for the purchase.
You may put your website header and footer html code into catalog_head.html and catalog_foot.html, and next modify one of predefined gallery templates. |
|
|