Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Am I the only one to have trouble with this plugin? Wp 1.5, php 4.3, apache 2.

    I created a page, and inside i have:
    <br />
    'This is our collection of links for information on Boxers, General Dog care, and other useful web links.

    <!--linksdropdown-->

    And all i get is the line, and a drop down, with “all catagories”, though I have several links in about 3 catagories, but when i click change with the only option selected, it does nothing.

    and i get this in the page where the select field is:
    <br />
    <form id="linkcatselect" method="post"><select name="linkcat"><option value="-1">All Categories</option></select><input type="submit" id="linkcatsubmit" value="Change" /></form><dl id="linklist"></dl>

    Thread Starter mondomx

    (@mondomx)

    $query = "SELECT * FROM boxer_postmeta WHERE post_id = '2' AND meta_key = 'hasImage' LIMIT 1";
    $result = mysql_query($query);
    $row = mysql_fetch_assoc($result);
    $r = $row['meta_value'];

    This prints out the correct value, but the get custom functions pass back nothing. Im guessing Im the only one having this trouble, I will have to test on a new install… but until then, Im going to settle with this work around.

    Thread Starter mondomx

    (@mondomx)

    Doesnt work either… never steps through the loop. I tried printing $himage[0] outside the loop as well, and get nothing, and tried it without the loop and using [0], nothing.

    Forum: Plugins
    In reply to: lazy gallery not showing

    Looks like it breaks in the middle of loading, notice at the bottom it ends inside the gallery div. Check php errors. you may have them set to not display in browser, might have to test from command line (c:\php\bin\php.exe c:\web_dir\….\lazyindex.php). Its probably an error from customizing it, a permissions error, or you dont have gd/imagemagik installed.

    Login or password? You can always use the forgot password link., when trying to sign in. Default account is Admin and some random generated password, might want to check your email archives.

    edit: Guess im too slow typing tonight

    Thread Starter mondomx

    (@mondomx)

    Update
    I was printing it outside a div, so it was appearing behind another div that I set the background color on. Now when I use the_meta() I get hasImage: yes _wp_template: default as it shows in the DB. However, I cant READ this value to a var so I can test for it…
    $himage = get_post_custom_values('hasImage');
    echo "Image-> " . $himage;

    Gives me “Image -> ”

    You probably want to write these as PAGES not POSTS, as im gathering your using POST because of catagory. Pages have parents not catagories. That or you can set options >> reading, and limit the number of posts listed on a page.

    .body, .post, .text, .entry { width:auto; }
    Should work aslong as your not talking about the graphic elements.

    Thread Starter mondomx

    (@mondomx)

    HA.. i just ran into that looking for a gallery script for WP, and was coming back to post the link. Thanks 🙂

Viewing 9 replies - 1 through 9 (of 9 total)