|
|
|
|
From: Guest Date: May 26 2010, 16:31
|
| I got a problem whith search in my site. the search field dont work and not get anuy results? what can i do? i got the version encaps-2.3.18.3. whit purchese catalog.php The siste is: http://***.com.mx/catalogo/catalog.php |
|
|
|
From: Encaps Date: May 27 2010, 05:20
|
| Could you please open ftp for me so I will check? |
|
|
|
From: Guest Date: May 15 2010, 12:39
|
Hello,
I like the gallery and I tried to implement it to my website.
I have categories and sub-categories. When I clik on a category, It shows all the images included into that category and sub-category together.
1. I want the script to show me only the first image in each sub-category when I click the category above.
2. Then, when I click the sub-category, to show me the rest of the images contained in that particular sub-category including the first one showed at the previous step.
Thank you in advance,
Matei |
|
|
|
From: Encaps Date: May 17 2010, 03:47
|
| <private thread> |
|
|
|
From: Guest Date: August 16 2010, 16:21
|
I also am having this problem, I have changed the catalog_items.php to try to
if(count($html["categ"]["childs"])==0)
{
foreach($html['items'] as $item)
{
but that didn't work, I vardumped the variable html and found childs were just empty arrays in all the Categorys and Subcategorys, I have paid for the full source but I'm not sure which email was used to purchase it, It was one of the following
******
**************
**************
**************
One of those emails paid for it,anyway any help would be greatly appreacted |
|
|
|
From: Guest Date: August 16 2010, 16:25
|
| BTW ididn't realize those emails would post public since the thread said private can you please delete those email addresses from the previous post |
|
|
|
From: Guest Date: May 13 2010, 15:18
|
| Great product, one question what happens to the image uploaded as a category, it disappears |
|
|
|
From: Encaps Date: May 13 2010, 16:14
|
| Could you please clarify? |
|
|
|
From: Guest Date: May 12 2010, 15:55
|
| How is possible to use jqery thickbox for viewing large images when I click to thumbnail on catalog_items page instead of redirecting to catalog_item? |
|
|
|
From: Encaps Date: May 13 2010, 10:34
|
| By customizing catalog_items.html |
|
|
|
From: Guest Date: May 13 2010, 14:07
|
I tried by this way and it doesn't work:
<?php foreach($html['items'] as $item){?> <div class="foto"> <a class="thickbox" href="rwx/<?php echo $item["file"]?>"><img class="gall" src="rwx/<?php echo $item["file_thumb"]?>" /></a><br /> <?php echo $item["comment"]?> </div> <?php } ?>
All images are opening stil in new browser window.
Please, where I do mistake? |
|
|
|
From: Encaps Date: May 13 2010, 15:00
|
Make sure you downloaded required js files and added the following code into catalog_items.html:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="thickbox.js"></script>
<style type="text/css" media="all">@import "thickbox.css";</style>
And then you may try this:
<a href="./rwx/<?php echo $item["file"]?>" class="thickbox"><img src="./rwx/<?php echo $item["file_thumb"]?>" alt="<?php echo $item["title"]?>" class="float-left" /></a> |
|
|
|
From: Guest Date: May 14 2010, 08:48
|
Thank you. It works now.
First time I put scripts to "catalog_head" and it was not working.
When I have it now directly in the "catalog_items" page, it works :-) |
|
|
|
From: Guest Date: April 29 2010, 15:17
|
Hello, we use your gallery to our forums, and I wanted to ask if it was possible to create a link to a way so that whenever a new comment is made that the photo I receive the photos in annotated form created.
what I need to have easier access to new comments posted.
Thanks in advance |
|
|
|
From: Guest Date: April 30 2010, 13:24
|
Ok, the gallery where the pictures we create a link that allows us to visualize in real time all the comments are made to the various pictures.
The photos are divided into various modules in the case serve as information
|
|
|
|
From: Encaps Date: May 05 2010, 15:25
|
| Unfortunately I do not understand you |
|
|
|
From: Guest Date: April 27 2010, 17:09
|
| Is there a way that once someone clicks on 'checkout' that they will be redirected to a thank you page rather than just the order acknowledgement box that appears on the order page? |
|
|
|
From: Encaps Date: April 28 2010, 15:50
|
You could just reconstruct the link to order page, or replace order page contents, if you are familiar with html
I did not understand the question. |
|
|
|
From: Guest Date: April 17 2010, 13:19
|
| How do I change the ./ to a name like home... it looks funny having the links to everything and then in the front of them it just has the root "./" Thanks! |
|
|
|
From: Encaps Date: April 18 2010, 05:33
|
| Sorry, I did not get this. Could you please explain? |
|
|
|
From: Guest Date: April 18 2010, 08:45
|
| I'm using the dhmtl template and just like on your demo page the first link for the categories (which takes to you to home page) is just a slash. How can I change the slash ("./") to say "home" ? There is no way to edit it in the admin panel. The only options for this category, which is preconfigured in the template I guess, is to empty contents, there is no edit option. |
|
|
|
From: Encaps Date: April 18 2010, 09:38
|
Replace first line from catalog_items.html from:
href="index.php" style="font-weight:bold" >/</a>
to
a href="index.php" style="font-weight:bold" >Home</a>
|
|
|
|
From: Guest Date: April 18 2010, 11:31
|
| Awesome, that worked thank you very much! |
|
|
|
From: Guest Date: April 17 2010, 09:12
|
Hi:
1. How can i make the upload option public to upload picture by any one?
2. how can i configure my paypal account with the shop chart
3. how can i retrict the photo upload upto 10 max by any user
4. how can i provide storage limite exampl 250 mb for each user?
please help me |
|
|
|
From: Encaps Date: April 18 2010, 05:10
|
| Unfortunately there is no simple quick answer - customization required |
|
|
|
From: Guest Date: April 16 2010, 16:32
|
| Last summer I downloaded the current version of encaps, today I notice you have an updated version. I would like to 'upgrade' without overwriting all the files. Are there specific files that have changed with the 4/9/2010 version? |
|
|
|
From: Encaps Date: April 18 2010, 05:24
|
| There is no way to just update the code - there are a lot of changes since last summer |
|
|
|
From: Guest Date: April 15 2010, 14:40
|
| I have multiple categories for the purpose of photo galleries only on my site. Is it possible to make only one category have the shopping cart function enabled rather than across all categories? |
|
|
|
From: Encaps Date: April 18 2010, 05:30
|
You may try something like this:
if($item["category_id"]==1) then turn shopcart on,for example:
<?php if($config["shopcart_is_enabled"]==1 && $item["category_id"]==1){?>
$<?php echo sprintf("%.2f",$item['price'])?><a href="shopcart.php?action=add&item_id=<?php echo $item['id']?>"> Add to Cart</a>
<?php } ?> |
|
|
|
From: Guest Date: April 19 2010, 11:57
|
| Thanks for the response. When I try this in the catalog_item.php file, when someone clicks on the image in the gallery they are brought to a completely blank page rather than the large photo. Am I missing something? Am I updating the wrong file? How do I specify which category (say, category 17) I want to be shopping cart? I would like all the photos to be clickable and show a larger size, but I only want one category to be shopping cart. |
|
|
|
From: Encaps Date: April 19 2010, 14:38
|
| Please send me your catalog_item.html |
|
|