|
|
|
|
From: Guest Date: December 19 2007, 03:27
|
| Is it possible the make the side panel in the admin run horizontally instead of vertically. |
|
|
|
From: Encaps Date: December 19 2007, 06:14
|
| Yes, it's possible - the admin navigation panel layout is hardcoded into admin/catalog_head.php |
|
|
|
From: Guest Date: December 13 2007, 11:16
|
| is it possible to make it so the person viewing the gallery has an option to change the skin? |
|
|
|
From: Encaps Date: December 13 2007, 14:42
|
| It's not possible without the PHP code modifications. |
|
|
|
From: Guest Date: December 13 2007, 14:51
|
| yeah i figured it out ill send you the link so you can check it out when i finish. great template! |
|
|
|
From: Guest Date: December 13 2007, 10:39
|
| yeah so i bought the newest version then uploaded it in a new folder on my site, i havent installed it yet everytime i try to it goes to this page, '/gallery/admin/catalog_db_install.php' (id put the whole link but for future refrence i dont want anyone to be able to get in there and mess with it) anyway it asks for my user name and password, and im like what the hell i didnt put in anything to have a user name or password. please help meeeee gahhhj |
|
|
|
From: Encaps Date: December 13 2007, 14:37
|
Thank you for purchase EncapsGallery PHP sources.
Just press the "Submit" button in the login form, and leave "username" and "password" blank if there are empty parameters in the config.ini.php:
$config["admin_uname"] = "";
$config["admin_passwd"] = "";
Let me know. |
|
|
|
From: Encaps Date: December 13 2007, 14:38
|
| And don't forget to change permissions for "config.ini.php" and "rwx_gallery" and "rwx_gallery/thumbs" |
|
|
|
From: Guest Date: December 13 2007, 04:53
|
Hello
I`m using encaps gallery version 1.6.2 and I bought the source code.
Can I "update" to version 1.9.4?
Would I have to buy a new source code or can I use the "old" one?
Then,
How can i achieve an update?
Do I just have to overwrite the files on my server or do I have to install it again from the beginning? ( this would overwrite my database)
Can you help?
klemens |
|
|
|
From: Encaps Date: December 13 2007, 06:47
|
Hello Klemens,
you don't have to buy the new source code (1-year free updates), I will send you the link for download EncapsGallery-1.9.4 source code.
You can try to overwrite old files without reinstalling the database, but I do not garantee it will work - I did not try to upgrade from v.1.6.2 to v.1.9.4 |
|
|
|
From: Guest Date: December 10 2007, 19:37
|
hi how can i use this script on my web page.....????
i m new . i dnt know how to manage php config. on my page :D |
|
|
|
From: Encaps Date: December 11 2007, 06:20
|
1) unzip & upload the gallery files onto your webserver
2) install the gallery database
3) put your website header and footer html into catalog_head.html and catalog_foot.html |
|
|
|
From: Guest Date: December 07 2007, 08:52
|
"Unable to connect the database host free-mysql.com with username ******** and password ******"
Occurs only when i tried in Unix server, and IIS doesn't have any problem other thumbnail..
I wonder why this Dbase issue only on Lenux server!!!..
Please help!!!!!!!! |
|
|
|
From: Encaps Date: December 07 2007, 15:02
|
| So you try to connect the same database from both Linux and Windows IIS servers, and the issue happens only on Linux? That's interesting, let me look at the issue online. And I would like to connect your Linux server with ftp for figure out the issue. |
|
|
|
From: Guest Date: December 07 2007, 04:16
|
While am configuring Database getting this message
"Unable to connect the database host free-mysql.com with username ******** and password ******"
Even after entering Correct Username and password etc....!!!!!!!
Please help me...... |
|
|
|
From: Encaps Date: December 07 2007, 07:01
|
| Could you please show me the link? |
|
|
|
From: Guest Date: December 06 2007, 21:33
|
| Using your application, can you integrate paypal and then send link to download the picture? |
|
|
|
From: Encaps Date: December 07 2007, 07:08
|
| Actually, paypal is already integrated, but download link is not implemented. |
|
|
|
From: Guest Date: November 30 2007, 17:53
|
1. how to change 3x3 orientation of pics to 4x5 in the EncapsGallery-1.9.4? tnx.
2. when i scan for new uploads, /rwx_gallery/album1/someimage.jpg is not read.
the exact message:
Scanning [../rwx_gallery/] directory for new uploads...
New file detected: ../rwx_gallery/best03
Thumbnail failed for [../rwx_gallery/best03]
Added to the catalog: ../rwx_gallery/best03
...scan is finished.
tnx for your time. |
|
|
|
From: Encaps Date: December 01 2007, 06:43
|
1) The orientation is configured from the html-template and config-file, for example 3x3 orientation is :
1) config.ini.php, "$config["pager_items_per_page"] = 9"
2) html/gallery.html, "$count++ % 3" :
<? foreach($html['items'] as $item){ if( $count++ % 3 == 0 ) { ?>
so, 4x5 orientation will be:
1) $config["pager_items_per_page"] = 20
2) "$count++ % 4"
<? foreach($html['items'] as $item){ if( $count++ % 4 == 0) { ?>
2) the gallery does not scan subdirectories inside "rwx_gallery" |
|
|
|
From: Guest Date: December 01 2007, 11:28
|
| but in the previous version of encaps, the gallery did scan for subdirectories in the rwx_gallery |
|
|
|
From: Encaps Date: December 01 2007, 16:04
|
| You are right, this feature was disabled for easily maintenance |
|
|
|
From: Guest Date: December 01 2007, 19:34
|
| oh i see. can i change the php script to enable this feature or do i have to buy the whole thing? |
|
|
|
From: Encaps Date: December 02 2007, 14:42
|
| This feature was completely removed from the gallery source code,so if you'd like to do customization by yourself, you may purchase the gallery sources. |
|
|
|
From: Guest Date: December 03 2007, 17:26
|
| ok. tnx. |
|
|
|
From: Guest Date: November 29 2007, 20:26
|
Hi,
My web hosting company changed the server my site and my encaps gallery are on.
Now when I enter the URL I was using...it points me to the encaps Admin username/password prompt. I enter it and it lets me in. However, when I attempt to do anything, I get a red box and an error that says
"Unable to connect the database host localhost with username xxxxxxx and password xxxxxx"
(Please note the xxxxxxx's are in place to disguise my real username and password).
So my gallery is completely down now. Do I need to reinstall from scratch and start all over? I have many many hours of work invested in this. All my images and database files are still on there server...I just can't access them.
Please help!
Bret
|
|
|
|
From: Guest Date: November 29 2007, 21:37
|
Well I have lost the database and am forced to start over...sigh...
This is the error I am now getting from the server:
"The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log. "
What does this mean? |
|
|
|
From: Encaps Date: November 30 2007, 08:24
|
I think if your hosting company did not delete the database, it's possible to restore it. Just ask them for new database parameters.
If you got an error on installing new database, let me look at the error online . |
|
|
|
From: Guest Date: November 30 2007, 12:35
|
| go to: www.sandimascharvel.com/album |
|
|
|
From: Encaps Date: December 01 2007, 05:58
|
| Ok,please send me ftp parameters by e-mail |
|
|
|
From: Encaps Date: December 02 2007, 15:03
|
I revised the files by ftp - it's fixed now. There was something wrong with the directory "album" permissions. I just removed the directory and created it once again.
|
|
|
|
From: Guest Date: December 02 2007, 18:10
|
Thank you so much for your generous time and assistance.
It is hard to believe someone would take time to help others as you did with me.
Bret
|
|
|