| Author |
Message |
Superdok
Joined: 07 Feb 2008 Posts: 25
|
|
|
|
Thanks for this useful gallery. I downloaded it to test it, because i needed a gallery for my pictures. But:
I uploaded and chmodded all files described in the instruction above. I activated the mygalley plugin in "manage plugins" and it appears in the option menu. But if i click on "Mygallery Manager" theres only "MyGallery Manager" at the top, but nothing more: So i cant add/delete a Gallery. Whats wrong?
EDIT: I think i know whats wrong. The .htaccess file should be the reason for it, because with other .htaccess files of Cutenews there was the same failure. I try to remove it and report.
|
|
| Fri Mar 21, 2008 12:08 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
D72

Joined: 22 Feb 2007 Posts: 217 Location: NL |
|
|
|
 |  | Thanks for this useful gallery. I downloaded it to test it, because i needed a gallery for my pictures. But:
I uploaded and chmodded all files described in the instruction above. I activated the mygalley plugin in "manage plugins" and it appears in the option menu. But if i click on "Mygallery Manager" theres only "MyGallery Manager" at the top, but nothing more: So i cant add/delete a Gallery. Whats wrong?
EDIT: I think i know whats wrong. The .htaccess file should be the reason for it, because with other .htaccess files of Cutenews there was the same failure. I try to remove it and report. |
You're right.
The htaccess file is causing this problem. Just delete it and the gallery will work.
On some servers we upgrade the upload limit, but on most servers this service isn't allowed.
thanks for pointing at it, i removed the htaccess from the download file, so in theory nobody should have this problem again.
|
|
| Fri Mar 21, 2008 1:49 am |
|
 |
Torstein
Joined: 03 Aug 2006 Posts: 119
|
|
|
|
I guess you ain't got anything to do with the development of the gallery itself, but I'll say this anyway:
Only real problem with this, is within the gallery itself: it doesn't support sub-galleries. This is quite essential if you are trying to organize large quantities of photos with different themes.
I guess there is nothing you can do about this, but if you want to make this into the ultimate photo plug in you might want to include some kind of category/sub-gallery(sub-sub-gallery, sub-sub-sub gallery, etc.) system.
In addition to this I'm wondering how we'd go about upgrading to newer versions of mygallery once they are released?
|
|
| Sun Mar 23, 2008 5:03 pm |
|
 |
D72

Joined: 22 Feb 2007 Posts: 217 Location: NL |
|
|
|
 |  | I guess you ain't got anything to do with the development of the gallery itself, but I'll say this anyway:
Only real problem with this, is within the gallery itself: it doesn't support sub-galleries. This is quite essential if you are trying to organize large quantities of photos with different themes.
I guess there is nothing you can do about this, but if you want to make this into the ultimate photo plug in you might want to include some kind of category/sub-gallery(sub-sub-gallery, sub-sub-sub gallery, etc.) system.
In addition to this I'm wondering how we'd go about upgrading to newer versions of mygallery once they are released? |
Well, no, i can't do anything about it. The way the script works is pretty 'straight out of the box'.
I do can say that Sidtheduck (developer of this plugin) has made some improvements, but i don't think the script will support sub categories, sorry.
But i agree, the script would be more powerfull if it has some kind of sub category options...
Just keep an eye on this topic, you'll never know what might happen in here.
|
|
| Wed Mar 26, 2008 11:01 pm |
|
 |
master7

Joined: 11 Apr 2006 Posts: 27
|
|
|
|
 |  | Ok, sorry guys, think i forgot some files to include the .zip file.
Download the plugin again and try if it's working now. |
Almost perfect , but:
On the admin panel I have:
 |  | <script type="text/javascript" src="http://www.your_site/news/plugins/mygallery/lightbox/js/prototype.js"></script>
