|
|
|
|
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 |
|
|
|
From: Guest Date: November 05 2008, 09:04
|
Hi there
Like the gallery. Just want to know if it possible to create a main category with pictures and only the pictures of that gallery is shown then when you click on a picture it goes to that pictures gallery which also have pictures, then when you click on one of those pictures, if goes to another gallery. Each gallery just shows the pictures of that gallery.
Please let me know asap.
Thanks
|
|
|
|
From: Encaps Date: November 05 2008, 11:17
|
| customization required |
|
|
|
From: Guest Date: November 06 2008, 02:02
|
| customization? how? |
|
|
|
From: Encaps Date: November 06 2008, 16:46
|
comment out lines
child_categs = ...
from core/catalog.class.php |
|
|
|
From: Guest Date: November 05 2008, 08:17
|
Hello
sorry for my english...
How have one categorie(current) on my gallery with "shopcart template"?
please thank reply |
|
|
|
From: Encaps Date: November 05 2008, 11:17
|
| sorry what? |
|
|
|
From: Guest Date: November 07 2008, 14:55
|
With several categories in encapsgallery how to display only the menu of the current class
when a link points above with the skin (template): "shopcart" thank you |
|
|
|
From: Guest Date: November 04 2008, 07:51
|
| How do you get the Page numbers bigger? |
|
|
|
From: Encaps Date: November 04 2008, 14:44
|
You may try to set font size from html/_skin_/catalog.css:
.pagination {
font-size:16px;
}
Or set font size explicitly from html/_skin_/pagination.html |
|
|
|
From: Guest Date: November 04 2008, 07:23
|
Here is a way to disable the right click function:
1. Find Encapsgallery/index.php
2. Edit it so that the VERY FIRST LINE says:
<body oncontextmenu="return false;">
3. Your index.php file will look like this:
<body oncontextmenu="return false;">
<?php include("catalog.php");?>
4. Save and upload to your server.
When a visitor clicks on a thumbnail to see a larger version of the picture, this will prevent them from right-clicking to grab your photos. This will work on your .html pages as well.
So far, I have tried it on Firefox, Internet Explorer, Safari and Mozilla's Sea Monkey. |
|
|
|
From: Guest Date: November 03 2008, 22:17
|
When I try to go into the Images Admin I get this error message. Help!
Warning: include(catalog_head.html) [function.include]: failed to open stream: No such file or directory in /home/sitename/public_html/encapsgallery-2.0.6/admin/catalog.php on line 5
Warning: include() [function.include]: Failed opening 'catalog_head.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sitename/public_html/encapsgallery-2.0.6/admin/catalog.php on line 5
Fatal error: Call to a member function show() on a non-object in /home/sitename/public_html/encapsgallery-2.0.6/admin/catalog.php on line 7 |
|
|
|
From: Encaps Date: November 04 2008, 01:38
|
Please make sure you unzipped and uploaded files properly, or let me connect your webhost with ftp
|
|
|
|
From: Guest Date: November 03 2008, 04:19
|
I would like to reduce the amount of whitespace shown out side the thumbnails in the catelog view. I only have a fixed window size of 900px to display the images on.
Currently the thumbnails are centred, 3 across with a large amount of whitespace (border or padding). I would like to display the catelog within the 900px. Where is the table command located that controls this size.
tks Darrin |
|
|
|
From: Encaps Date: November 03 2008, 06:06
|
| Check html/_skin_/catalog.html |
|
|
|
From: Guest Date: November 01 2008, 21:32
|
Hellow,
I installed the gallery script and its running very well., I need now to share the programme in the users. I mean they should able to share the software to upload and remove their own photos using their own set username and pass word.
Regards,
Mansoor |
|
|
|
From: Encaps Date: November 02 2008, 11:23
|
| There is no user auth feature |
|
|
|
From: Guest Date: November 01 2008, 18:31
|
| Is there a way to disable the "Right-Click" function so that people can not copy the photos? |
|
|
|
From: Encaps Date: November 02 2008, 11:23
|
| I think it's possible with javascript, but I don't have ready solution |
|
|