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

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

From: Guest   Date: December 13 2009, 18:03
Hi,
im quite a sql/cms newbie, but i managed to adapt your great script to my needs, only i would like to have subpages like Contact, References, with text and same layout as for pictures, but somehow i dont manage to create one...
i have created a file named contact.php:

<?php include "catalog_head.html" ?>
asdadadad
<?php include "catalog_foot.html" ?>

and get en error in the section with photo-categories:

Warning: Invalid argument supplied for foreach() in /www/e/c/u25112/public_html/catalog_head.html on line 66

u can have a look here>

http://***.*******.sk/contact.php

thank you
      
From: Encaps   Date: December 14 2009, 09:12
<?php include "common.ini.php" ?>
<?php include "catalog_head.html" ?>
asdadadad
<?php include "catalog_foot.html" ?>
            
From: Guest   Date: December 14 2009, 13:43
hi,
unfortunately not, but i think its ok, i dont need to see all the photo cathegories when im in the contact site....
                  
From: Guest   Date: December 14 2009, 13:45
ah, my mistake, it looks bad when there is an error...so i do need to see the cathegories or nothing...
thank you in advance
                        
From: Guest   Date: December 15 2009, 19:15
<?php include("common.ini.php");
$html["categs"] = $catalog->categs_gets();
include ("catalog_head.html"); ?>

now working!

From: Guest   Date: December 09 2009, 19:26
hi. I am currently using encaps-2.3.18.1 Thanks for your nice product. I have bought source code and loaded it.

How can I get the category and subcategory picture resized in admin/category as i do in admin/item?

Thanks
      
From: Encaps   Date: December 14 2009, 09:19
You could add new line#69 into core/catalog_categ.ctl.php:

Misc::resize('../rwx/'.$file,'../rwx/'.$file,100);

Let me know
            
From: Guest   Date: December 21 2009, 04:47
yeah. that worked. thanks.
hope to see it can be configured at config place at the next version of encaps:)

From: Guest   Date: November 21 2009, 18:39
hi. I have EncapsGallery-2.0.6 version and i want to have at skin shopcart menu at left and right, I tried to modifiy in catalog_head.html
<tr>

<td valign="top" class="common">
<?php
$filepath = dirname(__FILE__)."/html/".$config['path']."/sidebar.html";
if(file_exists($filepath))include($filepath);
?>
</td>

<td valign="top" align="center" class="common">

i copied & paste and i put it in this way
<tr>

<td valign="top" class="common">
<?php
$filepath = dirname(__FILE__)."/html/".$config['path']."/sidebar.html";
if(file_exists($filepath))include($filepath);
?>
</td>

<td valign="top" align="center" class="common">
</tr>
<td valign="top" float="right">
<?php
$filepath = dirname(__FILE__)."/html/".$config['path']."/scroll.htm";
if(file_exists($filepath))include($filepath);
?>
</td>
but isn't good. pls help me.
http://***.ro-webdesign.info is the site where i want to move the menu to the right is one where products move from top to bottom
      
From: Encaps   Date: November 23 2009, 09:42
I visited the URL you provided - what is wrong there?
            
From: Guest   Date: November 29 2009, 05:37
Fixed

From: Guest   Date: November 21 2009, 15:57
Can't seem to find the Encaps admin file that contains the main menu: catalog, catagories, items, ftp uploads, config, shopcart and logout
      
From: Guest   Date: November 21 2009, 16:06
Found it:
In the admin catalog_head.html

From: Guest   Date: November 20 2009, 07:58
Hi

I want to know if Encaps Gallery can run in php safe mode?

Gitte
      
From: Encaps   Date: November 20 2009, 14:59
There is free demo available for download, you may try it out

From: Guest   Date: November 19 2009, 05:19
Can category images on the /catalog_categs.php page) display more than 2 images side by side on screen?

Jack
      
From: Encaps   Date: November 19 2009, 13:56
Hello Jack, you may customize catalog_categs.html


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