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

From: Guest   Date: July 11 2009, 15:44
I'm not understanding about the database- what should I name it? I attempted to set up one named 'catalog', but my control panel said there was one already set up.
thanks for helping!
      
From: Encaps   Date: July 12 2009, 11:49
When you install EncapsGallery, specify precreated existing database (you should create the database from your webhosting control panel)

From: Guest   Date: July 10 2009, 17:31
I uploaded the gallery files to a folder called www.********.com/library/
and set permissions. I did not find a rwx_gallery bu there is a rwx
I made a glalery and added a thumbs folder in sid eand set all the permissions. Is that right?

Second. I had to add a mysql database to the account server.
I named it : db_encaps
Is that right?

I get an error right now that says: Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /data/9/1/13/45/1339860/user/1436225/htdocs/library/core/db_sql.class.php on line 12

I am not at the root. Does that screw it up.
First use of PHP and Mysql so I am really over my head.

      
From: Guest   Date: July 11 2009, 12:29
I figured it out.
I had to name my database as you instructed, Get the IP from Network Solutions and then login with the user name and password I set up with them.
All other items worked as you instructed.

From: Guest   Date: July 10 2009, 14:43
I download the free version.
in free version, is it possible to remove the link to your site?
Or this is something related to your license?

Thanks
      
From: Encaps   Date: July 12 2009, 11:47
You are not supposed to remove the link from free version

From: Guest   Date: July 09 2009, 02:10
Hi,
is it possible modify the script so it would be possible to assign items to multiple categories?

      
From: Encaps   Date: July 09 2009, 10:08
Do you know PHP?

From: Guest   Date: July 06 2009, 11:44
Hi, love the scripts, have one question tho, when viewing the categories the images appear diagonally, which file do I need to edit for the display?


http://www.cooltraxpics.freehostrocket.com/encaps/catalog.php?categ_id=4
      
From: Encaps   Date: July 06 2009, 14:29
This is because of template based on divs - the images can't align the divs.
There are 2 solutions:
1) to put come lines of "comment" info for each image, so the text
will automatically align the divs
2) switch to other template based on tables.

From: Guest   Date: July 05 2009, 22:56
Hello Andrew,

I would like to know whether it is possible to increase the opacity of the watermark.

Thank you for your help! :-)
      
From: Encaps   Date: July 06 2009, 00:52
You can control the opacity from /core/watwrmark.pnp, line #139:
imagecopymerge($image,$watermark_image,$dst_x,$dst_y,$src_x,$src_y,$src_w,$src_h,25);
It is 25% now
            
From: Guest   Date: July 06 2009, 07:07
Thank you so much!!! You are great at answering all those questions so fast. Outstanding service, really appreciated! :-)

From: Guest   Date: June 30 2009, 14:36

Is it possible to have the main gallery page show only the image for each category rather than all images alphabetically. In the control panel, I have made 12 categories, within each category I have a description and have an image to represent that category. That is what I would like on the main gallery page. Then, I would like that image to be able to be clicked to show the contents of that specific category.

Thanks.
      
From: Encaps   Date: July 01 2009, 06:58
Thank you for the info.
Try to include catalog_categs.php instead of catalog.php in the index.php:
<?php include 'catalog_categs.php' ?>

From: Guest   Date: June 28 2009, 09:25
I just purchased and installed encaps-2.3.17 and now administrator back-end control panel works ok, but front-end looks without any skin. How can I fix the problem? Thanks
      
From: Encaps   Date: June 29 2009, 14:39
Could you please send me the URL?

From: Guest   Date: June 23 2009, 08:11
hi andrew,
is it possible to sort the images not by the rankin-tool.
it would be great if they sort automaticly after their title.
A_04, A_07, C_05, E_06, ...

cheers
      
From: Encaps   Date: June 23 2009, 12:55
You may try this:
/core/base.ctl.php, line #68:
$condition .=" ORDER BY title,id ";

Or if you'd like to sort by newest items:
$condition .=" ORDER BY updated_at DESC,title,id ";


From: Guest   Date: June 21 2009, 07:18
Hi,

I was wondering if it is possible to show multiple category's images first then once the category picture has been clicked on it will show the gallery for that category? I am using the Acd template.

      
From: Encaps   Date: June 22 2009, 11:09
Could you please clarify?


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