Viewing 15 replies - 61 through 75 (of 98 total)
  • Thread Starter alexkingorg

    (@alexkingorg)

    The photos will be available to choose if they are uploaded in the file/folder structure shown by the sample.
    This is designed to be used w/ an FTP client.

    I have a suggestion to make (and would still like to hear advice on my earlier post).
    It may be that you want to add thumbnails to a post that already has some of them attached. As far as I can see, this is a little difficult in the current version of your plugin as you have to delete every thumbnail already attached to the post, and then choose the folder with the old and new pictures and thumbnails in order to make them all show up.
    So how about a check box next to each picture and a “select all” option at the bottom of the catalog? This would make “updating” a collection of thumbs/pics to a posting much easier…
    Thanks again for listening!

    Thread Starter alexkingorg

    (@alexkingorg)

    There are lots of things that could be done to expand and improve on it, but it already works 95% of the way I need it to so I probably won’t be adding much else to it.

    Alex-
    I did put the files in the folders but they are not showing up. DOoes each photo need ta seperate file? Or can I upload them all to the same file (which is what I did )?
    Krisitna

    …sorry to be such a nag.
    May I ask again how I can get back the thumbs on e.g. http://www.matthiasheil.de/wordpress/index.php?p=33
    Thanks again

    Thread Starter alexkingorg

    (@alexkingorg)

    LLK: If the files are uploaded in the proper structure, they will show up.
    MH: You’re welcome to customize the behavior as you like, but I can’t offer you support on changes you make.

    I have a similar problem as LLK and I’m pretty certain the structure is exactly the same and it should work as you stated. The sample folder seemed to work, but now it doesn’t.
    Any thoughts?

    Thread Starter alexkingorg

    (@alexkingorg)

    Well, it is a photo hack and GIFs don’t work well for photos. You can change the code if you want – search on ‘.jpg’.

    Hi, after following the readme to the letter I still don’t get the photos to show up in any posting (running WP 1,2 with Kubrick theme). The installation didn’t give any errors and I can add/edit the pictures as mentioned in the last point of the readme, after hitting “save” I get this (normal) message: “Updated 3 photos to post #24”, but nothing shows up in post #24.
    Are there any problems with using Kubrick and WP-photos, or have I goofed at some point in the installation? (I can give more information, but I don’t know what’s useful).
    Regards,
    Miroslav.

    I’m wondering if I’m doing something wrong in the index.php, here’s a snippet with the added code:
    <div class=”storycontent”>
    <?php
    if (!$single && (empty($post->password) ||
    $HTTP_COOKIE_VARS[‘wp-postpass_’.$cookiehash] == $post->post_password)) {
    $photo = get_preview_photo($id);
    if (!empty($photo->thumb)) {
    print($photo->preview_thumbnail());
    }
    }
    ?>
    <?php the_content(‘Les resten av postinga »’); ?>
    <?php
    if ($single && (empty($post->password) ||
    $HTTP_COOKIE_VARS[‘wp-postpass_’.$cookiehash] == $post->post_password)) {
    $photos = get_post_photos($id);
    $photos = get_thumbnail_grid($photos);
    print($photos);
    }
    ?>
    </div>
    <p class=”postmetadata”>Posta i <?php the_category(‘,’) ?> | <?php comments_popup_link(‘ingen kommentar »’, ‘éin kommentar »’, ‘% kommentarar »’,’permanent.php’); ?>
    <?php trackback_rdf(); ?>
    regards,
    Miroslav.

    I can upload folders with pictures but then it will not allow me to select them. I can see them but it won’t allow me add the photos to the post. I can select the sample photo and it works just fine. Any recommendations on what is wrong?
    Brian Sadler,
    http://lyrabas.net

    Am I missing something? When I download the zip file, there is no plugins/wp-photos.php file. How can I get this file?

    MUST we use http://mysite.com/blog/wp-photos? I have my blog in my root directory, not in blog. I am getting the no suitable folder found issue.

    meh nevermind. I read and reread the directions but somehow kept missing the need for the thumbnail folders.

    Okay, I found wp-photos exceedingly easy to install but still have one quirk which I believe means I’ve had the same problem as others with the “insert before comments” section. I am using a three-column .php/.css combo which otherwise works fine.
    The Add/Edit works but when anyone selects ‘comments” they get an attempted link to every photo in my wp-photos directory between the text and the comment fields.
    My index.php looks like:
    <I>
    <div class="storycontent">
    <?php
    if (!$single && (empty($post->password) ||
    $HTTP_COOKIE_VARS['wp-postpass_'.$cookiehash] ==
    $post->post_password
    )) {
    $photo = get_preview_photo($id);
    if (!empty($photo->thumb)) {
    print($photo->preview_thumbnail());
    }
    }
    ?>
    <?php the_content(); ?>
    <?php
    if ($single && (empty($post->password) || $HTTP_COOKIE_VARS['wp-p
    ostpass_'.$cookiehash] == $post->post_password)) {
    $photos = get_post_photos($id);
    $photos = get_thumbnail_grid($photos);
    print($photos);
    }
    ?>
    </div>
    <div class="meta"> Posted: <?php the_date(); ?> in: <?php the_category()
    ?>
    <span class="feedback"> <?php wp_link_pages(); ?> <?php comments_popup_link(__('C
    omments (0)'), __('Comments (1)'), __('Comments (%)')); ?> </span>

    <\I>

Viewing 15 replies - 61 through 75 (of 98 total)

The topic ‘WP Photos Plugin’ is closed to new replies.