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

From: Guest   Date: January 08 2010, 16:42
Is there a way to offer multiple print sizes at different prices?

I.E 7x5, 8x6 10x8 etc

Thank you.
      
From: Encaps   Date: January 09 2010, 02:05
Unfortunately no

From: Guest   Date: January 07 2010, 20:47
Hi,

I downloaded this sciprt with the templates and the default script works great but when I uploaded the templates the catalog.php file is missing in each one, where can I find this file? It is required.

Morris
      
From: Encaps   Date: January 08 2010, 02:45
You are right - there is no catalog.php in the templates;
when you need to apply different template, you just extract relevant
template directory contents

From: Guest   Date: January 05 2010, 11:19
Is it possible to change either the size and or the font in the Captcha code

David
      
From: Encaps   Date: January 05 2010, 11:29
Unfortunately there is no simple way to just change (without customization) the font in the captcha code - there is generic simple font used
            
From: Guest   Date: January 05 2010, 12:17
Ok Thanks - can live with the font OK but would have really liked to make it slightly larger.
Thanks anyway

From: Guest   Date: January 04 2010, 02:15
During or after a batch FTP upload, is there any way to set the item price to a default, rather than add it in to each item manually once the images are uploaded? My client is going to be uploading alot of images at one time that will all have the same sale price, was hoping he could set that for them in one go.

Thanks for any help or advice...
      
From: Encaps   Date: January 04 2010, 11:12
Simple quick way is to add a line #39 into admin/catalog_tools.php:

$fields["price"] = 10;

Let me know
            
From: Guest   Date: January 19 2010, 17:47
Thanks heaps worked a treat.

From: Guest   Date: January 03 2010, 15:56
Can I remove the shopping cart function?

What files do I need to modify?

Thanks
      
From: Encaps   Date: January 04 2010, 11:06

a) If you'd like to hide the shopping cart features, you could just to set $config['shopcart_is_enabled'] = '';
from config.ini.php

b) if you'd like to remove all shopping cart related functions from the code, you need to
1) delete the files
/core/shopcart.class.php
shopcart.php
shopcart_ipn.php
shopcart_preview.html
admin/shopcart.php
2) remove the reference from catalog_head.html:
<?php if($config["shopcart_is_enabled"]==1){?>
...
<?php } ?>

Let me know

From: Guest   Date: December 28 2009, 16:43
Hi,

I would like to have 2 prices for each photo, e.g. 4x6=$5 and 8x10=$10, how do I implement that?

Thanks in advance,

John
      
From: Encaps   Date: December 29 2009, 16:31
Hello John, customization required.

From: Guest   Date: December 22 2009, 13:16
Hi I have installed the demo http://***.************.**/index.php
works great big question can I use the shopping cart via my other site ***.************.** can someone upload their own image to the cart kinda short circuiting my current system wjich is not very user friendly
      
From: Encaps   Date: December 22 2009, 15:17
Hello Keith, unfortunately I can't reach you using the e-mail address you provided.

From: Guest   Date: December 20 2009, 05:44
Hello,

ik have the Dhtml template.

How to change the column rows for the thumbnails? i can't find it in the code :(

it doens't stand in the catalog_items.html

thnx
      
From: Encaps   Date: December 20 2009, 10:24
Check Dhtml/catalog_items.html, the lines #120-137

From: Guest   Date: December 19 2009, 05:43
is possible uploader multiple foto from te pannel...?
you have a solution?
thanks
      
From: Encaps   Date: December 19 2009, 10:05
You just copy your pictures into admin/ftp_upload, and run admin/catalog_tools.php

From: Guest   Date: December 15 2009, 19:17
ok, another question,
when i have only one page with pictures, i dont need the number down

« [1] »

how can i get rid of it?

thanks
      
From: Encaps   Date: December 16 2009, 08:56
Edit pagination.html and replace the line

if(count($html["pagination"]["pages"]))

with the following:

if($html["pagination"]["pages"]>1)
            
From: Guest   Date: December 16 2009, 09:34
its working! thank you!

one last thing, i cant change the order of the images to show the newest first (http://***.encaps.net/howto/#q_02)
there is no file

/core/catalog.php

                  
From: Encaps   Date: December 17 2009, 11:30
I will fix the order soon,
now you could edit /core/base.ctl.php, set the line #68 to:

$condition .=" ORDER BY updated_at DESC,rank,title,id ";

Let me know
                        
From: Guest   Date: December 18 2009, 04:54
direct hit! :) thank you


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