Izikistan

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.

5 Responses to “Photopress 0.4”

  1. Paula Says:

    hello

    i’ve been trying to make it work and i seem to get there but i can’t go to “options/photopress”
    i mean the link is there but it takes me to an error page with the following:

    “The system cannot find the file specified.”

    i do see the upload and browse buttons in the writing panel but i’ve read that first i need to set up the options to start using it

    could be that i need some permissions?

    how can i fix this?

    thanks a lot

  2. Paula Says:

    could it be that i need another file wp-admin/options-photopress.php?

  3. isaac Says:

    There’s apparently a bug in Wordpress where only the last-loaded plugin’s options page gets loaded:

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

    If you don’t want to go to the trouble of installing a nightly, it should be possible to disable one plugin, fill out the options for the hidden one, then re-enable. Sounds crazy, but it worked when I tried it…

  4. Paula Says:

    i went to http://mosquito.wordpress.org/view.php?id=1196 and changed

    menu-header.php and admin-functions.php

    the problem with the option panel is solved and I’m now able to use photopress, but i’m experienceing a lot of errors at the top of the admin layout. I’m trying to sort it out in the WP forums since the issue seems to be related to WP more than to the plugin itself so thanks a lot for pointing those links! is a nice plugin.

    buy the way, how do i use that *.diff patch? do i run it or just place it somewhere?

    thanks!

  5. Cron Says:

    I am currently running photopress 0.4 on wordpress strayhorn. I decided that I would like to use permalinks instead of php strings for my pp gallery so I put this code into my .htacess

    RewriteRule ^photo-gallery(/)?$ ?pp_album=1 [QSA,L]
    RewriteRule ^photo-gallery/page/(.*)$ ?pp_album=1&pp_page=$1 [QSA,L]
    RewriteRule ^photo-gallery/images(/)?$ photo-gallery/ [R]
    RewriteRule ^photo-gallery/images/(.*)$ ?pp_album=1&pp_image=$1 [QSA,L]
    RewriteRule ^photo-gallery/([A-Za-z]+|[0-9]+|[0-9]+[A-Za-z]+|[A-Za-z]+[0-9]+)(/)?$ ?pp_album=1&pp_cat=$1 [QSA,L]

    If you tipe in any of my ‘fake’ URLs it redirects fine. However I would like the PP plugin to use those links. To do this I followed the instructions in the photopress-inc.php file. However, whenever I edit anything in that file the next time I reload my website it is all blank. Just a blank white page. Does anyone have any ideas for getting this to work?

    Thanks in advance,
    Cron

Leave a Reply

All comments are scrutinized minutely by trained monkeys and thus may not appear right away. Logging in first may help you avoid their intense scrutiny, or you can try checking out the Comments tab after you log in to take a turn at being a monkey yourself.