mondomx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link Manager main page: Can I do this?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>Forum: Fixing WordPress
In reply to: Cant Read Custom Fields$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.
Forum: Fixing WordPress
In reply to: Cant Read Custom FieldsDoesnt 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 showingLooks 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.
Forum: Installing WordPress
In reply to: Forgot my loginLogin 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
Forum: Fixing WordPress
In reply to: Cant Read Custom FieldsUpdate
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 -> ”
Forum: Fixing WordPress
In reply to: paged categories helpYou 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.
Forum: Fixing WordPress
In reply to: CSS question: Stretch blog to fit browser.body, .post, .text, .entry { width:auto; }
Should work aslong as your not talking about the graphic elements.Forum: Fixing WordPress
In reply to: User Posting PrivlegesHA.. i just ran into that looking for a gallery script for WP, and was coming back to post the link. Thanks 🙂