|
|
|
|
From: Guest Date: August 20 2008, 01:19
|
Hi I have installed the script, and all seems to work well, except for this one little issuse. Please look at this link
http://***.com/encapsgallery/index.php?action=show_custom&id=65&cat=1 you will see under the image i have included some code for people to copy so they can post on their pages. However, I have changed my mind and it wont let me delete it or the image.
Is there another way?
Thank you,
Loretta |
|
|
|
From: Guest Date: August 27 2008, 12:05
|
| Can anyone help with this? |
|
|
|
From: Guest Date: August 19 2008, 13:38
|
| How do I implement a swf that reads a xml file. |
|
|
|
From: Encaps Date: August 19 2008, 16:30
|
Tutorial:
www.kirupa.com/developer/flashcs3/using_xml_as3_pg1.htm |
|
|
|
From: Guest Date: August 19 2008, 13:33
|
It won't work with the pop up function you told me yesterday :(
I tried to copy the hole code in the catalog.html but it didn't work so i split it into the catalog.html and the catalog_head.html in the root folder. Here's the code
catalog.html
<table class="tbl">
<tr><th colspan="3">
</th>
</tr>
<tr>
<td align="center">
<table>
<tr>
<<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no, scrollbars=no,resizable=yes,copyhistory=no,width=200,height=200,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
<a title="Zoom: <?php echo $item["title"]?>"
href="javascript:popupWindow('popup_image.php?id=<?php echo $item["id"]?>')" ><img src="./rwx_gallery/thumbs/<?php echo $item["filename_thumb"]?>" alt="<?php echo $item["title"]?>" align="right"></a>
popup_image.php:
<?php
include("catalog_head.php");
$html["item"] = $gallery->get_custom($_GET["id"]);
?>
</tr>
</table>
</td>
</tr>
</table>
catalog_head.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://***.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php echo $html["item"]["title"] ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT" >
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" content="no-cache">
<link href="html/<?php echo $config['path']?>/catalog.css" type="text/css" rel="stylesheet">
<script language="javascript"><!--
var i=0;
function resize() {
i=0;
// if (navigator.appName == 'Netscape') i=40;
if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+70-i);
self.focus();
}
//--></script>
</head>
<body bgcolor="#fca205" onload="resize();">
<img style="border:1px solid #7f9db9" src="rwx_gallery/".$html["item"]["filename_normal"] ?>" border="0" alt="<?php echo $html["item"]["title"] ?>" title="<?php echo $html["item"]["title"] ?>" ></body>
I hope you can see where I made a mistake. Thanks a lot again =) |
|
|
|
From: Guest Date: August 19 2008, 09:12
|
| How do I make just one watermark and not so many on top of the photo |
|
|
|
From: Encaps Date: August 19 2008, 09:25
|
| By customizing core/watermark.php |
|
|
|
From: Guest Date: August 17 2008, 16:03
|
Hi,
Are you available for some integration work? I have a page that needs help. You can see the page at http://***.com/test/galleries.html
The "Empire of the Sun" is the title of the category.
The 8 black sqaures are 50 x 50 thumbnails.
The blank area to the right is where the image should be and sized 400 x 400. The name of the image should be under the image.
The numbers 1-4 are category links.
Can you do this? How much? What do you need from me?
|
|
|
|
From: Encaps Date: August 18 2008, 08:36
|
| Sorry, very busy schedule |
|
|
|
From: Guest Date: August 16 2008, 07:24
|
I decided to open the full view in a new window so i put the target="_Blank". It is possible to open that window in a popup in the size of the picture?
Because I removed all the texts and the next|previous Page function.
If this is possible I got the perfect Image Gallery around the WWW =)
Thanks in advance again ;) |
|
|
|
From: Encaps Date: August 18 2008, 08:47
|
encapsgallery/html/shopcart/catalog.html:
<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=200,height=200,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
<a title="Zoom: <?php echo $item["title"]?>"
href="javascript:popupWindow('popup_image.php?id=<?php echo $item["id"]?>')" ><img src="./rwx_gallery/thumbs/<?php echo $item["filename_thumb"]?>" alt="<?php echo $item["title"]?>" align="right"></a>
popup_image.php:
<?php
include("catalog_head.php");
$html["item"] = $gallery->get_custom($_GET["id"]);
?>
<html >
<head>
<title><?php echo $html["item"]["title"] ?></title>
<script language="javascript"><!--
var i=0;
function resize() {
i=0;
// if (navigator.appName == 'Netscape') i=40;
if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+70-i);
self.focus();
}
//--></script>
</head>
<body onload="resize();">
<img style="border:1px solid #7f9db9" src="rwx_gallery/".$html["item"]["filename_normal"] ?>" border="0" alt="<?php echo $html["item"]["title"] ?>" title="<?php echo $html["item"]["title"] ?>" ></body>
</html> |
|
|
|
From: Guest Date: August 19 2008, 07:42
|
It won't work...
I tried to copy the hole code in the catalog.html but it didn't work so i split it into the catalog.html and the catalog_head.html in the root folder. Here's the code
catalog.html
<table class="tbl">
<tr><th colspan="3">
</th>
</tr>
<tr>
<td align="center">
<table>
<tr>
<<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=200,height=200,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
<a title="Zoom: <?php echo $item["title"]?>"
href="javascript:popupWindow('popup_image.php?id=<?php echo $item["id"]?>')" ><img src="./rwx_gallery/thumbs/<?php echo $item["filename_thumb"]?>" alt="<?php echo $item["title"]?>" align="right"></a>
popup_image.php:
<?php
include("catalog_head.php");
$html["item"] = $gallery->get_custom($_GET["id"]);
?>
</tr>
</table>
</td>
</tr>
</table>
catalog_head.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://***.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php echo $html["item"]["title"] ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT" >
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" content="no-cache">
<link href="html/<?php echo $config['path']?>/catalog.css" type="text/css" rel="stylesheet">
<script language="javascript"><!--
var i=0;
function resize() {
i=0;
// if (navigator.appName == 'Netscape') i=40;
if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+70-i);
self.focus();
}
//--></script>
</head>
<body bgcolor="#fca205" onload="resize();">
<img style="border:1px solid #7f9db9" src="rwx_gallery/".$html["item"]["filename_normal"] ?>" border="0" alt="<?php echo $html["item"]["title"] ?>" title="<?php echo $html["item"]["title"] ?>" ></body>
|
|
|
|
From: Guest Date: August 16 2008, 04:33
|
Hey anybody :)
I like this gallery script and it is exactly those kind I need =)
Now my question:
I use the standard shopcart layout and modiefied a bit.
Now I want to disable that you can click on the photos to get the full sized image. There should be only the thumbnails for the visitors.
I think it is easy to realize for expirienced users ;)
Thanks in advance =) |
|
|
|
From: Encaps Date: August 16 2008, 04:45
|
| encapsgallery/html/shopcart/catalog.html, line #30: remove html tags <a...> and </a> before and after the <img...> |
|
|
|
From: Guest Date: August 15 2008, 02:29
|
Hi,
Is it possible to add in function "Date" in the coming version?
Thx. |
|
|
|
From: Encaps Date: August 15 2008, 08:48
|
| Yes, there will be "date_created" and "date_updated" fields in the future release. |
|
|
|
From: Guest Date: August 14 2008, 11:11
|
| I pay $$$ teach me to install encaps gallery script, I have host, purchased script, and I have experience in other PHP scripts, just need a kick in the pants, it's worth $100 to me to have this today 8/14/08 please not later, if later please ignore this message, you're a day late and dollar short, thanks! |
|
|
|
From: Guest Date: August 13 2008, 12:36
|
Im running an art-print webstore, is there any way to configure encaps to enable/disable shopcart per-item?
Adding options for perhaps framing and matting? |
|
|
|
From: Encaps Date: August 13 2008, 12:58
|
| There is no configuration option to enable/disable shopcart per-item |
|
|
|
From: Guest Date: August 14 2008, 12:22
|
| I'll pay you to teach me to install this script, call me 714-234-5402 Christian or "dorr at eskimo dot com" |
|
|
|
From: Guest Date: August 14 2008, 12:26
|
To answer your question, I'd suggest linking the image in your gallery to your inventory page then from your inventory page link items to your shopping cart. This would be better visual and easier maintenance possibly
Christian, call me I need to talk to you!!! |
|
|