|
|
|
|
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. |
|
|
|
From: Guest Date: July 19 2008, 08:32
|
Hello Andrew,
Well you didn't answer my question. I have purchased your software but I am stuck now please can you tell me how can we Edit search box:
We have search box right - but I want it should be in list menu not the textbox :
1. Electronics
2. Media etc.
then Go button
it should search only what I have selected from menu.
I hope you understand and you will really help me it will be helpful to others also.
Thanks in advance. bye!!!! |
|
|
|
From: Encaps Date: July 21 2008, 11:14
|
| Sorry, not clear enough...could you please show the demo? |
|
|
|
From: Guest Date: July 18 2008, 17:16
|
pre sell questions
hello
i want to sell pictures can i do this with your gallery?
1. after someone buy via paypal it will be redirected to full size or not watermarket image?
2. also i need to add something like fetch module to show random or last added images in my other websites
thank you very much for your asnswer in advance |
|
|
|
From: Encaps Date: July 18 2008, 18:01
|
Hello,
1) after someone buy via paypal it will not be redirected to full size image - you will just receive notification via e-mail
2) to show random or last added images you will need to modify php code |
|
|
|
From: Guest Date: July 17 2008, 14:48
|
Hi Andrew,
Well I am stuck now please can you tell me how can we Edit search box:
We have search box right - but I want it should be in list menu not the textbox :
1. Electronics
2. Media etc.
then Go
it should search only what I have selected from menu.
I hope you understand and you will really help me it will be helpful to others also.
waiting bye!!!! |
|
|
|
From: Guest Date: July 16 2008, 13:47
|
Hello,
I've been working with the demo for several days now and i purchased the source code today. This software is excellent..........very nice work!!
I'm real close to finalizing my gallery layout and theme and i have a couple of questions.
1) how can i change the watermark font color?
2) will you be adding the option to use a .jpg file as a watermark in the near future?
Thanks again for a great product! |
|
|
|
From: Encaps Date: July 16 2008, 15:52
|
Thank you for the feedback!
To change watermark font color you may edit the /core/watermark.php, line #26:
$color = imagecolorallocate($image, 200, 200, 200);
Unfortunately we did not schedule .jpg watermark yet |
|
|
|
From: Guest Date: July 14 2008, 14:01
|
hello Andrew,
Thanks !!!!. Can you please please tell me How can I add one field in table eg_gallery:
We have:
1. Title
2. Comment
3. Description
4. File
5. thumb
6. Rank
7. Category
and I need to add one more field i;e, PRODUCT
Please please tell me where the changes is to be done I know PHP and Mysql.
I hope you will help me.Waiting for your help!!! |
|
|
|
From: Encaps Date: July 15 2008, 09:09
|
You should add one more field into the database table eg_gallery, modify php core /core/catalog.class.php, and html templates /html/_skin_/catalog.html,/html/_skin_/catalog_custom.html,
/admin/html/catalog.html,/admin/html/catalog_custom.html |
|
|
|
From: Guest Date: July 13 2008, 03:11
|
Hi Andrew, When i am uploading a new image this error I am getting Please please help me :
"
Uploaded: ../rwx_gallery/DSC_0158.JPG
Warning: Division by zero in C:wampwww********-********.class.php on line 281
Warning: Division by zero in C:wampwwwgallery-sitecoremisc.class.php on line 281
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in C:wampwwwgallery-sitecoremisc.class.php on line 303
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in C:wampwww********-********.class.php on line 304
Warning: imagejpeg(): supplied argument is not a valid Image resource in C:wampwww********-********.class.php on line 305
Resized: ../rwx_gallery/DSC_0158.JPG
Resized: ../rwx_gallery/thumbs/DSC_0158.JPG "
|
|
|
|
From: Encaps Date: July 14 2008, 06:57
|
| I guess you turned on config param "Resize image on upload", but "Max image width or height" is "0" - it should not be "0", if you want to resize the image on upload. Let me know. |
|
|
|
From: Guest Date: July 12 2008, 21:44
|
| How can i disable right click on my gallery pages? |
|
|
|
From: Encaps Date: July 14 2008, 06:59
|
| I guess it's possible with JavaScript somehow, but don't know how exactly. |
|
|
|
From: Guest Date: July 07 2008, 14:59
|
| Is it possible to have multiple products associated with each image? ie I am offering giclee prints, and want to offer different sized ones for each image, etc |
|
|
|
From: Encaps Date: July 07 2008, 15:33
|
| No, unfortunately no. |
|
|