photo album software
  EncapsGallery     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: June 26 2007, 16:47
How do I change the thumbnail size for RAYM? (version 1.0.1)
      
From: Encaps   Date: July 02 2007, 03:23
Could you please zip & send me encapsgallery-1.0.1 files?
I can't find this version in my archive.

From: Guest   Date: June 24 2007, 05:25
I have been happily using encapsgallery on a local test server to prove it works and all is well.

I have now uploaded to a new web hosting company UK2.net and it is mostly working apart from a problem reported on Monday, April 23 2007, 00:44 - namely the Categories are not properly working and there are problems creating the thumbnails.

These seem to be related to permissions but they are all set to 777.

The previous problem was corrected using a knowledgebase talking about the php session save settings but there is no detail as to what was done or where?

The site is currently at www.jeffbarton.co.uk
      
From: Guest   Date: June 28 2007, 00:20
This is now resolved and was a simple problem with one (out of three) directory permission not being set properly on the category directories which seemed to throw out all of the updates made within the category management screen.

Otherwise, everything working well!
            
From: Guest   Date: July 03 2007, 12:52
My problem here was trying to do too much in one go.

The trick, I think, is to:
1 install the software onto the relevant isp hosting server
2 create the rwx_gallery directory with 777 permissions
3 set 777 permission on config.ini.php
4 ensure the default directory has the correct permissions and that the thumbs directory below it has the correct permissions
5 ensure that it is possible to manually upload one image file through admin/images
6 then add one new category through admin/categories
7 ftp some images into the new category's directory
8 run the 'scan for new images' to load them onto the database

In my eagerness of already having everything succesfully running on a test server, I had tried to 'run too quickly' and (at step 4) manually created three directories for my required categories and ftp'ed the images into the relevant directories from my 'already running' test server and then ran 'scan for new images'.

If there is any type of error encountered then everything fails (no images, no thumbnails and no categories listed) but nothing is reported to say what the actual problem was.

I had to strip it all back to basics and build it up more slowly to confirm the sequence worked at every step before proceeding to the next step.

I hope this works for others!

