|
|
|
|
From: Guest Date: January 06 2008, 20:09
|
| Is there a way to customize the front-end to include just the back-end http image upload requiring a username and password different than the back-end admin? the reason I ask is, I wanted to allow users who know the given user:pass to be able to just upload images with descriptions and such to a specific category I specify, that I can later move in the Back-End, but not give them Admin. |
|
|
|
From: Guest Date: January 06 2008, 20:27
|
I found the HTML for it in admin/html
the only forms i need are:
User/Pass
Title
Description
File
---
given forms are:
Thumbnail:auto(only allow supported uploads)
Category:New
Visible:yes
Image width & height:0 (default)
Price:none(hidden anyway)
Rank:hidden, non existent, any, auto (it will be changed when moved)
|
|
|
|
From: Guest Date: January 06 2008, 22:55
|
| nevermind, I found my answer/solution. Limited back-end functionality by copying the gallery/admin files to gallery/user files and editing the templates. to keep users out of gallery/admin i am using .htpasswd. would that be possible? |
|
|
|
From: Guest Date: January 06 2008, 23:00
|
| Yes, I would also like to know how to create multiple users so that I can customize the administrative abilities for any particular user (i.e. - so they can't change skins) |
|
|
|
From: Guest Date: January 07 2008, 00:33
|
| after looking deep into it, it looks like encaps would have to be completely re configured. there is only one 'config.ini.php' that is shared with admin and core files. When i tried to move 'config.ini.php' into the admin dir and change files in /admin/ to point to it (so that I could copy the admin files to a 'user' dir for different users),but the /core/ files did not like that! So my head is aching until I find a solution. |
|
|
|
From: Encaps Date: January 07 2008, 17:39
|
| I consider to implement this feature (public image upload), but not sure when. |
|
|
|
From: Guest Date: January 06 2008, 03:48
|
Hello,
I just purchased the source code as well as the registration key protection. I would like to know if there are any additional skins available for purchase other than the five that are included? I would LOVE a set of skins!! |
|
|
|
From: Encaps Date: January 06 2008, 04:13
|
| Unfortunately there are no new skins available |
|
|
|
From: Guest Date: January 06 2008, 04:19
|
Hmmm...ok then...forgive me if this is a silly question, but how exactly could I go about creating a new skin for this gallery?
Also, I uploaded a thumbnail image to one of the categories, and it didn't seem to re-size it down to the smaller size. The category thumbnails don't show online either...is there a way to get them to show?? |
|
|
|
From: Encaps Date: January 06 2008, 04:50
|
| Show me |
|
|
|
From: Guest Date: January 06 2008, 14:35
|
I just sent you the location of the gallery on my site. It is a test gallery for now, so I can get used to it.
The username and password have been included. |
|
|
|
From: Encaps Date: January 07 2008, 14:34
|
| The categories thumbnails are visible from categories landing page catalog_categs.php |
|
|
|
From: Guest Date: January 13 2008, 11:26
|
| i am having this same problem, my catergorie thumbnails won't show up |
|
|
|
From: Encaps Date: January 13 2008, 15:40
|
| Hello, please show me the link |
|
|
|
From: Guest Date: January 05 2008, 12:55
|
Hello,
I am using the acd template, which is great. But, I don't want the image to be displayed in a new window when I click the thumbnail, I want it to display in the same location, similarly to the expo template. How do I do this? Please e-mail me, THANKS! |
|
|
|
From: Encaps Date: January 06 2008, 02:27
|
| Just replace the line "target=_blank" with a new one "target=_self" in the template "catalog.html" |
|
|
|
From: Guest Date: January 05 2008, 09:05
|
How can I change thumb image size in front end display..
I cahnged In config.ini.php $config["thumbsize"] = "150"; to $config["thumbsize"] = "100";
But not changed...
Please solve this problem.. |
|
|
|
From: Encaps Date: January 06 2008, 02:35
|
| The config parameter "thumbsize" will not affect the thumbnails size immediately - you should regenerate the thumbnails, so thumbnails generate function will create new thumbnails with new size. |
|
|
|
From: Guest Date: January 03 2008, 04:13
|
hello Encaps!
is there any way i can display the whole images in root catalog which sorted by uploading time? the latest should be at first i mean.
Regards,
Kelly |
|
|
|
From: Encaps Date: January 03 2008, 08:49
|
Hello Kelly,
the only way is to customize the sql-query
|
|
|
|
From: Guest Date: January 03 2008, 21:26
|
hello Encaps!
thanks for your prompt reply. How to customize the sql-query then? thanks!
Regards,
Kelly |
|
|
|
From: Encaps Date: January 07 2008, 17:10
|
| I'm going to implement this feature with public EncapsGallery release, but can't promise when it will be done. |
|
|
|
From: Guest Date: January 10 2008, 05:02
|
| what about display the Categories like the floders in index, when enter the floder, people can see the images. |
|
|
|
From: Encaps Date: January 10 2008, 16:41
|
| You may customize html templates for apply different look |
|
|
|
From: Guest Date: January 01 2008, 16:42
|
| is it possible to randomize the images in the default directory? |
|
|
|
From: Encaps Date: January 02 2008, 06:54
|
| It's not possible without customization |
|
|
|
From: Guest Date: December 30 2007, 15:12
|
| How do I get the RSS feed to work with catalog.xml.php, it is not validating...what changes need to be made? |
|
|
|
From: Encaps Date: January 02 2008, 06:54
|
| Please wait a day, I will show you a demo |
|
|
|
From: Guest Date: January 03 2008, 19:09
|
| okay |
|
|
|
From: Encaps Date: January 04 2008, 03:31
|
Take a look:
online demo:
http://***.encaps.net/software/encapsgallery/demo/catalog.rss.php
download: http://www.encaps.net/software/encapsgallery/catalog.rss.zip |
|
|
|
From: Guest Date: December 27 2007, 14:59
|
Hello i'm having a problem starting up the php script, i keep getting the same message over and over again
Unable to connect the database host "[hostname]" with username "[username]" and password "[password]".
I'm sure its just something silly on my part, but what specifically is supposed to go in these fields? |
|
|
|
From: Encaps Date: December 28 2007, 07:01
|
Hello,
please ask your hosting provider for a valid database connection parameters: database host, name, user, password.
|
|
|
|
From: Guest Date: December 24 2007, 00:27
|
| How to hide encapse link in the footer |
|
|
|
From: Encaps Date: December 24 2007, 07:12
|
| By purchasing the source code |
|
|
|
From: Guest Date: December 19 2007, 19:32
|
Hi,
I downloaded the test before I buy and it says to install Gallery Tables but fails with following messages....
SQL query failed: CREATE TABLE gallery_test (`test` TEXT);
SQL query failed: INSERT INTO gallery_test VALUES('test');
SQL query failed: CREATE TABLE gallery_category ( id int(11) NOT NULL auto_increment, title text, pos int(11) default 0, is_visible VARCHAR(80), parent_id int(11) default 0, dst_dir VARCHAR(255) NOT NULL DEFAULT '_', img VARCHAR(255) DEFAULT NULL, PRIMARY KEY (id) );
SQL query failed: INSERT INTO gallery_category (id,title,pos,is_visible,parent_id,dst_dir) VALUES (1,'Default',0,'Y',0,'Default')
SQL query failed: CREATE TABLE gallery ( `id` int(11) NOT NULL auto_increment, `filename_normal` varchar(255) default NULL, `filename_thumb` 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` float default '0.0', `size_w` int(11) NOT NULL default '0', `size_h` int(11) NOT NULL default '0', PRIMARY KEY (`id`) );
SQL query failed: CREATE TABLE `shopcart` ( `id` int(10) unsigned NOT NULL auto_increment, `payment_date` varchar(255) NOT NULL, `item_number` varchar(255) NOT NULL, `item_name` varchar(255) NOT NULL, `quantity` varchar(255) NOT NULL, `mc_gross` varchar(255) NOT NULL, `payer_email` varchar(255) NOT NULL, `payer_business_name` varchar(255) NOT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `address_name` varchar(255) NOT NULL, `address_country` varchar(255) NOT NULL, `address_city` varchar(255) NOT NULL, `address_state` varchar(255) NOT NULL, `address_zip` varchar(255) NOT NULL, `address_street` varchar(255) NOT NULL, `payment_status` varchar(255) NOT NULL, `VERIFIED` varchar(255) NOT NULL, PRIMARY KEY (`id`) )
Error on installing new EncapsGallery database tables
|
|
|
|
From: Encaps Date: December 20 2007, 09:25
|
There are 2 possible reasons:
1) the gallery tables exist already
2) something wrong with mysql database
For figure out what is the reason you may add the debug info into admin/catalog_db_install.php, line #33:
old: $db = new DB_sql(@$config["db_host"],@$config["db_user"],@$config["db_pass"],@$config["db_name"]);
new: $db = new DB_sql(@$config["db_host"],@$config["db_user"],@$config["db_pass"],@$config["db_name"],1);^
Or let me look at your gallery. |
|
|