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

From: Guest   Date: March 07 2009, 22:34
is there a way to reset the user name and password with out reinstalling the program.
      
From: Encaps   Date: March 09 2009, 05:27
You can change username and password from config.ini.php:

$config["admin_uname"] = "";
$config["admin_passwd"] = "";

From: Guest   Date: March 07 2009, 13:06
pagination.html ;
how to show only the next 5 img if there are 40 sides it looks like << 1 2 3 4 5 6 7 8 9 10 11 21 22 ...> ?
      
From: Encaps   Date: March 09 2009, 06:01
The pagination can be changed by customizing html/pagination.html

From: Guest   Date: March 07 2009, 09:51
Hello,

My name is James Buffington and i'm a registered user of version 2.0.6 (still under a year since i purchased) and i have a few questions.

First i would like to upgrade to the newest version....2.3.10. Can you please send me the url.

Can i update my existing gallery without having to start from scratch?

Also, is there a way for my galleries to run as a slideshow with visible controls?

Thanks for your time!
      
From: Encaps   Date: March 07 2009, 11:41
The URL to download the latest Encaps release is sent.
Unfortunately there is no way to upgrade - the versions are not compatible.
Slideshow you described can be implemented by customizing one of existing templates
            
From: Guest   Date: March 07 2009, 11:58
Can you be more specific on the template customization or could i pay you to do it? I'm using the RayM template.

Thanks!!

From: Guest   Date: March 07 2009, 05:43
hi i am ruqqya i am using

i want to remove "php gallery" in index.php and puts my website name with url. plz help me out
      
From: Encaps   Date: March 07 2009, 11:33
The bottom url you mentioned will be removed only after purchase

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: &euro; or &#8364;
&#163; Pound: &pound; or &#163;
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.


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