<script type="text/javascript" src="http://www.your_site/news/plugins/mygallery/lightbox/js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="http://www.your_site/news/plugins/mygallery/lightbox/js/lightbox.js.php"></script>
<style type="text/css">
...... hre the styles......
</style>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head> |
It,s above the <head> section
there is a problem when I use charset ISO-8859-2 in the titles and descriptions of the gallery. Because in the file gallery.inc.php is used function htmlentities which is not supporting this charset (and many others). I had to remove every case of this function.
also if you are using friendly URL's - there is important to add in config.inc.php sth like:
 |  | $mgConf['phpgetalias'] = "do=gallery"; |
_________________ www.wieliczka24.info
www.master7.rowerpower.org |
|
| Fri Mar 28, 2008 11:14 pm |
|
 |
sidtheduck

Joined: 28 Mar 2008 Posts: 71
|
|
|
|
 |  | . . . lots of good code fixes . . . | I am currently working on development of the next iteration of MyGallery which should fix both of these problems (correct insertion of head CSS and javascript code, correct storage of the captions / filenames for different character sets, and a bunch of other upgrades).
 |  | I guess there is nothing you can do about this, but if you want to make this into the ultimate photo plug in you might want to include some kind of category/sub-gallery(sub-sub-gallery, sub-sub-sub gallery, etc.) system.
In addition to this I'm wondering how we'd go about upgrading to newer versions of mygallery once they are released? | So far, sub-categories are quite a ways off in the development, but I would like to insert them in (though it is up to Lukas over at planetluc as he is the lead developer). Categories / tags may be coming sooner though.
I'll let you all know when the new version is available over at planetluc.com! New versions should plug right in straight out of the box.
Last edited by sidtheduck on Sun Mar 30, 2008 5:49 am; edited 2 times in total |
|
| Sat Mar 29, 2008 12:04 am |
|
 |
riri
Joined: 21 Aug 2007 Posts: 26
|
|
|
| Sat Mar 29, 2008 3:41 am |
|
 |
master7

Joined: 11 Apr 2006 Posts: 27
|
|
|
|
 |  | . . . lots of good code fixes . . . |
Thanks
Another small bug with the watermark image:
in config.inc.php file we have:
 |  | $mgConf['imagewidth'] = 800;
$mgConf['imageheight'] = 800; |
When I add image which is equal or smaller than above values - the watermark doesn't added into picture.
_________________ www.wieliczka24.info
www.master7.rowerpower.org |
|
| Sat Mar 29, 2008 11:49 pm |
|
 |
sidtheduck

Joined: 28 Mar 2008 Posts: 71
|
|
|
|
 |  | When I add image which is equal or smaller than above values - the watermark doesn't added into picture. | Thanks for catching that! I'll make sure it gets addressed for the next release.
|
|
| Sun Mar 30, 2008 5:46 am |
|
 |
D72

Joined: 22 Feb 2007 Posts: 217 Location: NL |
|
|
|
 |  | It,s above the <head> section |
Now that is what i called strange. I will not ask if you placed the code correctly as i'm pretty sure you have.
Really don't know what's happening here. Therefore i should have a look at your source. Hopefully you have it solved by now. Let us know.
 |  | there is a problem when I use charset ISO-8859-2 in the titles and descriptions of the gallery. Because in the file gallery.inc.php is used function htmlentities which is not supporting this charset (and many others). I had to remove every case of this function. |
That's possible, i really didn't know as i never use iso 8859-2 I always use 8859-1 or UTF and never having problems at all with chars. So i'm glad you could fix it.
 |  | also if you are using friendly URL's - there is important to add in config.inc.php sth like:
 |  | $mgConf['phpgetalias'] = "do=gallery"; |
|
Really? I have used the gallery many times with CNR and never had problems while using the friendly urls (Rufus).
It cannot harm when i add this string permanently in the config.inc.php?
 |  | When I add image which is equal or smaller than above values - the watermark doesn't added into picture. |
Why am i not having those problems here? Could it be possible that the image is "placed" outside the image and that you have to play with the position of it to place it correctly. It was better when the watermark was placed absolute in the lower right corner. But unfortunately it isn't.
 |  | That install as I ask you, but once in the admin page>> MyGallery Manager, all my links are forged, when I click on each link on this page I http://admin.php .... I know how to solve the problem domain, normally it must be http://www.domaine.com/admin.php ?....
