Warning: Cannot modify header information - headers already sent by (output started at /home/.liana/solanos/solanosystems.com/index.php:11) in /home/.liana/solanos/solanosystems.com/wp-commentsrss2.php on line 8
Comments on: Plogger Update http://www.solanosystems.com/archives/2005/05/13/plogger-update/ Notes from a wandering developer in Minneapolis Mon, 13 Oct 2008 12:15:06 +0000 http://wordpress.org/?v=2.0.2 by: newplogger http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-2734 Sat, 21 Jan 2006 00:50:49 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-2734 How about removing the filenames completely in the gallery view, so that there is no text under the images? I've been poking around in gallery.php but haven't figured out how to do this yet... anyone? How about removing the filenames completely in the gallery view, so that there is no text under the images?
I’ve been poking around in gallery.php but haven’t figured out how to do this yet… anyone?

]]>
by: Mick http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1863 Thu, 06 Oct 2005 13:02:17 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1863 Hey I just found this: http://www.ozhiker.com/electronics/pjmt/ I think you would use it to extract IPTC data from images. I don't actually do the backend side of things, just the design, but am always reading about these kind of things. Hey I just found this:
http://www.ozhiker.com/electronics/pjmt/

I think you would use it to extract IPTC data from images. I don’t actually do the backend side of things, just the design, but am always reading about these kind of things.

]]>
by: jana http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1529 Wed, 20 Jul 2005 19:28:03 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1529 thank you for this nice tool :) thank you for this nice tool :)

]]>
by: Hoover http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1447 Thu, 30 Jun 2005 18:31:34 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1447 I'm learning PHP, so please understand my ignorance. I'm getting these types of errors... can you point me in the right direction to clear them up: Notice: Undefined index: action in \admin\plog-globals.php on line 13 Notice: Undefined index: action in \admin\plog-globals.php on line 26 Notice: Use of undefined constant E_NONE - assumed 'E_NONE' in \admin\plog-manage.php on line 6 Any help would be wonderful. I’m learning PHP, so please understand my ignorance. I’m getting these types of errors… can you point me in the right direction to clear them up:

Notice: Undefined index: action in \admin\plog-globals.php on line 13

Notice: Undefined index: action in \admin\plog-globals.php on line 26

Notice: Use of undefined constant E_NONE - assumed ‘E_NONE’ in \admin\plog-manage.php on line 6

Any help would be wonderful.

]]>
by: Mike http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1404 Wed, 15 Jun 2005 20:16:35 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1404 Interesting that you bring this up, I haven't even heard of IPTC until you just mentioned it. That does sound a bit more interesting than EXIF! I will look for an IPTC extraction library when I get home from vacation, it shouldn't be difficult at all. Interesting that you bring this up, I haven’t even heard of IPTC until you just mentioned it. That does sound a bit more interesting than EXIF! I will look for an IPTC extraction library when I get home from vacation, it shouldn’t be difficult at all.

]]>
by: Mick http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1403 Wed, 15 Jun 2005 18:59:43 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1403 Is it difficult extract the IPTC info from an image and display that instead of/aswell as the EXIF info? I ask this because the IPTC info is far more interesting to know about a photo (i.e. location, keywords, country, etc.) than the shutter speed and all the EXIF stuff. I have looked EVERYWHERE for a gallery/blogging system that has this feature and the simplicity of plogger but no-one is doing it - if they are it is far too bulky (Coppermine). "Snipe Gallery" does this but is a bit buggy. Is it difficult extract the IPTC info from an image and display that instead of/aswell as the EXIF info? I ask this because the IPTC info is far more interesting to know about a photo (i.e. location, keywords, country, etc.) than the shutter speed and all the EXIF stuff. I have looked EVERYWHERE for a gallery/blogging system that has this feature and the simplicity of plogger but no-one is doing it - if they are it is far too bulky (Coppermine). “Snipe Gallery” does this but is a bit buggy.

]]>
by: Mike http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1357 Fri, 20 May 2005 16:46:47 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1357 I have already made the changes to the code, the recursive download feature is off by default for the next release. Additionally, I completely gutted the code (which wasn't working on most machines because of safe_mode issues) and replaced it with something much more robust. Did you know you can make the checkboxes dissapear by unchecking "Allow Recursive Downloads" in the options menu? I have already made the changes to the code, the recursive download feature is off by default for the next release. Additionally, I completely gutted the code (which wasn’t working on most machines because of safe_mode issues) and replaced it with something much more robust.

Did you know you can make the checkboxes dissapear by unchecking “Allow Recursive Downloads” in the options menu?

]]>
by: Trevor http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1356 Fri, 20 May 2005 13:25:06 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1356 I think the Download button with checkboxes is a great idea, but I think it should be hidden at first. You can use fairly simple javascript to make a link that would 'unhide' the button and checkboxes, which would be cool (because I, personally, find the checkboxes to be distracting). If think it's a good idea, I'll be happy to get you the code. I think the Download button with checkboxes is a great idea, but I think it should be hidden at first. You can use fairly simple javascript to make a link that would ‘unhide’ the button and checkboxes, which would be cool (because I, personally, find the checkboxes to be distracting). If think it’s a good idea, I’ll be happy to get you the code.

]]>
by: Mike http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1355 Fri, 20 May 2005 00:20:07 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1355 Well, there would be some spacing issues as captions can be pretty long and the amount of space below the thumbnail is usually no more than 80px. Did you notice that the caption appears as a "tool-tip" when you hover your mouse over a picture? Well, there would be some spacing issues as captions can be pretty long and the amount of space below the thumbnail is usually no more than 80px.

Did you notice that the caption appears as a “tool-tip” when you hover your mouse over a picture?

]]>
by: Doug Stewart http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1353 Wed, 18 May 2005 19:29:22 +0000 http://www.solanosystems.com/archives/2005/05/13/plogger-update/#comment-1353 Any way to have the thumbnail galleries show captions instead of filenames? Any way to have the thumbnail galleries show captions instead of filenames?

]]>