Categories
General

Photopress 0.5

The biggest change is that the album category editor now groups images by category, so it sucks a little less. This release also includes a few bug fixes related to deleting an image or its thumbnail. This week I’m working on a way to delete images, separate user levels for Upload and Browse,

Download photopress.zip or photopress.tar.gz.

You can always find the most recent version (and older versions too if you know where to look) at wp-plugins.org.

Known issues:

  • missing options: see this post for details
  • broken buttons: try enabling the failsafe buttons on the options page
  • broken album layout: edit album.php, in the photopress folder
  • bad paths: the plugin tries to guess the right paths, but it sometimes fails – you can set the paths manually at the end of photopress-inc.php
Categories
General

Photopress 0.4.2

Really just a small change – the album style is now all in album.php (in the photopress folder, which should be in your plugins folder). This should make it much easier for those of you using non-default themes to integrate the album.

Download photopress.zip or photopress.tar.gz.

You can always find the most recent version (and older versions too if you know where to look) at wp-plugins.org.

Categories
General

Photopress 0.4.1

Thanks to Jonathan the “upsizing” issue is now fixed – when you upload images smaller than your set maximum they won’t get resized. I’ve also switched the buttons to Alex King’s JS Quicktags, which seems to be compatible with ContactForm (no surprise since that’s where I borrowed the function from).

Download photopress.zip or photopress.tar.gz.

You can always find the most recent version (and older versions too if you know where to look) at wp-plugins.org.

Categories
General

Fixing the missing Options thing

There’s a bug in WP 1.5 where only the Options page for the last-loaded plugin appears:

mosquito.wordpress.org/view.php?id=1196

Fixing it requires a slight modification to menu-header.php in the wp-admin folder. The bug is fixed in the latest WP in the repository though, You can get the latest WP with this command:

svn co http://svn.automattic.com/wordpress/trunk/

Or, you can download this copy of menu-header.php that I got today (rename it, of course):

menu-header.phps

If you use the ContactForm plugin, this will make its Options page ugly, with double menus. To fix that, edit options-contactform.php, deleting the lines at the top starting with “require” and “include”.

Categories
General

Photopress 0.4

After a flurry of bug fixes, it’s time for another release. As usual, please let me know if you run into any problems. Here are a few of the improvements and fixes:

  • An option to enable “failsafe” buttons which I’m told actually work with older browsers.
  • Fixed a few options-related problems. (thanks Randy!)
  • The album no longer uses alignment style from options, fixing weird category-wrapping issues.

Download photopress.zip or photopress.tar.gz.

You can always find the most recent version (and older versions too) at wp-plugins.org.