photo album software
  Home     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: July 14 2006, 08:42
Quick question. Is this just back-end upload (for display purposes only) or would visitors to my (password-encoded) website be able to upload their own picture galleries from the front end?

This software looks fantastic, but I'm looking for something very specific. I don't even know if I'll be able to find anything like that.

Thanks!
      
From: Guest   Date: July 17 2006, 09:02
Hello,
thank you for you question.
Actually, only authorized admin can upload and manage images. Public visitors has no such possibility.
But if you need to give users possibility to upload images, you can do the following:
- copy gallery/admin/* files into the new folder inside encapsgallery, let's say gallery/user/, then modify html-templates as you wish (remove all management features except upload), and you will get user's back-end with limited functionality.
But in case if users need to manage uploaded images, cutom script modification required.
            
From: Guest   Date: July 31 2006, 04:04
How do i limit the size of the image because users upload and it take so so long for people to view so i need it to resize it or somthing please help.
                  
From: Encaps   Date: August 11 2006, 18:42
Hi,
take a look into "admin_foto_add.html" template:
the following string contains maximum allowed file size to upload (3MB):
<input type="hidden" name="MAX_FILE_SIZE" value="3000000">
You can change this value.

From: Guest   Date: June 30 2006, 20:56
Is there anyway to control the amount of thumbnails on each page (say I wanted to bump it to 12)? Also, where can I control the spacing between thumbnails?
      
From: Encaps   Date: July 06 2006, 04:00
You can control the amount of thumbnails on each page from config.ini.php:
$config["pager_items_per_page"] = "12";

But spacing between thumbnails hardcoded into html-templates.
You can use any preferred html-editor to modify templates

From: Guest   Date: June 20 2006, 03:19
I am going to the gallery_cfg.php file and I am getting th message that "Zend Optimizer not installed." However, I have checked my server\'s phpinfo.ini and all the readings under "Zend Optimizer" are enabled. What to do?
      
From: Encaps   Date: June 27 2006, 01:13
Could you send me your phpinfo()?

From: Guest   Date: May 13 2006, 22:23
My ADMIN panel seems to require no password. Can I enable password protection?
      
From: Encaps   Date: May 19 2006, 05:56
The simplest and fastest way to protect some resources is to put .htaccess file into required folder:

.htaccess
--------------------
AuthType Basic
AuthName "By Invitation Only"
AuthUserFile /home/httpdocs/phpMyAdmin/.passwd
Require valid-user
--------------------

.passwd
--------------------
user:$apr1$O1evFrTgoSUEj2S
--------------------

Content of the .passwd file managed with htpasswd utility
      
From: Encaps   Date: May 30 2006, 00:32
EncapsGallery-1.0.2 already has admin password protection

From: Guest   Date: April 15 2006, 17:32
I've installed Zend, and now want to install EncapsGallery - on Unix, PHP5.

How do I install it?

In your instructions you say: "Q: How to install and run?
A: You can start installer manually: run admin/install.php."

Are you referring to a Windows installation?
      
From: Encaps   Date: April 20 2006, 07:01
>I've installed Zend, and now want to install EncapsGallery - on Unix, PHP5.
>How do I install it?
>In your instructions you say: "Q: How to install and run?
>A: You can start installer manually: run admin/install.php."
>Are you referring to a Windows installation?

Use the following steps to install EncapsGallery:
1) unzip the package onto webserver (let's say http://***
2) configure it: http://***.php
3) run the database installer: http://webhost/encapsgallery/admin/gallery_install.php

From: Guest   Date: April 08 2006, 12:30
I've installed Zend, and now want to install EncapsGallery - on Unix, PHP5.

How do I install it?

In your instructions you say: "Q: How to install and run?
A: You can start installer manually: run admin/install.php."

Are you referring to a Windows installation?

From: Guest   Date: March 19 2006, 03:40
I love yor script. any way to change thumbnail size?
      
From: Encaps   Date: March 21 2006, 15:59
For the next release I'll setup thumbnail size from config.ini.php, but now you can set thumbsize manually:
1)take a look into gallery_resize.php, line 4:
$max_size = (isset($_GET["size"]))?$_GET["size"]:130;
130pix thumbnail size is default - you can change it
2) another variant: any EncapsGallery skin includes gallery.html template, where thumbnails outputed. For example, /html/raym/gallery.html, line 39: src="gallery_resize.php?filename=rwx_gallery/<?=$item["filename_normal"]?>"
here you can set size by adding "size" attribute before "filename" or after it:
src="gallery_resize.php?size=400&filename=rwx_gallery/<?=$item["filename_normal"]?>"
            
From: Encaps   Date: October 26 2006, 06:53
Thumbnail size is already configurable from the encapsgallery web-admin (v.1.2.5)

From: Guest   Date: February 01 2006, 21:04
how can i make it so users can add there photos
      
From: Encaps   Date: February 15 2006, 00:02
Custom programming is needed to implement your requirements.
The simplest way is to copy admin/ files to another folder, lets say "user/", and change admin's html-templates - remove all administrative features except image upload feature.
If you need assistance, let me know.

From: Guest   Date: January 29 2006, 19:16
i get this error can you help?

Fatal error: Unable to read 13053 bytes in /home/zzonemot/public_html/upload/core/Gallery.php on line 0
      
From: Encaps   Date: January 26 2006, 06:42
Please, mail me your phpinfo()

From: Guest   Date: November 30 2005, 07:47
when i try to open the admin/gallery_install.php,
i get this error:

Fatal error: Unable to read 13053 bytes in /home/www/web76/html/wbb3/encapsgallery-1.0.1/core/Gallery.php on line 0
      
From: Guest   Date: December 12 2005, 07:38
nevermind.. fixed the problem
            
From: Encaps   Date: January 26 2006, 06:14
Let me know if anything wrong

« 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 »

Encaps Team © 2005-2009 Home | Demo | Download | Buy | Support | HowTo | Contact