photo album software
  Home     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: February 13 2007, 01:12
Love the gallery, but I want the catagories in the Raym theme to start with the newest, then older and older. So the page always opens with the latest catagorie tumbs.

Hope you can help me.
      
From: Encaps   Date: February 21 2007, 07:22
Hello,
you should modify function "getCats();" from the core/GalleryCategory.php
for do categories sorting in the way you described.

From: Guest   Date: February 11 2007, 12:53
how do I load the source code and make it work
      
From: Encaps   Date: February 21 2007, 07:27
After you will buy the php-sources you will receive the download link immediatelly. Next you need upload the sources over existing files

From: Guest   Date: January 25 2007, 21:53
Your gallery software is quite good and I plan to use it a number of sites. Thank You for such great application software!!

I assume I need the source code to make some changes such as add some links (change picture at bottom of large picture and add it to a "contact / mailto" link ; add a "Home Page" link, etc.), to a template / skin (mainly the raym). If I do need the source code, do I have to re-compile it and go through the steps listed in the links you gave on how to complie php? Looks like a lot of work to go through particularly with the GD adder. I've done some limited coding, but the compiler was pretty straight forward - VB, C++, Turbo C, etc. Most PHP I've used didn't need compiling.

Thanks
sojorner
      
From: Encaps   Date: February 21 2007, 07:29
You do not need to compile the sources - you can copy them onto your server and run them as is.

From: Guest   Date: January 25 2007, 17:10
I have installed gallery on my server, created the following hierarchy:
0 - 2006/2007 Season
1 - Team 1
2 - Team 2
3 - Team 3
0 - 2005/2007 Season
1 - Team 1

I've uploaded photos to 2006/2007 Season category and photos within the Team 1 subcategory.

I cannot view any photos other than those in top-level categories. The names of my sub-categories do not appear anywhere on the top-category page.

Please advise.
      
From: Guest   Date: February 21 2007, 07:32
Not all skins contain subcategory view by default. For example, I did not implement subcategories for the "raym" skin ,but you can, if you need - use the simple_sc template as sample

From: Guest   Date: January 19 2007, 14:13
I need change skin gallery.html to gallery.php and MAKE THIS WORK

how I can do that PLEASE!!

      
From: Encaps   Date: February 21 2007, 07:34
Sorry, please provide more details what would you like to get

From: Guest   Date: January 16 2007, 13:28
I want to call a specific image out from the gallery to a page on my web site. However, when I use the built in uploader, it changes the name of the file. Can I call the image based on its Category and... it's Sort order? or Title? - some other identifying property other than its name?
      
From: Encaps   Date: February 21 2007, 07:35
Sorry, no such feature for current release (1.2.8).
Will plan to implement for next release

From: Guest   Date: January 10 2007, 14:04
Hi,

I think I've followed the directions, but I get multiple instances of this when I try to run gallery config...

Warning: fputs(): supplied argument is not a valid stream resource in /home/chimera/www/exgal1/core/Config.php on line 41
      
From: Guest   Date: January 10 2007, 14:09
oops, think I got it, had to chmod that file, not just the directory.
            
From: Guest   Date: January 10 2007, 14:12
alright, now I get this in the next install page:

Error: unable to execute query: [SELECT * FROM encaps_gallery_category WHERE parent_id=0 ORDER BY pos , id]Table 'exgal1.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 'exgal1.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category WHERE id=0]Table 'exgal1.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT COUNT(*) FROM encaps_gallery WHERE cat = ]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
[DROP TABLE IF EXISTS encaps_gallery_test;]
[CREATE TABLE encaps_gallery_test (`test` TEXT);]
[INSERT INTO encaps_gallery_test VALUES('test');]
[DROP TABLE IF EXISTS encaps_gallery_category]
[CREATE TABLE encaps_gallery_category ( id int(11) NOT NULL auto_increment, title text, pos int(11) default 0, vis_anons VARCHAR(80), parent_id int(11) default 0, PRIMARY KEY (id) );]
[INSERT INTO encaps_gallery_category VALUES (1,'Default',0,'on',0)]
[DROP TABLE IF EXISTS encaps_gallery]
[CREATE TABLE encaps_gallery ( `id` int(11) NOT NULL auto_increment, `filename_normal` varchar(255) default NULL, `position` int(11) default NULL, `visible` varchar(255) default NULL, `title` varchar(255) default NULL, `comment` text, `cat` int(11), `price` int(11) NOT NULL default '0', PRIMARY KEY (`id`) );]
[DROP TABLE IF EXISTS `encaps_shopcart`;]
[CREATE TABLE `encaps_shopcart` ( `id` int(10) unsigned NOT NULL auto_increment, `subtotal` int(10) unsigned NOT NULL default '0', `firstname` varchar(255) NOT NULL, `lastname` varchar(255) NOT NULL, `address` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `datetime` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) )]

