|
|
|
|
From: Guest Date: February 17 2009, 06:27
|
Hello,
I have some pre-sale questions:
1- Admin side. Can I redirect after an image upload back to show the list of images instead of being stuck the the upload page?
2- Can the images be optimized like one would do with photoshop before being saved? Resizing is just not enough for me.
3- Can the script use some global variables like $user_id or $product_id ?
4- Can the admin side be incuded via <iframe> ?
Thank you
|
|
|
|
From: Encaps Date: February 17 2009, 08:24
|
1) no redirect
2) no image optimization like photoshop
3) using global variables - depends from your php engine configuration, but I would not suggest to use global variables
4) iframe - you may test it out, there is free demo available for download |
|
|
|
From: Guest Date: February 12 2009, 16:55
|
I have the newest version of the gallery and i am guessing that the ftp upload times out while scanning. i have tried the fix but it doesnt seem to do anything. Can you help with that?
Also do you know how to take off the php gallery software under the image table? |
|
|
|
From: Encaps Date: February 13 2009, 03:02
|
Regarding FTP upload - you may try to upload images as small bunches, let's say 250 or 100 images at a time (experimental)
Regarding the bottom line under the image table - just upload purchased files to webserver. |
|
|
|
From: Guest Date: February 12 2009, 04:29
|
How do I add other fields eg. name, surname, address, etc. |
|
|
|
From: Encaps Date: February 12 2009, 07:02
|
You need to customize the following:
database table catalog_items, html templates "/html/catalog_item.html","admin/html/catalog_item.html", "/core/catalog_item.ctl.php" |
|
|
|
From: Guest Date: February 12 2009, 03:09
|
| How many images can put in the Encaps-2.3.11 and EncapsGallery-2.0.6, the max number, and also the software running successful |
|
|
|
From: Encaps Date: February 12 2009, 06:59
|
| Depends from the webserver |
|
|
|
From: Guest Date: February 10 2009, 20:05
|
With the new version 2.3.1 the thumbnails now have _thumb at the end of the file name.
Is is possible to have it in the /rwx/thumbs folder?
I was upgrading the old to new, and this has stopped me as there are 1000's of images.
It was coded somewhere to have a folder instead of _thumb, I just cant find it in the new code style. |
|
|
|
From: Encaps Date: February 11 2009, 02:38
|
That's right - there is no "thumbs" dir in new code, just "_thumb" suffix for the thumbnails.
Unfortunately, old version is not compatible with new one. |
|
|
|
From: Guest Date: February 11 2009, 15:30
|
Just would like to say this is one of the best image galleries out there. Its got all the features I need and none I don't.
I was able to make it work by change some sql field names to import the old content. Then I used a program called Flash Renamer to add _thumb to files, then move the thumbs to the rwx folder.
Now I dont have to add all images, descriptions, price, comments, etc again.
Dreamweavers find and replace is gold. was able to add _thumb to sql field easily. |
|
|
|
From: Guest Date: February 08 2009, 09:06
|
Hi
It might seem a stupid question, but how do I choose which skin I would like to use. PHP is new to me...
I have installed your prog here
http://***.com/index.php
I would like to use another skin and have no need for the "Categories:/ backgrounds (57)
images (9) nature (3) tiles (45)" or the shoppeing cart feature....
any help would be appreciated |
|
|
|
From: Encaps Date: February 11 2009, 02:41
|
To change a skin you could copy html files from "html/skin_.../" into "/html/"
To change categories behaviour you need to edit "/html/catalog_categs_select.html" |
|
|
|
From: Guest Date: February 07 2009, 15:08
|
The script is great, but are you able to help with the shopping cart function?
a) how do I configure the shopping cart to work with paypal and on competition of payment, allow the user to download the image
b) will the original images (currently stored in the rwx folder) be accessible to those who haven't paid - if so, is there any way of hiding them.
Thanks!
|
|
|
|
From: Encaps Date: February 11 2009, 03:14
|
| Unfortunately, there is no way to configure shopcart in this way - customization required. |
|
|
|
From: Guest Date: February 06 2009, 23:38
|
| How do I add a shipping feature to my Encaps shopping cart? |
|
|
|
From: Encaps Date: February 07 2009, 02:06
|
| Turn on "Shopcart: enabled" checkbox from admin/catalog_cfg.php |
|
|
|
From: Guest Date: February 05 2009, 10:07
|
I am trying to set up an ecommerce site using php. I have a mysql database set up on my host server. I want to add photos from a database to my php pages in dreamweaver and use an 'Add to Cart' button to link to Mal's ecommerce. As you can tell I am a beginner!
Would I be able to link your database software to my dreamweaver page? Any help would be appreciated.
Thank you.
Nicola |
|
|
|
From: Encaps Date: February 07 2009, 02:06
|
| There is free full-functional demo available to download, so you may test it out |
|
|
|
From: Guest Date: February 03 2009, 10:14
|
| Hi, how i can change skin? |
|
|
|
From: Encaps Date: February 03 2009, 12:08
|
| Just copy html templates from /html/skin_***/ directory into /html |
|
|