|
|
|
|
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. |
|
|
|
From: Guest Date: March 21 2008, 10:09
|
| Do i need to purchase so I can modify to my need??? |
|
|
|
From: Encaps Date: March 21 2008, 10:12
|
| You are right - for be able to do customization you should purchase the source code. |
|
|
|
From: Guest Date: March 17 2008, 14:20
|
Hi, encapsegallery ( I try the new release and the 1.11.2) don't show any image.
All is ok but no image. I try to change the index with include catalog_categs but nothing.
I want to by for commercial but I can try it
Paolo Alberti |
|
|
|
From: Encaps Date: March 17 2008, 14:55
|
Hello Paolo,
I guess your images are "not visible" - there are checkboxes, related to items visibility in the admin.
Could you please show me the URL to your gallery for I can figure out what is wrong?
And admin user name and password (private by e-mail) |
|
|
|
From: Guest Date: March 17 2008, 10:25
|
Hi when i run the http://***.php
as in the readme. I get asked for user name and password
I have put in the username and password for the database the server and nothing seems to work
can some one just point in the right direction please
thanks for any responses
yours |
|
|
|
From: Encaps Date: March 17 2008, 11:17
|
Actualy, there is authentication form for the gallery admin, not for the database. Just leave "user name" and "password" empty for first run, and click "Submit" button - in next window you will enter your database params.
|
|
|