|
|
|
|
From: Guest Date: November 24 2008, 06:19
|
How do I set up an archive system so that clients can see the current set of photos when they log on then choose to look at other galleries if they so choose?
I know from your 'how to' pages that I can sort the galleries into current first etc. but the drop down arrow delivers so many pictures with options within each gallery that it's becoming a bit difficult for clients to choose.
Apologies for this question if it's been answered already but I haven't found an answer so far |
|
|
|
From: Encaps Date: November 25 2008, 02:26
|
| Sorry, not clear enough |
|
|
|
From: Guest Date: November 25 2008, 07:37
|
I'm not sure I can explain much clearer but I'll try
Rather than seeing a list of all the photos we have loaded I was trying to find out if the software supports an archiving system which I have seen on many other similar sites
The photos on such sites are frequently stored as, for example, current photos or gallleries and archived photos or galleries
Hope this is clear now |
|
|
|
From: Encaps Date: November 26 2008, 08:47
|
| There is no such option |
|
|
|
From: Guest Date: November 18 2008, 15:46
|
Hi,
I've just followed all the steps for the install, but i can't log into the admin or back office. Please help. Is something missing? I've setup an encaps_gallery mysql db, but i can't find the .spl file to import.
Any/all help is appreciated. Thanks, Kyle |
|
|
|
From: Encaps Date: November 18 2008, 16:31
|
| Could you please describe step-by-step what did you do exactly? |
|
|
|
From: Guest Date: November 20 2008, 10:35
|
| I uploaded all files via ftp. Changed permissions to 777 as shown in swf. Ran the suggested pages. The admin sign shows, but when I click the login tab it just reloads the same page and doesn't allow me admin/back office access. |
|
|
|
From: Encaps Date: November 21 2008, 16:58
|
Please check admin auth settings from config.ini.php:
$config["admin_uname"] = "";
$config["admin_passwd"] = ""; |
|
|
|
From: Guest Date: November 14 2008, 10:56
|
| I am using ftp to upload lots of photos to a gallery (100's of photos at a time) but want to add a set price. Is there a way to do this without having to add the price to each photo manually one at a time? |
|
|
|
From: Encaps Date: November 14 2008, 12:12
|
| there is no ready option to do this |
|
|
|
From: Guest Date: November 14 2008, 10:55
|
How do I add more options? For example, I want to sell photos in 3 sizes - each with a different price?
thanks |
|
|
|
From: Encaps Date: November 14 2008, 12:11
|
Unfortunately "size" option is not implemented with shopcart,
customization required |
|
|
|
From: Guest Date: November 14 2008, 10:54
|
I am from the UK so have found the script for converting the paypal currency to English £ (GBP) but need to know how or where to change all the $ dollar signs around the site in areas such as cart or product description.
|
|
|
|
From: Encaps Date: November 14 2008, 12:00
|
It's possible to change the dollar sign to the pound , but it is hardcoded into html templates. You can use html-editor (or any plain-text editor) for replace "$" sign with £ or £
For example. file shopcart.php,
<td style="color:#000000">$<?php
becomes
<td style="color:#000000">£<?php |
|
|
|
From: Guest Date: November 12 2008, 17:16
|
| Hi!... when i try to install the "gallery tables" allways send me to the "restricted area" when i submit nothing happens and dont install anything |
|
|
|
From: Encaps Date: November 13 2008, 03:41
|
| Make sure PHP sessions are configured properly for your webserver |
|
|
|
From: Guest Date: November 10 2008, 11:25
|
| Hi I hope this isn't a silly question but I'm trying to install the gallery using the instructions given and it's not working. How do I actually configure the catalog if the databases aren't set up yet? When I go to the catalog_cfg.php I'm prompted for a username and password which of course has not been set up yet so I can't log in. Am I missing something? |
|
|
|
From: Encaps Date: November 10 2008, 12:33
|
Use empty username and password when you run catalog_cfg.php first time (later you will be able to change username and password). And you are right - the database should be created before you install EncapsGallery - with catalog_cfg.php you set up existing database credentials.
|
|
|
|
From: Guest Date: November 09 2008, 12:04
|
| hi! i have purchased this script its work very good but i want to put more photos for one product...for example 3 photos at one product...its posible? sorry for my bad english...thanx |
|
|
|
From: Encaps Date: November 09 2008, 13:08
|
Thank you for your purchase.
The feature you described is not implemented with EncapsGallery, customization required. |
|
|
|
From: Guest Date: November 07 2008, 10:05
|
hi,
i recently purchased this gallery, everything is fine excepet movie and swf files not working properly, i have uploaded with default width height, y it is palying like thumnail view,
http://***.com/egal/catalog.php
any solution |
|
|
|
From: Encaps Date: November 07 2008, 11:09
|
Thank you for your purchase.
You could set width and height for uploaded movies.
(I can't send e-mail for you, please check your e-mail address) |
|
|
|
From: Guest Date: November 08 2008, 08:04
|
| thanks, it is now working fine, is it possible to show controllers for swf files. |
|
|
|
From: Encaps Date: November 09 2008, 03:52
|
| Swf controllers should be implemented within swf file |
|
|
|
From: Guest Date: November 12 2008, 09:24
|
Hi, I want to upload video files upto 15MB, I have set this in admin/html/catalog.html
<input type="hidden" name="MAX_FILE_SIZE" value="15000000">
File did not upoads without showing any error message, I have also set upload_max_filesize = 15M in my php.ini file, small file are uploading accurately what is the solution,
thanks in advance |
|
|
|
From: Encaps Date: November 12 2008, 11:20
|
Try to increase limit up to 30 MB for testing.
Another better way to upload mega-files is FTP upload. |
|
|
|
From: Guest Date: November 06 2008, 14:31
|
| how do i know what the smtp port is? |
|
|
|
From: Encaps Date: November 06 2008, 16:44
|
| EncapsGallery does not use smtp settings, just generic PHP mail() function |
|
|