Photos

UPDATE: Exhibit is back!! I say, Exhibit is the best image manager for WordPress. It may not have been what I needed for a “photo gallery,” per se, but I now realize it is what I’m looking for in image posting. FYI, if you want to get Exhibit to work in PHP-CGI mode, the process is outlined in a comment in the Dreamhost Knowledge Base:

In exhibit10.php, there is a block of code near the very beginning (line 46) that says:

$_SERVER['SCRIPT_NAME']=
...
$_SERVER['REQUEST_URI']);

Remove that whole block and replace it with:

$_SERVER['SCRIPT_NAME'] = $_SERVER['SCRIPT_URL'];

I’ve uploaded a few photos that I’ve taken in the past, as I’m working on finding a good efficient way to embed images into WordPress posts. These were done with the aid of IImage Browser, but I really don’t like how it works. I’d say it could stand to undergo a lot of improvement. For example, dynamically generated thumbnails when searching for an image to embed rather than full-size images. Also, the option to always use dynamic thumbnails, or a better way to store the static ones.

3 Responses to “Photos”

  1. 1
    SolDanzaTeoria Says:

    wow! ¡Usted tiene una abundancia de tiempo! Usted hace tales proyectos interesantes. Es divertido, en vista de la abundancia de tiempo usted tiene, usted pensaría, usted encontraría más hora para sus “amigos.”

  2. 2
    Lao Kaa Says:

    Very many thanks for a good work. Nice and useful. Like it!

  3. 3
    Dan Says:

    Thanks :-)

Leave a Reply