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

From: Guest   Date: October 06 2009, 14:29
I wonder if it possible to view all the thumbnails in one category without touching the pagination value in config. You see, one page in my site should view all the thumbnails in one particular category while in another page on the site I like to follow the pagination value. Is this possible?
      
From: Encaps   Date: October 06 2009, 15:39
After you purchase the source code, you will be able to customize catalog.php - add line #19:

if(@$postget["categ_id"]==1)$catalog->config['pagination']=0;

In the sample above you set config['pagination']=0 to the category 1

From: Guest   Date: October 02 2009, 18:48
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /...../...../public_html/store/core/db_sql.class.php on line 15

Unable to connect the database host localhost with username xxxxx and password xxxxxx
Access denied for user 'xxxxx'@'localhost' (using password: YES)
      
From: Encaps   Date: October 03 2009, 05:40
Please make sure the database credentials are valid
Let me know
            
From: Guest   Date: October 03 2009, 11:45
thanks for the reply.. i created a database in my control panel (dbencaps) without the underscore as it doesnt accept database name with underscore sign in it.. is this the problem why i cant connect to the databse?
                  
From: Encaps   Date: October 03 2009, 12:50
Underscore is not a reason.
Could you please show me the issue?
                        
From: Guest   Date: October 03 2009, 14:49
thanks..managed to fix it...

From: Guest   Date: September 29 2009, 05:22
Do you have a login in feature so that individual customers can only view there own photos

ie customer name
password

this would take them to the correct category

Regards

Mark
      
From: Encaps   Date: September 29 2009, 18:10
There is no such feature

From: Guest   Date: September 28 2009, 18:55
Hi,

how could i manage such characters in the search :
é à è ö
?

When i do a search in my files, nothing comes and such characters in the search fiield are cleared.

any troubleshoot ?
      
From: Encaps   Date: September 29 2009, 01:37
Show me your demo, please
            
From: Guest   Date: September 29 2009, 05:50
http://***.*******-******.**/photo_service/index.php
            
From: Guest   Date: September 29 2009, 05:57
i've seen that my tables are in : latin1_german1_ci
and your pages are UTF-8 isn't it ?

that should be my problem. Am i right ?
                  
From: Encaps   Date: September 29 2009, 18:09
You may be right - try to synchronize charsets: edit catalog_head.htm and change the charset from utf-8 to your encoding. Or fix DB encoding

From: Guest   Date: September 28 2009, 10:18
I am trying to install the encaps photo album. I know I must create the mysql DB first and then run the script to install the DB tables. But, what name do I give the DB? create database "encaps"?
      
From: Encaps   Date: September 28 2009, 18:05
You may use existing database or create new one - just specify database name in encaps install script

From: Guest   Date: September 27 2009, 23:23
I just upgraded to PHP 5.3 and I now get message about the date.timezone setting in the php.ini file. I populated it with different values and still have the same problem. Do you have a workaround for this? Thanks.
      
From: Encaps   Date: September 28 2009, 02:00
Could you please show me the message on website, and your phpinfo()?

From: Guest   Date: September 20 2009, 15:25
create templates for this script at low prices. For more details email to rowebdesign.info @ yahoo.com

From: Guest   Date: September 19 2009, 22:01
Thank you for putting together such a wonderful product. A simple question for you:
Is it possible to have comments or captions appear at the bottom of the images (as they do in the thumbnails)?

Thanks & keep up the great work!
      
From: Encaps   Date: September 22 2009, 13:32
Yes, it's possible to put the caption below the image - edit catalog_item.html, and put the line:
<?= $html['item']['comment'] ?>
anywhere you'd like

From: Guest   Date: September 18 2009, 18:14
Concerning the post below this one,

I am using the 2.3.17 Version of the software.

This is a really great product. I am only posting all of this so that I am not overloading you with seperate emails.

You may test it out at:

http://***.pigomultimedia.com/offline_sites/photosbydevon/html/catalog_categs.php

From: Guest   Date: September 18 2009, 17:36
Here are some issues that I am facing:

1) The search is not functioning

2) How do we delete the orders from the admin interface? At the moment we have to go through the database to delete the orders.

3) Is there a way to displays more SEPERATE text fields so that a person may post their "Street", "Suite", "City", "State", "Zip Code" and "Phone Number"?

3b) IF yes, what would we need to do in order for these fields to post into the email.

4) Is there a way to make the text fields wider?

5) When I enable the "watermarking" function, the photos will not display.

6) Is there a way to create your own page and integrate it into the site. Our idea was to post a page that has the copyright and policy for the photos.

This is a really great product. I am only posting all of this so that I am not overloading you with seperate emails.

You may test it out at:

http://***.pigomultimedia.com/offline_sites/photosbydevon/html/catalog_categs.php

      
From: Encaps   Date: September 22 2009, 13:38
Sorry for delay in response.
So, regarding your questions:

>1) The search is not functioning
Could you please show me the demo?

>2) How do we delete the orders from the admin interface?
The delete feature will be implemented with next release

>3) Is there a way to displays more SEPERATE text fields
Customization required

>4) Is there a way to make the text fields wider?
Do you mean front-end or back-end?

>5) When I enable the "watermarking" function, the photos will not display.
Please show me your demo

>6) Is there a way to create your own page and integrate it into the site.
Just create new page, let's say copyright.php:

<? include "catalog_head.html" ?>
Your text here the copyright and policy for the photos
<? include "catalog_foot.html" ?>


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