|
|
|
|
From: Guest Date: May 02 2008, 20:58
|
| I'm including the gallery within a table of another page. Clicking a thumbnail brings up the larger image correctly. Clicking on a category brings up the gallery by itself, without the rest of my page. How can I make the gallery always appear within the table on my site? |
|
|
|
From: Guest Date: April 30 2008, 17:27
|
| Is it possible to use subdirectories in the "rwx_gallery" folder? I have several hundred images and would like to keep them organized. |
|
|
|
From: Encaps Date: April 30 2008, 17:57
|
| Unfortunately no, customization required |
|
|
|
From: Guest Date: April 30 2008, 18:38
|
| Thanks for the reply. For future versions it would be nice to have a file browser where you could create subdirectories and move images between them! |
|
|
|
From: Guest Date: April 29 2008, 15:46
|
| I am confused. I downloaded encapsgallery-2.0.4 and the Howto of your website says to invoke http://***.php but there is no gallery_cfg.php/ Readme says run http://***.php and there is one of those, but it prompts me for a user id/password, and the ones that get me in my host do not work. I think it is looking for something in encaps, but I did not see where to set it |
|
|
|
From: Encaps Date: April 29 2008, 15:53
|
| The user id/password is empty by default. |
|
|
|
From: Guest Date: April 29 2008, 15:02
|
Hi! I purchased the code recently. It's been working great for me so far. However, I came up with some questions:
1. I am trying to change the code so that when a thumbnail is clicked, the image opens in a new window. I did what you suggested, changed target to "_blank" from "_self" in the "html/_your_skin_/gallery.html". However, when the page opens i see enlarged images for all of the thumbnails, along with the header... and other stuff.. I need to have just the enlarged image, and nothing else, with the size of that new window to be the size of the enlarged image.
2. How do I get rid of the page numbers? I changed the code to display all of the thumbnails on the same page, so I don't really need the page number on the top of the page.
Thank you very much,
Sasha
|
|
|
|
From: Encaps Date: April 29 2008, 15:51
|
Hello Sasha,
1) I will show you the demo
2) you may remove the line <?php include("pagination.html")?> from your "html/catalog.html" template |
|
|
|
From: Guest Date: April 28 2008, 17:59
|
| We are trying to work with Ecommerce with your codes. We would like to process credit cards using a gateway that directly deposits into our bank account. Is this possible? |
|
|
|
From: Encaps Date: April 29 2008, 03:48
|
| Unfortunately no |
|
|
|
From: Guest Date: April 28 2008, 17:52
|
| Can a gateway like "authorized.net" be added to your shopping cart? |
|
|
|
From: Encaps Date: April 29 2008, 03:47
|
| Unfortunately no |
|
|
|
From: Guest Date: April 27 2008, 14:28
|
| I'm a buyer, and Im trying to set up my thumbnails from different sources. can i set up the thumbnail image to be accessed from both an outside url http://***..... or the rwx_gallery internally, either or? I have some thumbnails hosted from another domain and some thumbnails are hosted locally. thanks. |
|
|
|
From: Encaps Date: April 29 2008, 03:47
|
| Unfortunately no |
|
|
|
From: Guest Date: April 26 2008, 14:33
|
Hi admin,
I am buyer LJ Jun.
Now meet some problem for the photo gallery,
I need some coding changes for the ID ascending and descending problem.Hope admin can made a little favor for me.
When i upload my latest photo. it show at the behind page.
can i made it show at the front?
coz it made alot of trouble for user.
they need to click and view the last page to find out the lastest updated images/photo.
From Buyer,
LJ Jun
|
|
|
|
From: Encaps Date: April 29 2008, 02:36
|
You may change sql-query from /core/catalog.class.php,
line #134:
from
$query .= " ) AND is_visible='on' ORDER BY position, title";
to
$query .= " ) AND is_visible='on' ORDER BY id DESC, title"; |
|
|
|
From: Guest Date: April 29 2008, 02:57
|
Thx for your reply admin,
I hope next version can add in function "time" .
and sort by time.
I think it more flexible for user to sort by function time to check for the latest pieces. =)
Regards,
LJ JUN |
|
|
|
From: Guest Date: April 26 2008, 10:16
|
Hi,
how can I create category/image navigator (with links)?
Example from demo:
Catalogue » Electronics » Digital Cameras
but there is no links for Catalouge, Electronics and Digital Cameras...
Thanks!
Bojan |
|
|
|
From: Guest Date: April 24 2008, 23:23
|
| hi admin, I want to create a "news" page, how to write code that automatic display like "totla catalog", "upload time", that day "every catalog upload numbers", "every catalog", had upload. I have 3 "totla catalog" |
|
|