|
|
|
|
From: Guest Date: July 29 2008, 10:40
|
Hi Andrew,
Well i have sent you a mail please check it My code I gave you.
Waiting for reply!!! |
|
|
|
From: Guest Date: July 26 2008, 16:55
|
Hi
First of all, great job. I would like to buy but could not find a way to pay. Also I would like to add details in the comment; say for example, name, age, sex, occupation, and so on so on for each picture. Kindly help me. |
|
|
|
From: Encaps Date: August 12 2008, 06:20
|
| For add the details you listed, you need to add new fields into the gallery database tables, and customize php code and html templates |
|
|
|
From: Guest Date: July 25 2008, 00:28
|
Hi! First of all, this is a very nice program. I have bought, installed and used it yesterday with no problem. But now I cant seem to see the photo I am uploading, everytime I add a category and a thumbnail it works. The problem is when I start upload photos it wont show up. Can you help me figure this out? here is the URL: http://***.**********/gallery/catalog_categs.php
Thank you! |
|
|
|
From: Encaps Date: July 25 2008, 08:02
|
Thank you for the feedback.
Could you please let me log in to your gallery admin? |
|
|
|
From: Guest Date: July 25 2008, 16:27
|
| Its working now, thank you |
|
|
|
From: Guest Date: July 24 2008, 15:15
|
Is there a way to add a find and replace item and price.
Searching for a item number, then chaging the price? |
|
|
|
From: Encaps Date: July 24 2008, 15:53
|
| Customization required |
|
|
|
From: Guest Date: July 24 2008, 13:33
|
Multiple colors for an item in the shopping cart:
Is there a way to add a drop down menu for items that have more than one color? |
|
|
|
From: Encaps Date: July 24 2008, 15:53
|
| No, items options (such as colors,size) are not yet implemented |
|
|
|
From: Guest Date: July 23 2008, 10:28
|
Hi,
I'd like to know if I can use the cart, but just have it email me and the user once they confirm the sale. I don't need Paypal (can't have a seller account in South Africa), just want to use bank transfers. Can I use the cart without PayPal? |
|
|
|
From: Encaps Date: July 23 2008, 11:19
|
Sure, config option: Pay on delivery -
No paygateway integration,
just receive e-mail notification about selected items |
|
|
|
From: Guest Date: July 23 2008, 11:26
|
Thanks.
I appreciate your quick reply!! |
|
|
|
From: Guest Date: July 23 2008, 05:34
|
Has anyone managed to get the images to open in a lightbox? I have a client who wants the images to be click-able but open in a light box rather than a new page. Hoping you can help.
Thanks |
|
|
|
From: Encaps Date: July 23 2008, 09:17
|
| What is lighbox? |
|
|
|
From: Guest Date: July 23 2008, 12:37
|
| lightbox is a really good javascript, can be found here http://***.*********.com/dynamicindex4/lightbox2/index.htm |
|
|
|
From: Encaps Date: July 23 2008, 13:21
|
Thank you for the link, unfortunately, we didn't try it yet. I quess you may "...Simply download Lightbox V2.03a, and refer to the index file inside for installation instructions..."
And you will need to modify EncapsGallery html template for "Step 2 - Create your "thumbnail" image links" |
|
|
|
From: Guest Date: July 22 2008, 14:12
|
Hi Andrew,
I tried list box search whatever you said its not coming when we enter cat='.$this->postget['cat'].' into this function::::::_get_items_search ::::: Its not coming
waiting for response??? |
|
|
|
From: Encaps Date: July 22 2008, 16:24
|
| Do zip and send me your gallery files (except rwx_gallery), or open ftp for me |
|
|
|
From: Guest Date: December 15 2008, 00:01
|
excuse..i have buy the gallery it' incredible.
where exactly must I put the code of the cat?
it is here : "$sql = "SELECT g.* FROM $this->table AS g LEFT JOIN ".$this->config["db_prefix"]."gallery_category AS gc ON g.cat=gc.id WHERE cat='.$this->postget['cat'].' AND (g.comment REGEXP '$keywords') AND gc.is_visible='on' ORDER BY filename_normal LIMIT $offset,$limit";"
??
|
|
|
|
From: Guest Date: July 21 2008, 14:22
|
Well Thanks for your efforts
Ok andrew I will try to be clear now:
See I have to search two categories i .e., Bride & Groom photos.
I want a menu list of:
1. Bride
2. Groom
When We select the menu option bride then bride photos should display and when we select groom then groom photos. So this kind of search I need.
We have textbox search in our gallery we need to type But I need list box.
If not possible just give me hints or suggestions to do this atleast.
If you dont understand then please please tell me.
Bye bye!!!! |
|
|
|
From: Encaps Date: July 21 2008, 16:00
|
So you may do the following:
1) construct categories listbox in a way you want, assign category parameter name to "cat"
2) put listbox inside the search form (between tags <form> </form>)
3) modify sql-query from search function _get_items_search(), file /core/catalog.class.php, add cat='.$this->postget['cat'].' after "WHERE" clause |
|
|
|
From: Guest Date: July 21 2008, 10:12
|
| Can I link up your product to work with an existing database which already has images in it? |
|
|
|
From: Encaps Date: July 21 2008, 11:13
|
| Actually, I don't know anything about your existing database. |
|
|