From: Guest   Date: June 21 2007, 12:09
Hi,
We are still using your encaps gallery (http://***.justamoment.de/) and we wouldn`t change...
...although we are missing one feature:
image you have 10 photos online and you want to insert another one in sequence number two, then you have to photos with number two. You now have to renumber ALL photos. (its not a problem with ten, but...)
Wouldn`t it make sense the script would renumber them automatically?
Can you help us with giving a hint?
Klemens
      
From: Encaps   Date: June 22 2007, 04:20
Hi Klemens,
thank you for use EncapsGallery, I'm glad you like it.
You are absolutely right - the automatically renumber feature you described is
very usefull.
But this feature a bit complicates the gallery php code. I would like the
gallery to be as simple as possible, for easy use and customization. I even consider to remove some existing
features from the gallery.
I can sale you renumber feature if you'd like to.

From: Guest   Date: June 13 2007, 06:12
Hey! Great script! This is just what I was looking for.

But I'd like to do some changes... When showing gallery_cats as my main page (changed in index.php) I want to have three different pictures for each gallery. Something like that:

galery_name
pic1 pic2 pic3

I already made the layout, but I want to show first three images (different of course) of gallery. I found a "gallery -> get_first_from_categ(.....), but now I'd like to have second and third as well... and where is this method (I suppose it's method): get_first_from_categ.

Thank you!
      
From: Encaps   Date: June 13 2007, 19:47
Hey,
I'm glad you like it.
You can use the following code for get first 3 images from a category:
$images = $this->db->query("SELECT g.*,c.dst_dir FROM $this->table AS g LEFT JOIN ".$this->table."_category AS c ON g.cat = c.id WHERE c.id=$_categ_id AND visible='on' ORDER BY position LIMIT 3");

and access the result with $images[0],$images[1],$images[2]

From: Guest   Date: June 12 2007, 22:18
Hi there,

What is causing the following errors after initial installation? Is this a MySQL error? Do you mind telling me what on earth I have done wrong?

Error: unable to execute query: [SELECT * FROM encaps_gallery_category ORDER BY parent_id,pos,id]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category WHERE parent_id=0 ORDER BY pos , id]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category ORDER BY parent_id,pos ]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT COUNT(*) FROM encaps_gallery WHERE cat = 0]Table 'spinner_encaps.encaps_gallery' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category ORDER BY parent_id,pos,id]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category WHERE parent_id=0 ORDER BY pos , id]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
      
From: Encaps   Date: June 13 2007, 19:36
Hi,
I guess the database has not being installed.
Let me look at your gallery online

From: Guest   Date: June 02 2007, 03:45
Is any posibility to change sequence of images? I mean to sort DESC by image posiion. Unfortunately changing manualy positions is not ideal solution because after position change I've got 2 images with the same position and in this solution i must change manualu position of rest pictures. My only need is to show recently pictures at first without changing positions of all pictures.
      
From: Encaps   Date: June 04 2007, 06:40
Hello,
if you obtain the gallery source code, you can change the images sequence by modifying sql-query from the "core/Gallery.php":
"SELECT * FROM encaps_gallery ORDER BY position DESC"
            
From: Guest   Date: November 27 2007, 19:26
I 'd like to sort same way but there is no file ..core/Gallery.php :-(
                  
From: Encaps   Date: November 28 2007, 19:00
It's /core/catalog.class.php in the latest release
                        
From: Guest   Date: January 14 2008, 00:30
Ok. Everything works fine, but link next go to previous and link previous go to next. Can you show how to fix it?
Thanks!
                              
From: Guest   Date: January 17 2008, 20:06
So, how to fix it?

From: Guest   Date: May 31 2007, 18:24
Hey, I finally got the Album installed. Not I am working on the Uploading part.

Now there is a Few things that i would like to know.

Before I create any categories, there is one that already exists by default. When I upload my First files, should I rename that Default Category, delete it or just leave it as is?
      
From: Encaps   Date: May 31 2007, 18:30
Hey,
you can rename default category, delete, or leave it - whatever you want .

From: Guest   Date: May 30 2007, 21:26
I love the script, and am interested in having you customize it for my usage. What I need is the script to work as it does out of the box for 80% of the images on my site. However, I want a separate category (for example, "paid" images) that a user can click on the category and see tiny thumbnails, but after clicking on a thumbnail, they are then directed to a "the images in this folder require payment, donation, etc".

I like the idea of paid images, but I want the payment to be for the entire category/folder (and only in that specific folder), not the individual images.

I'm sure this would be an easy tweak for you. I noticed your customization rate of $10/hr. How long do you estimate this would take to do?

Separately, I'd like a user-upload section, where anyone can post like images, and preferably use CAPTCHA as you've done on this form. Please estimate pricing for this tweak as well.

Thanks in advance, and AWESOME script!

From: Guest   Date: May 30 2007, 10:14
I've been searching for days and finally found your software. Simply wonderful! It is exactly what I was looking for. Thanks!!!

JP

From: Guest   Date: May 26 2007, 12:41
hi there
thanks for a great product

question 1:
I want to be able to change the font size and colour
as well as the colour of the categories box
is that posible?

question 2:
do i have to purchase the script to be able to make changes? if i do buy the scrip what else can i change

question 3:
you talk about skins on teh website but i cannot seem to find any?

thanks have a super day

      
From: Encaps   Date: May 26 2007, 16:36
Hi,

1) If you'd like to change fonts,color, take a look into the skins directory - "gallery/html/" : there are html files and css you can change

2) If you'd like to change look you can modify html-templates from the "gallery/html/" - you don't need to buy the php sources.
In case if you'd like to change the logic somehow (and remove the copyright string) you can buy the sources for modifications.
After you obtain the sources you are able to do whatever you'd like to.

3) The skins are located in the "gallery/html/" directory

« 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 »

Encaps Team © 2005-2008 EncapsGallery | Demo | Download | Buy | Support | HowTo | Contact