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

From: Guest   Date: November 09 2009, 05:14
is there a way to remove the link("encaps php image gallery script") on bottom of the page
please help me
thank you and great job you have done
      
From: Encaps   Date: November 09 2009, 15:10
Thank you for your feedback.
The only way to remove the link is to purchase the source php file.
      
From: Guest   Date: December 25 2009, 03:20
This is really cool;thanks for designers who build this code
it helps me lot
(Your source code is too expensive as i am student)

From: Guest   Date: November 08 2009, 14:38
Hello,

Nice gallery you have here, but I have some problems with scandinavian characters. So, how can I change the character set for the whole gallery? Also would be nice to change the "next" and "prev" texts to another language.

Thank you.
      
From: Encaps   Date: November 09 2009, 15:06
Since UTF encoding is implemented, you should not have any issues with scandinavian characters. Let me know if you have.

From: Guest   Date: November 06 2009, 05:34
which release of encaps can i use the mod_rewrite modifications?
      
From: Encaps   Date: November 06 2009, 09:01
I described mod_rewrite howto for the latest Encaps release

From: Guest   Date: November 03 2009, 22:08
Hello,

Could you please let me know how to:

1) not have items in my categories showing in the main page.

EX: let's say I have 2 categories (cat1, cat2) + the main page.
when I upload Items in cat1 and cat2, they all show in the main page as well. I would like to have the main page showing only items I put in the main page.

2) when I upload pictures, the page displays the file name and put the _ sign between the spaces in the file name. for instance, if I called the file Wedding Pictures, the site will display wedding_pictures. how can remove the _ sign?

Please let me know.

Thank you,
Wilky
      
From: Encaps   Date: November 05 2009, 08:51
Hello Wilky,

1) customization required if you'd like to don't show a picture on main page:
add a field show_on_main_page into the database table catalog_items, and add appropriate logic into admin/html/catalog_item.html, and core/catalog_item.ctl.php

2) To disable converting the space character you could try this:
edit core/catalog_item.ctl.php, and change the line #63 to
$fields["title"] = (isset($postget["title"]))?($postget["title"]):"";
            
From: Guest   Date: November 05 2009, 10:14
Hello,
This didn't work.
Please let me know.
Thank you.
                  
From: Encaps   Date: November 06 2009, 08:49
Hello Wilky,
regarding your second question: do you mean the page/image title, or the file name?
Edit the file core/misc.class.php, and replace the line #84 to
$filename = $_htpf['name'];
                        
From: Guest   Date: November 06 2009, 12:30
Thank you for your reply. This fixed the name issue, however, it also creates another set of issues with the setting. the text in the description and comment fields can't stay within their boxes, each box has one line that stretches out beyond the box boundary. Also, if there is no text in the description/and comment, the SQUARE_GREEN button gets blocked by the image immediately above it. lastly, both, the comment and description fields contents are showing in main page meaning you don't need to click on READ MORE.

Please let me know.

Thank you,
Wilky
                              
From: Encaps   Date: November 06 2009, 15:55
The last change you applied did not create the issues you described. The tempalte you use is based on "div"'s - so if you put unreasonable long text lines like "vfddddddddddddddddddddddddddddggggggg..."
you layout will not look good.
                                    
From: Guest   Date: November 06 2009, 22:12
I have tested that. You are absolutely correct.
Thank you much for your help.

From: Guest   Date: November 02 2009, 08:03
Hi again,

I have troubles with the search function. Since I'm using Cyrillyc symbols (utf8), I had to amend your preg_replace code like this:

