|
|
|
|
From: Guest Date: February 09 2010, 05:24
|
| how to remove "encaps php gallery" to catalog.php?categ_id=3 pages? pls reply soonnnnnnn |
|
|
|
From: Encaps Date: February 10 2010, 12:22
|
| You can remove the link after you purchase the source file |
|
|
|
From: Guest Date: February 04 2010, 02:21
|
I want to know if there is a way to change the appearance of certain categories?
may i change the "dogs" category background and text to be different then "cats" category?
thank you |
|
|
|
From: Encaps Date: February 04 2010, 05:34
|
| Could you please show me some example? |
|
|
|
From: Encaps Date: February 04 2010, 18:08
|
So you could create different templates, let's say catalog_items_cats.html,catalog_items_dogs.html,
then in the catalog.php you set
if($html['categ']['title']=='cats')
include("catalog_items_cats.html");
else if($html['categ']['title']=='dogs')
include("catalog_items_dogs.html");
else include("catalog_items.html"); |
|
|
|
From: Guest Date: February 02 2010, 22:03
|
I am getting this error on my index page.
Warning: Invalid argument supplied for foreach() in /home/content/s/c/h/schochequipmen/html/equipment/catalog_head.html on line 32
and
Warning: Invalid argument supplied for foreach() in /home/content/s/c/h/schochequipmen/html/equipment/catalog_head.html on line 53
Everything worked fine on my test server which is windows, but the production server in linux. |
|
|
|
From: Encaps Date: February 03 2010, 10:25
|
Please show me the issue on your production server
What Encaps version do you use? |
|
|
|
From: Guest Date: February 03 2010, 12:14
|
v2.3.18.3 purchased the source.
Here is the URL
http://www.******.com/equipment/ |
|
|
|
From: Encaps Date: February 04 2010, 18:09
|
| Fixed common.ini.php |
|
|
|
From: Guest Date: February 01 2010, 05:51
|
how to upgrade from EncapsGallery-2.0.6 (2008) To Encaps-2.3.18.3 (2010).. thanks
|
|
|
|
From: Encaps Date: February 03 2010, 10:24
|
Unfortunately there is no way to just upgrade - the versions are not compatible.
You can just download (use the same url) and install new release;
or send me your old purchase details (your name, email, purchase #id, date) so I will send you new src file
Let me know if you have any questions |
|
|
|
From: Guest Date: January 30 2010, 11:24
|
I am currently review several picture gallery and shopping cart aps and I am wondering what is the difference between the free download and purchased code ?
Thanks, Steve |
|
|
|
From: Encaps Date: February 01 2010, 04:42
|
| Steve, there is bottom banner line in free Encaps version |
|
|
|
From: Guest Date: January 27 2010, 22:24
|
| I need help, I am trying to get your captcha script to work on a form i have created for my schools website. We currently use a cgi formmail script thatsends our secretary an email. I have downloaded the captcha.php. I can run the demo no problem. What I am having trouble with is setting up the actual form. It was an html form, I have changed it to a php form. I have placed the session start() above the DocType tag, I have copied the code before the submit line and after the closing form tag. What I believe is my action attribute currently points to my formmail.cgi. When i run the form everything posts to my email. Can you provide any suggestions? |
|
|
|
From: Encaps Date: January 28 2010, 03:55
|
| Could you please send me your files? |
|
|
|
From: Guest Date: January 27 2010, 05:38
|
Hi Admin,
I'm Buyer LJ Jun.
I need to ask you about the latest download version for encaps gallery.
Do i need to buy again for the latest version 2.3.18.3
(my version was 2.0.6)
OR i can upgrade it with free life time? |
|
|
|
From: Encaps Date: January 27 2010, 13:19
|
Could you please send me your purchase id num? I will send you new version.
Or you may use the same url to download latest version |
|
|
|
From: Guest Date: January 27 2010, 05:04
|
hello.
I'd like two albums on a database
how
thank you |
|
|
|
From: Encaps Date: January 27 2010, 05:14
|
You could use different database prefixes (config.ini.php) for different catalogs on the same server:
$config['db_prefix']='album1_';
or
$config['db_prefix']='album2_'; |
|
|
|
From: Guest Date: January 26 2010, 17:09
|
hello...
first of all i'd like to say that encaps is amazing.
i have a question.
for some reason when i'm writing a title and massage in hebrew it show me some question marks and not what i was writing.
in previous site that i build it was great in hebrew.
what is the problem?
thank you and sorry about my english |
|
|
|
From: Encaps Date: January 27 2010, 05:16
|
I guess it complains about the charset
Could you please show me the issue? |
|
|
|
From: Guest Date: January 21 2010, 14:09
|
Hello,
Why do I get the characters like this ==> "” where ever there are apostrophes ( '), dashes ( -) and quotation marks ( ") in the description field. The comment field is fine.
I am using Encaps-2.3.17.zip. Please let me know how I can fix that.
Thank you.
|
|
|
|
From: Encaps Date: January 22 2010, 01:12
|
| Could you please show me the issue? |
|
|
|
From: Guest Date: January 22 2010, 06:17
|
Here is the link to the website http://***.****************.com/index.php?id=54
Please let me know if you need anything else.
Thank you. |
|
|
|
From: Encaps Date: January 22 2010, 09:01
|
I can't repeat the issue on my side,
could you please let me inspect your database? |
|
|