I mssed up the config page somehow right?
                  
From: Encaps   Date: January 10 2007, 14:32
Hi,
this means the database sql-dump executed successfully.
Now you get EncapsGallery installed.

From: Guest   Date: December 18 2006, 20:20
How easy would it be to insert code to have say 4 links at the bottom of the screenshot/image for alternate resolutions? Wouldn't mind using the same code and raym template for the wallpaper page also.

Cheers mate!
      
From: Encaps   Date: December 19 2006, 07:48
If you'd like to use "raym" skin, you can do following:
create 4 links below the big image:
<a href="gallery.php?action=show_custom&size=100">100px</a>
<a href="gallery.php?action=show_custom&size=200">200px</a>
<a href="gallery.php?action=show_custom&size=300">300px</a>
<a href="gallery.php?action=show_custom&size=400">400px</a>
then create the template "/html/raym/gallery_custom.hrml" , put the tag
<img src="core/gallery_resize.php?size=<?=$_GET["size"]&filename=../rwx_gallery/<?=$item["filename_normal"]?> >
and some Javascript should be added for change 4 bottom links on thumbnails click
            
From: Guest   Date: December 19 2006, 17:35
array(1) { [0]=> array(2) { [0]=> string(1) "4" ["MAX(id)"]=> string(1) "4" } }
Parse error: parse error, unexpected '=', expecting ',' or ';' in ....\html\raym\gallery_custom.html on line 1

Is there not something simple i could just put in the code so that when you click on their image it gives you each button for a resolution and you download the image file? Like the thumbnail and image sections display the image and at the bottom you have your download buttons for each resolution.
I dont want to use the script in a sense that it modifys the image to a size in its code, just want to have download links that modify it's path based on what image you click on.
                  
From: Encaps   Date: December 22 2006, 02:56
Take a look at the core of gallery_custom.html:
<img src="core/gallery_resize.php?filename=../rwx_gallery/<?=$html["item"]["filename_normal"]?>&size=<?=$_GET["size"]?>" >

From: Guest   Date: December 14 2006, 17:39
The raym theme i have modifed to work in with my site. Though it doesn't seem to work properly in Internet Explorer. The thumbnails load ok but the screenshots/images do not. Does the same on the demo front end using raym also. Firefox is fine.
      
From: Guest   Date: December 14 2006, 21:51
This is specific to IE6. IE7 and Firefox don't have this problem.
            
From: Encaps   Date: December 15 2006, 07:40
The "raym" skin is fixed. Thank you for info
for fix it in your template you can just replase the html/raym/gallery.html line# 91:
<a href="#" class="thumbnail" id = "asdf_<?=$i?>" onclick="javascript:return false;"><img onclick ="exchange(<?=$i?>)" src="core/gallery_resize.php?filename=../rwx_gallery/<?=$item["filename_normal"]?>&amp;size=90" alt="" /></a>
                  
From: Guest   Date: December 17 2006, 16:05
It worked! Thank you.

From: Guest   Date: December 14 2006, 00:22
hi
can i make a link for each pic after being inlarged???
and if want to use this script for product catalog how it could be???
thx in advance
Mike
      
From: Encaps   Date: December 14 2006, 07:12
Hi,

1) for make a link for each pic you can:
- add one more field "link" for database table encaps_gallery
- modify the gallery admin page "admin/html/gallery.html" for add new column "link"
- modify the gallery front-end skin gallery.html for apply new param "link"
- update the core/Gallery.php for manipulate new param "link"
2)for use EncapsGallery as product catalog just choose any skin you like, or modify choosed skin as you need, or create new skin

« 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