Viewing 8 replies - 91 through 98 (of 98 total)
  • To whom does the comment re supporting released versions of WP refer?

    Hello I have installed this Excellent PLUGIN and it works well.
    Just one question. Will the IMAGE directory accessible for
    all for loading or remain Hidden ?
    In other words will the thimb nails show up only
    for images the person posting has uploaded ?

    daviddavis

    (@daviddavis)

    Has anyone gotten this plugin to work with WP 1.5? The README includes code number lines that no longer seem to line up and placing the required lines of code is not immediately apparent.

    Beel

    (@beel)

    It never was a full “plugin” but still works in 1.5.2 and 1.6-ALPHA-2-still-dont-use. Of course the line numbers no longer add up, but you can still find the proper lines and add it.

    daviddavis

    (@daviddavis)

    …Any additional guidance on getting it to work?

    Beel

    (@beel)

    Well, for 1.6 you find:

    ‘author’ => __(‘Author’)

    and make it:

    ‘author’ => __(‘Author’),
    ‘wp-photos’ => __(‘WP-Photos’)

    Then you find:

    case ‘author’:
    ?>
    <td><?php the_author() ?></td>
    <?php
    break;

    and below it add:

    case ‘wp-photos’;
    ?>
    <td><?php wpphotos_link(); ?></td>
    <?php
    break;

    Will this work with WP 2.01? Reason I ask is that the edit.php doesn’t seem to line up with step #5 so I’m not sure if/where to add these lines.

    Thread Starter alexkingorg

    (@alexkingorg)

    Your best bet is probably to grab this plugin from my latest plugged in release. That version doesn’t require editing anything (it’s a true plugin – thanks to all the great hooks added in WP since I originally wrote this hack), but you’ll have to copy the SQL to create the photos table from the install script and there aren’t any install instructions.

    Shouldn’t be too hard to figure out though. If I ever get a chance to breathe I’ll try to package it properly.

Viewing 8 replies - 91 through 98 (of 98 total)
  • The topic ‘WP Photos Plugin’ is closed to new replies.