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

From: Guest   Date: September 29 2008, 11:29
how to convert pdf or doc files into jpeg in our code to upload into our album
      
From: Encaps   Date: September 29 2008, 12:28
It's not possible with EncapsGallery. You could create static thumbnail with your favorite image editor software.

From: Guest   Date: September 26 2008, 13:23
hey i bought 1.9.4 a little less than a year ago, since then my computer has been wiped out. i have it the gallery installed online but was wondering what file the legal key thing was so when i upload the demo to a new folder(the old uploaded version doesnt work anymore) i can move the file to have legal rights,etc.?
      
From: Encaps   Date: September 26 2008, 15:55
Unfortunately no.
You need to download new version. Just let me know purchase date (period), your full name, email - I will send you new sources.
      
From: Guest   Date: September 26 2008, 17:06
just got your 2nd email now. thanks alot, always loved your galleries.

From: Guest   Date: September 26 2008, 10:50
how to upload pdf, doc files to encaps software. how to change the code to do so.
      
From: Encaps   Date: September 26 2008, 15:48
core/misc.class.php, line #139:
(jpg|jpeg|png|gif|swf|mov|pano)
            
From: Guest   Date: September 26 2008, 16:33
though i have changed it the pdf file is not displayed as other images in the gallery. can you help me

From: Guest   Date: September 25 2008, 23:27
Hi,

I want to change » and « sembols.
I want to make bigger or write back and next.

Please help me.
      
From: Guest   Date: September 26 2008, 05:12
I asked but now I can make.
Sorry I know « = « and » = » but a time forget.
If a person want to make that he/she can finde this words.

Thankyou Encaps. very good programe.

From: Guest   Date: September 25 2008, 19:08
You didn't reply my question I dont know why I am your customer I purchased your software.

I wanted to know How Can I view on index page top 5 records those ID number will be high. That records should display atleast give me hints or select query. I know PHP. TOP 5 records.


thank you so much!!!!
      
From: Encaps   Date: September 26 2008, 10:29
I'm sorry for the delay in response, but the question you asked - I did not do this before with EncapsGallery, so I don't have ready quick answer.
In general the SQL query may look like "SELECT * FROM encapsgallery ORDER BY id DESC LIMIT 5"

From: Guest   Date: September 25 2008, 15:30
i want to sale the shoes. The item have the size . so how to make the size on it. let buyer to pick.
i need item(shoes) size button. item(shoes) color button. add to cart button.
i see your shopping cart only have add to cart button.
can you tell me how to add this button on the web.

please help me ?

i want to buy your webcode.

i only have frontpage software. please tell me how to do?

thanks!

or other question. when i buy the web. please made tow more button let the buyer to choice webcode for me.

if your can help? let me know. i buy one for you!


thanks again!

sincerely john
      
From: Encaps   Date: September 25 2008, 16:08
John, unfortunately options, such size and color, are not implemented with EncapsGallery shopcart.

From: Guest   Date: September 24 2008, 09:44
Can you please tell me how to display top 5 records follow ID in our gallery?

Please tell me. waiting for reply!!!

From: Guest   Date: September 24 2008, 04:59
Andrew

I would like to add a text only page containing gallery 'operating instructions' to be effectively a home page

No pictures to be on this home page

I have added text to the page catalog_head.html but of course it now appears on every page

How can I restrict text to one 'home' page only?

If I add, for example, a page called_home.html or catalog_head1.html will I get what I want or will I screw up the rest of your super product
      
From: Encaps   Date: September 24 2008, 14:14
You could put your text into index.php instead of "include("catalog.php")
      
From: Guest   Date: September 24 2008, 16:20
Andrew

many thanks we have done what you suggested and it works fine

From: Guest   Date: September 22 2008, 18:33
I can't get the program to install

on the catalog_db_install

I get

Fatal error: Call to undefined function preg_match() in /usr/local/www/theoceanwindow-bv.com/encapsgallery-2.0.6/core/db_sql.class.php on line 11
      
From: Encaps   Date: September 23 2008, 12:51
The message means preg_match() php function is not available
for your webserver (php), so you need to ask your hosting provider to
enable "preg_match()" for you
      
From: Encaps   Date: September 23 2008, 13:41
PHP has to be compiled with the PCRE library. It would be strange if it wasn't but you never know. Look at the phpinfo() output and see if it has --without-pcre-regex as a flag in the Configure Command section.

Look in the phpinfo() page again and look for a section titled pcre that has a table that says something like this:

PCRE (Perl Compatible Regular Expressions) Support | enabled
PCRE Library Version | 4.5 01-December-2003

If not, then you need to re-compile PHP and check the docs to see how to make sure that PCRE gets compiled in. That's my only thought.
      
From: Encaps   Date: September 23 2008, 13:43
One more thought: try to recompile php with option --with-pcre-regex=yes

From: Guest   Date: September 22 2008, 15:15
Hi Andrew,

Can You Please tell me in admin section "image display" and "Add new image" is coming on the same page I want It should be separate.

In other window Add new image form should come If atleast you give me advice or hints then I will complete it.


Eagerly Waiting for your reply!!!
      
From: Encaps   Date: September 22 2008, 15:34
You may do the following:
- copy admin/catalog.php to admin/catalog_add.php
- admin/catalog_add.php: replace "$gallery->show("admin");" to "include (html/catalog_add.html)"
- copy admin/html/catalog.html to admin/html/catalog_add.html
- admin/html/catalog.html: replace "add new image" html form to the link to "catalog_add.php"
- admin/html/catalog_add.html: remove everything except "add new image" form
I do not guarantee this will work - I did not try it


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