preg_replace("/[^a-z0-9,_p{Cyrillic}]/iu"

The problem is that there is a bug in preg_replace: case insensitive modifier doesn't work with uf8 charachters! Here is the bug:

http://***.php.net/bug.php?id=47480


Can you help me go around this?
      
From: Encaps   Date: November 03 2009, 04:01
Hello Milen,
I did not understand all the details, please contact me with MSN or Skype

From: Guest   Date: October 31 2009, 22:50
how to apply the encaps-templates in the current version of encaps? tnx.
      
From: Encaps   Date: November 01 2009, 07:19
Just copy the template directory contents into the app, let's say copy encaps-templates/Shopcart/* to encaps-2.3.18/
            
From: Guest   Date: November 01 2009, 20:09
but what about the other templates like acd, blog, dhtml, refresh and stylevantage? how do i implement them?
                  
From: Encaps   Date: November 02 2009, 04:22
The same for other skins/templates
                        
From: Guest   Date: November 02 2009, 08:38
ok.

From: Guest   Date: October 31 2009, 07:39
Hi admin,
Iam buyer LJ Jun,

I meet some problem for the content break.
Your solution is
<?php echo preg_replace("/
/","
<br>",$item["description"])?>

but this php code only work fine at catalog.html

i need php code for catalog_custom.html
<?php echo $html['item']['description']?>
How to change the above php code?

Thanks and Good Day.
      
From: Encaps   Date: November 01 2009, 07:15
Hello LJ Jun,
I can't find catalog_custom.html. What encaps version do you use?
Don't hesitate to contact me with MSN or Skype

From: Guest   Date: October 30 2009, 10:17
Hello,

Could you please tell me how to expand the catalog_head to fit the entire screen. I am currently testing the new verion.

Please let me know. Thank you
      
From: Encaps   Date: October 30 2009, 10:28
Depends from the template you use. Check the catalog_head.html and relevant css file

From: Guest   Date: October 30 2009, 09:07
Hello, I've purchased the source one week ago and I'm no trying to implement encaps 2.3.17 as a simple shopcart. The code is neat and easy to customize, but I need help regarding SEO optimization. I've found your previous commend on using mod_rewrite with encaps in the answer "From: Encaps Date: June 23 2008, 05:02".

This cannot be applied to encaps 2.3.17 as it loses the path to the image/ directory and the links are not generated correctly. Can you give a howto (the same as previous) but which can be applied to the latest 2.3.17?

Thank you in advance.
      
From: Encaps   Date: October 30 2009, 10:27
Thank you for your feedback

1) I will publish mod_rewrite howto soon

The draft instructions for now:

How to make the urls look like http://***.com/catalog/categoryName/itemName.html instead of http://***.com/catalog.php?categ_id=1&id=2

1. Edit core/catalog_categ.class.php:

add the line #12 under function CatalogCategController():
$this->model->fields["idse"] = null;

add the line #57 under function update():
$fields["idse"] = preg_replace("/[^a-z0-9._-]/i", "-", strtolower($postget["idse"]?$postget["idse"]:$postget["title"]));

2. Edit core/catalog_item.class.php

add the line #25:
$this->model->fields["idse"] = null;

add the line #75 under function update():
$fields["idse"] = preg_replace("/[^a-z0-9._-]/i", "-", strtolower($postget["idse"]?$postget["idse"]:$postget["title"]));

3. Update your database:
ALTER TABLE `catalog_categs` ADD `idse` VARCHAR( 255 ) NOT NULL ;
ALTER TABLE `catalog_items` ADD `idse` VARCHAR( 255 ) NOT NULL ;

4. Edit catalog.php add the following code after the line #5:

if(isset($postget["categ_idse"]))
{
$html["categ"] = $catalog->categs->get("WHERE idse='".$postget["categ_idse"]."'");
$postget["categ_id"] = $html["categ"]["id"];
}
if(isset($postget["item_idse"]))
{
$html["item"] = $catalog->items->get("WHERE idse='".$postget["item_idse"]."'");
$postget["id"] = $html["item"]["id"];
}

5. Edit catalog_head.html and replace the lines
<a href="catalog.php?categ_id=<?php echo $categ["id"]?>">
with the following:
<a href="catalog/<?php echo $categ["idse"]?>/">

6. Edit catalog_items.html and replace
<a href="?id=<?php echo $item["id"]?>" >
with
<a href="catalog/<?php echo $categ["idse"]?>/<?php echo $item["idse"]?>" >

7. Add the following lines into .htaccess file (create .htaccess if doesn;t exist)
RewriteRule catalog/([^/]+)/$ catalog.php?categ_idse=$1 [NC]
RewriteRule catalog/([^/]+)/([0-9]+)/$ catalog.php?categ_idse=$1&page=$2 [NC]
RewriteRule catalog/([^/]+)/([^/]+).html$ catalog.php?id=$2 [NC]

8. Edit config.ini.php and set $config['url_root']='http://***.com/';

9. Edit catalog_head.html and set <base href="<?=$config['url_root']?>"> under the <head> tag:
<html>
<head>
<base href="<?=$config['url_root']?>">
</head>
...


2) the releases 2.3.17 and 2.3.18 are not compatible, I can not guarantee it's safe to just overwrite the files (I did not do this before), although you may back up your current files, overwrite new files and try it out - and restore your old files if something is wrong

From: Guest   Date: October 29 2009, 08:50
How i can to remove the authentication in control panel. I want to be able to put products any visitor who want to sell on my site.
      
From: Encaps   Date: October 29 2009, 10:18
Just set empty values from config.ini.php:
$config["admin_uname"] = "";
$config["admin_passwd"] = "";
            
From: Guest   Date: October 29 2009, 10:35
yes but I want to enter directly into the control panel without to introduce a username and password
                  
From: Encaps   Date: October 29 2009, 11:03
Right - if there is no admin user name and password specified, the login screen is disabled
                        
From: Guest   Date: October 29 2009, 14:51
I give it but still appears the authentication
                              
From: Encaps   Date: October 29 2009, 15:10
What Encaps version do you use? Could you please show me your demo?
                                    
From: Guest   Date: October 29 2009, 15:17
http://***.php
Its the old version
                                          
From: Encaps   Date: October 29 2009, 15:29
How old is it? What the version is? May be you need to incorporate the new auth logic
                                                
From: Guest   Date: October 29 2009, 16:27
EncapsGallery-2.0.6.zip
                                                      
From: Encaps   Date: October 29 2009, 16:38
Could you please send me your admin/ directory? I will check the auth feature
                                                            
From: Guest   Date: October 29 2009, 16:51
i have send an email with a link download
                                                                  
From: Guest   Date: October 29 2009, 17:55
The problem was solved. I delete the include("catalog_auth.php"); from catalog_head.php


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