photo album software
  PHP Gallery     Live Demo     Free Download     Support Forum     How To     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
Ask a question...
 

From: Guest   Date: August 05 2010, 06:29
I just buy your product. Great code by the way. The question is: How can I implement a next and prev button on the dhtml template?

Its easier to browse all the pictures
      
From: Encaps   Date: August 05 2010, 11:38
JavaScript customization required to implement the "next/prev" buttons into DHTML

From: Guest   Date: August 04 2010, 18:13
hello andrew
i hope you can help me.
last week i purchase an account in ******.com because i like there vdeck control panel.
i have a problem.
when i configure encaps first time everything great.
i can browse the category (catalog, ftp, items and all of them) as well.
but after i configured everything (db, password, username and all of them) and logout someting happend.
when i log in again every time i browse category it back to the index.php and ask me for user and password and just than it enter what i choose.
if i choose items - it show me index.php and after i enter my details it go to items.
if i choose configure - it show me index.php and after i enter my details it go to configure.
when i try to change details in configure it even dont save them. just back to index.php
may you help me please?
thank you a head.
      
From: Encaps   Date: August 05 2010, 11:39
Could you please let me to inspect the issue on your side?

From: Guest   Date: July 26 2010, 06:02
What directory/folder do you actually put the images for FlashGallery in?
      
From: Encaps   Date: July 26 2010, 09:04
Flash Gallery retrieves the images from "rwx" directory - the same directory where Encaps Gallery admin puts the images

Let me know if you have any questions
            
From: Guest   Date: July 26 2010, 17:00
I guess I'm just confused on how to actually use the FlashGallery.
                  
From: Encaps   Date: July 27 2010, 02:23
There is Flash Gallery demo: encaps.net/software/encapsgallery/templates/FlashGallery/
                        
From: Guest   Date: August 01 2010, 18:22
Flashgallery is not working as expected. Load images to rwx directory and flashgallery show only the first image. Java windows shows by moving mouse over the showed image. There is no thumbnail available for other images.
All other templates working properly except flash template. Thank you.


                              
From: Encaps   Date: August 02 2010, 08:56
Hello,
thank you for your feedback
Could you please show me the issue?
I would like to inspect it

From: Guest   Date: July 13 2010, 15:54
I would like to add a 'short description' into the Admin panel when I am entering a new item. What are the steps I would need to do to add this additional field?
      
From: Encaps   Date: July 15 2010, 11:32
First you add new field into the database
catalog_items table
next add relevant code into admin/catalog_items.html , and core/catalog_item.ctl.php
similar to other existing fields
then add logic into catalog_items.html print out relevant html
            
From: Guest   Date: July 16 2010, 11:20
Andrew - thanks so much for your help. This is absolutely perfect!

From: Guest   Date: July 07 2010, 07:50
Hey there,

already sent a message through your contact form but received no answer.
So I will give it a try over here:

1. how much work would it be for you, implementing separate shipping/invoice address dialogue with paypal support afterwards?

2. how much work would it be for you, rebuilding the shoppingcart so that the user is given the choice to set 3 different administratedly predefined print-out sizes/prices for each image in the shopping cart before checking out to paypal?

would love to read your opinion about that - and how much you would charge for this.

kind regards,
Jens
      
From: Encaps   Date: July 08 2010, 14:57
Jens, I'm sorry for the delay in response - I just can't estimate your request

From: Guest   Date: July 07 2010, 03:20
Hi,
I am running your program on a Go Daddy server. It is a Windows based server running PHP 5.0.

I can't seem to get the email function to work.

Have you any code that will use CDOSYS or a work around.?

I get an error:

Warning: mail() [function.mail]: SMTP server response: 451 See http://***.com/~djb/docs/smtplf.html. in D:Hosting4954691htmlphotocorefunc_send_mail.php on line 22
Sorry, request delivery error. Please try again in a minute.

The code on line 22 is:

$res = mail($_to, $_subject, $_message, $headers);

Any help would be appreciated
      
From: Encaps   Date: July 07 2010, 04:49
I guess CDOSYS is ASP component.
Could you please ask GoDaddy support side, do they provide PHP mail() function?

From: Guest   Date: July 06 2010, 03:58
It's very important, i have to set constant width and height for images and thumbnails (max for images 600x400, and for thumbnails 190x119). It's for this site:
http://***.pl/gallery/
If you will help me I will share the gallery which I made :)
      
From: Encaps   Date: July 06 2010, 09:16
For now you can specify fixed value only for:
- width
- height
- widht and height (square thumbnail)
- width or height (rectangle thumbnail)

There is no way to specify different values for width,height of the big photo and thumbnail

From: Guest   Date: July 05 2010, 17:16
Hello, I bought version 2.0.6 some time ago and would like to switch to current v2.3.20.
Unfortunately, I can't keep the same data base (around 700 items added manually) since I get database access errors in the admin section, see below and no image is seen.

Is there any MySQL script I could use to convert the database to the newest version without doing everything again by hand?

SQL error:[SELECT * FROM eg_catalog_categs WHERE parent_id=0 ORDER BY rank,title,id]Table 'xyzxyz.eg_catalog_categs' doesn't exist

SQL error:[SELECT COUNT(*) FROM eg_catalog_items WHERE categ_id=0]Table 'xyz.eg_catalog_items' doesn't exist
      
From: Encaps   Date: July 06 2010, 09:09
Unfortunately there is no way to just uprade - the databases are different
            
From: Guest   Date: July 06 2010, 15:38
ok is there a way to get the source code for the latest version? I bought the source for v2,0,6
                  
From: Encaps   Date: July 06 2010, 16:15
Just send me your purchase id# for v.2.0.6 - I will send you the source code to the registered email address

From: Guest   Date: July 01 2010, 07:15
Weird thing said after installation:
Warning: set_time_limit disabled for security reasons...

I had to disable the line in admin/common.inc.php

Does this do any harm to the rest of the code or was is this a bug?

Not sure though...

regards,
Jens
      
From: Encaps   Date: July 01 2010, 20:15
It is not big deal if set_time_limit() is disabled by your webserver - you will be just limited to upload huge photos

From: Guest   Date: June 29 2010, 09:30
Is it possible to let viewers make a comment on a picture? I have read, that it is possible to include it, but I was not able to find that function or to enable it.
      
From: Encaps   Date: July 01 2010, 20:13
No - this feature is not implemented


Encaps © 2005-2010 PHP Gallery | Live Demo | Free Download | Support Forum | How To | Contact
?>