When I click... |
Maybe it will help if you change this line with the right path to your cutenewsru/mygallery script.
 |  | $mgConf['pathtoscript'] = "/cutenews/plugins/mygallery/"; |
You can find this line in the config.inc.php located in the mygallery folder. There has to be some things missing to find your cutenews installation. You're sure your CNR is working ok?
|
|
| Sun Mar 30, 2008 11:35 pm |
|
 |
riri
Joined: 21 Aug 2007 Posts: 26
|
|
|
|
Thank you very much for your help, in fact, if I move into a folder cutenews news or simply it works:)
Good day
Riri
|
|
| Mon Mar 31, 2008 8:33 am |
|
 |
master7

Joined: 11 Apr 2006 Posts: 27
|
|
|
|
 |  | I will not ask if you placed the code correctly as i'm pretty sure you have. |
There is nothing to place correctly. I just installed plugin. This problem I have in CNR admin panel, not on the site. On main site everything is correct.
 |  | That's possible, i really didn't know as i never use iso 8859-2 |
Taht's true - htmlentities doent't work correcly in my language:
http://php.net/manual/en/function.htmlentities.php
 |  | Really? I have used the gallery many times with CNR and never had problems while using the friendly urls (Rufus). |
Maybe it depends of code on main site and RUFUS configuration.
 |  | Why am i not having those problems here? Could it be possible that the image is "placed" outside the image and that you have to play with the position of it to place it correctly. It was better when the watermark was placed absolute in the lower right corner. But unfortunately it isn't. |
For me its' not a problem. I can just change the dimensions in config.inc.php for a while. But I think its a bug. Look at the siteduck post.
_________________ www.wieliczka24.info
www.master7.rowerpower.org |
|
| Mon Mar 31, 2008 8:35 am |
|
 |
riri
Joined: 21 Aug 2007 Posts: 26
|
|
|
|
Hello my gallery works well, but when upload images, the file 2 is not created and the pictures are not upload what can I do? To solve this problem
Thanks in advance
|
|
| Mon Mar 31, 2008 8:57 am |
|
 |
droopy
Joined: 31 Mar 2008 Posts: 12
|
|
|
|
 |  | But if i click on "Mygallery Manager" theres only "MyGallery Manager" at the top, but nothing more: So i cant add/delete a Gallery. Whats wrong?
EDIT: I think i know whats wrong. The .htaccess file should be the reason for it, because with other .htaccess files of Cutenews there was the same failure. I try to remove it and report. |
Hello !
I have the same problem exactly as Superdok !! I removed the .htaccess file, but nothing changes
Thank you for your assistance
I am French and does not speak very well English 
|
|
| Mon Mar 31, 2008 9:48 am |
|
 |
D72

Joined: 22 Feb 2007 Posts: 217 Location: NL |
|
|
|
 |  | There is nothing to place correctly. I just installed plugin. This problem I have in CNR admin panel, not on the site. On main site everything is correct. |
Ok, that's a relief in a way for me. On the website the gallery should work.
Don't use the admin panel to view your gallery because you will have some path issues to view it correctly.
For managing the gallery it's of course necessary to be in the admin. But to test your gallery installation, just view it on the page where you've included the gallery.
 |  | Look at the siteduck post. |
I saw, and it's great that Sid understands your point. Hopefully there will be a solution for it.
 |  | Hello my gallery works well, but when upload images, the file 2 is not created and the pictures are not upload what can I do? To solve this problem |
Are you sure you have chmoded the following:
 |  |
galleries.dat -> 0777
log.dat.php -> 0777
images/ -> 0777
images/_tmp/ -> 0777 |
This is necessary to let the script make new folders and upload images.
Let me know.
|
|
| Mon Mar 31, 2008 10:51 am |
|
 |
|