photo album software
  PHP Gallery     Online Demo     Free Download     Buy Sources     Support Forum     HowTo     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
Ask a question...
 

From: Guest   Date: February 27 2009, 05:49
Is it possible to change the currency from $ to euro's
      
From: Encaps   Date: February 27 2009, 06:30
It's possible to change the dollar sign to the pound or euro, but it is hardcoded into html templates. You may use html-editor for manually replace "$" symbol with:
ˆ Euro: € or €
£ Pound: £ or £
And also you should change currency code in the shopcart.php page, line #46:
<input type="hidden" name="currency_code" value="USD">

Affected files: "html/_skin_/catalog_item.html", "html/_skin_/admin/catalog_item.html" , "shopcart.php", "shopcart_preview.php"

From: Guest   Date: February 24 2009, 13:00
Hello,

I have been using the Encaps Gallery solution for about 2 weeks now and have been very satisfied with its functionality, customization abilities and ease of use.

However, I need to slightly change the way that the images display and was hoping I could get some assistance. I need to be able to show the images only when the subcategory is clicked on and not before.

2Checkout.com Order Number : *******

Example: http://***.*******.com/gallery/index.php?categ_id=1

Please let me know what I need to do to make this change.

Thank you.
      
From: Encaps   Date: February 24 2009, 15:11
So you may apply the following changes:

core/catalog.ctl.php, line #44:
//@$categs[$i]['subtotal'] += $child_cat['subtotal'];
core/catalog.ctl.php, line #57:
if(false && !$this->admin)

From: Guest   Date: February 20 2009, 11:01
I am trying to install a HP Photosmart C8180 all-in-one Printer, scaner, coper. I have XP Home disk Operating system. It stops loading the HP Hpotosmart C8100 Series as a failure, and tries to install the (PHOTO GALLERY DISK) that I don't have. It was not supplied by HP.

Is your Photo Gallery down losd compatible with this system. My computer is a desktop HP Pavilion a1240n.

Thanks From James L. Brown, E-mail:********@********.net
      
From: Encaps   Date: February 20 2009, 11:41
Could you please contact me with MSN messenger? I don't have idea what are you talking about.
      
From: Guest   Date: February 20 2009, 14:13
I'm testing the free script to see what it can do.
Why the links next and previous in on the page with the bigger image are not active?
            
From: Encaps   Date: February 20 2009, 15:00
Could you please show the URL?
                  
From: Guest   Date: February 20 2009, 16:28
Sure - but please delete it after you see it as it will be a company site but I'm using for tests at the moment.

http://www.*****.com/gallery/
                        
From: Guest   Date: February 20 2009, 16:41
This is an example: the links next and previous do not work:
http://***.****.com/gallery/?id=2
                              
From: Encaps   Date: February 20 2009, 16:55
Thank you for the URL.
Regarding the page you provided - there is only one item from the category #3, so there is no items before or after it, so pagination links are disabled.
                                    
From: Guest   Date: February 20 2009, 17:07
Oh. I'm so sorry. I didn't think of this.
Thank you for deleting the url and for replying so fast! I'm impressed.
Is it possible to add more than 1 image with the same description. This script looks very nice for a small internet shop.
                                          
From: Encaps   Date: February 22 2009, 04:43
Unfortunately it's not possible to add more than 1 image with the same description - customization required

From: Guest   Date: February 19 2009, 13:30
I bought the code last night, but I've lost the file. (Already) How do I re-download it? I have proof of purchase.
      
From: Guest   Date: February 19 2009, 13:31
Also, the version I downloaded seems to be missing quite a few files from the other (free) version. Like, catalog.class.php. It doesn't have it.
            
From: Encaps   Date: February 19 2009, 13:46
Thank you for your purchase!
The link to download the latest Encaps-2.3.11 is emailed to you.
The missing file you mentioned is from old Encaps-2.0.6

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"


Encaps Team © 2005-2010 PHP Gallery | Online Demo | Free Download | Buy Sources | Support Forum | HowTo | Contact
?>