|
|
|
|
From: Guest Date: March 09 2009, 18:46
|
Is there any way I can add an apostrophe to the 'Comment' section for a picture?
At the moment when I put one in it changes it to the html code for an apostrophe when viewed. |
|
|
|
From: Encaps Date: March 09 2009, 19:40
|
| Could you please show me how the apostrophe looks on your side? |
|
|
|
From: Guest Date: March 10 2009, 10:24
|
In comment section in admin it is Posh's Wedding
In comment section viewed from website it is Posh's Wedding
Thanks |
|
|
|
From: Guest Date: March 10 2009, 11:50
|
Don't worry I have solved this by doing a bit of research.
I changed code in catalog_items.php from
<?php echo htmlentities($item['comment'])?>
to
<?php echo addslashes($item['comment'])?>
And it seems to work fine!
Thanks |
|
|
|
From: Encaps Date: March 10 2009, 12:32
|
| Thank you for the note, I will check it out. |
|
|
|
From: Guest Date: March 08 2009, 04:44
|
cheerio, me again.
how to change the style of the pagination.html ? it would be nicer if there will only be listed the next 5 sides. if there are 40 sides or more, it should look something like that : < 1 2 3 4 5 ... >
|
|
|
|
From: Encaps Date: March 09 2009, 06:01
|
| The pagination can be changed by customizing html/pagination.html |
|
|
|
From: Guest Date: March 09 2009, 07:40
|
thanks,
im not realy into php, so which part to change ?
i think its somewhere in here ?!
<?php
}
for($i=1;$i<=$html["pagination"]["pages"];$i++)
{
if($i != $html["pagination"]["page"])
{
?>
can you help me ?
cheers olaf |
|
|
|
From: Encaps Date: March 09 2009, 17:47
|
| You may get html/pagination.html from encaps-2.3.12 |
|
|
|
From: Guest Date: March 09 2009, 17:57
|
thank you so much andrew, it works superb !!!
it was exacly what i was searchin for |
|
|
|
From: Guest Date: March 07 2009, 22:34
|
| is there a way to reset the user name and password with out reinstalling the program. |
|
|
|
From: Encaps Date: March 09 2009, 05:27
|
You can change username and password from config.ini.php:
$config["admin_uname"] = "";
$config["admin_passwd"] = "";
|
|
|
|
From: Guest Date: March 07 2009, 13:06
|
pagination.html ;
how to show only the next 5 img if there are 40 sides it looks like << 1 2 3 4 5 6 7 8 9 10 11 21 22 ...> ? |
|
|
|
From: Encaps Date: March 09 2009, 06:01
|
| The pagination can be changed by customizing html/pagination.html |
|
|
|
From: Guest Date: March 07 2009, 09:51
|
Hello,
My name is James Buffington and i'm a registered user of version 2.0.6 (still under a year since i purchased) and i have a few questions.
First i would like to upgrade to the newest version....2.3.10. Can you please send me the url.
Can i update my existing gallery without having to start from scratch?
Also, is there a way for my galleries to run as a slideshow with visible controls?
Thanks for your time! |
|
|
|
From: Encaps Date: March 07 2009, 11:41
|
The URL to download the latest Encaps release is sent.
Unfortunately there is no way to upgrade - the versions are not compatible.
Slideshow you described can be implemented by customizing one of existing templates
|
|
|
|
From: Guest Date: March 07 2009, 11:58
|
Can you be more specific on the template customization or could i pay you to do it? I'm using the RayM template.
Thanks!! |
|
|
|
From: Guest Date: March 07 2009, 05:43
|
hi i am ruqqya i am using
i want to remove "php gallery" in index.php and puts my website name with url. plz help me out |
|
|
|
From: Encaps Date: March 07 2009, 11:33
|
| The bottom url you mentioned will be removed only after purchase |
|
|
|
From: Guest Date: February 27 2009, 05:49
|
| Is it possible to change the currency from $ to euro's |
|
|
|
From: Encaps Date: February 27 2009, 06:30
|
It's possible to change the dollar sign to the pound or euro, but it is hardcoded into html templates. You may use html-editor for manually replace "$" symbol with:
ˆ Euro: € or €
£ Pound: £ or £
And also you should change currency code in the shopcart.php page, line #46:
<input type="hidden" name="currency_code" value="USD">
Affected files: "html/_skin_/catalog_item.html", "html/_skin_/admin/catalog_item.html" , "shopcart.php", "shopcart_preview.php" |
|
|
|
From: Guest Date: February 24 2009, 13:00
|
Hello,
I have been using the Encaps Gallery solution for about 2 weeks now and have been very satisfied with its functionality, customization abilities and ease of use.
However, I need to slightly change the way that the images display and was hoping I could get some assistance. I need to be able to show the images only when the subcategory is clicked on and not before.
2Checkout.com Order Number : *******
Example: http://***.*******.com/gallery/index.php?categ_id=1
Please let me know what I need to do to make this change.
Thank you.
|
|
|
|
From: Encaps Date: February 24 2009, 15:11
|
So you may apply the following changes:
core/catalog.ctl.php, line #44:
//@$categs[$i]['subtotal'] += $child_cat['subtotal'];
core/catalog.ctl.php, line #57:
if(false && !$this->admin)
|
|
|
|
From: Guest Date: February 20 2009, 11:01
|
I am trying to install a HP Photosmart C8180 all-in-one Printer, scaner, coper. I have XP Home disk Operating system. It stops loading the HP Hpotosmart C8100 Series as a failure, and tries to install the (PHOTO GALLERY DISK) that I don't have. It was not supplied by HP.
Is your Photo Gallery down losd compatible with this system. My computer is a desktop HP Pavilion a1240n.
Thanks From James L. Brown, E-mail:********@********.net |
|
|
|
From: Encaps Date: February 20 2009, 11:41
|
| Could you please contact me with MSN messenger? I don't have idea what are you talking about. |
|
|
|
From: Guest Date: February 20 2009, 14:13
|
I'm testing the free script to see what it can do.
Why the links next and previous in on the page with the bigger image are not active? |
|
|
|
From: Encaps Date: February 20 2009, 15:00
|
| Could you please show the URL? |
|
|
|
From: Guest Date: February 20 2009, 16:28
|
Sure - but please delete it after you see it as it will be a company site but I'm using for tests at the moment.
http://www.*****.com/gallery/ |
|
|
|
From: Guest Date: February 20 2009, 16:41
|
This is an example: the links next and previous do not work:
http://***.****.com/gallery/?id=2
|
|
|
|
From: Encaps Date: February 20 2009, 16:55
|
Thank you for the URL.
Regarding the page you provided - there is only one item from the category #3, so there is no items before or after it, so pagination links are disabled. |
|
|
|
From: Guest Date: February 20 2009, 17:07
|
Oh. I'm so sorry. I didn't think of this.
Thank you for deleting the url and for replying so fast! I'm impressed.
Is it possible to add more than 1 image with the same description. This script looks very nice for a small internet shop. |
|
|
|
From: Encaps Date: February 22 2009, 04:43
|
| Unfortunately it's not possible to add more than 1 image with the same description - customization required |
|
|
|
From: Guest Date: February 19 2009, 13:30
|
| I bought the code last night, but I've lost the file. (Already) How do I re-download it? I have proof of purchase. |
|
|
|
From: Guest Date: February 19 2009, 13:31
|
| Also, the version I downloaded seems to be missing quite a few files from the other (free) version. Like, catalog.class.php. It doesn't have it. |
|
|
|
From: Encaps Date: February 19 2009, 13:46
|
Thank you for your purchase!
The link to download the latest Encaps-2.3.11 is emailed to you.
The missing file you mentioned is from old Encaps-2.0.6 |
|
|