typey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Won’t DisplayAlso, when I right click on the empty image and select Copy Image Location, this is the URL I get:
/laughing_knees/â€�http://butuki.com/images/twin_leaves_400.jpgâ€
That’s clearly not right either.
Forum: Fixing WordPress
In reply to: Image Won’t DisplayI typed the image’s URL directly into my browser and got a 403: Forbidden error. I think that’s your problem.
J.
Forum: Plugins
In reply to: wp-amazon with new static pagesMaybe this will help:
Forum: Plugins
In reply to: wp-amazon with new static pagesFollowing on Samspade32’s question, do I need to do some kind of diff merge to patch the old version of wp-amazon, and if so how is that done?
Thanks much,
Jamie
Forum: Themes and Templates
In reply to: WAI Kubrick: a new themeWell, there are two settings: you need to set the _categories_ you want to have images to allow images, and then for each link that will have an image, you need to specify a URL (under options for that particular link).
J.
Forum: Plugins
In reply to: “Edit this” with unique serial numberOh, this is great. Can’t thank you enough.
Forum: Plugins
In reply to: “Edit this” with unique serial numberBeautiful. Thank you.
BTW, I love Kafka. I think “In the Penal Colony” might be the best short story ever written.
Forum: Fixing WordPress
In reply to: “Get involved” link brokenfor me too, now.
Forum: Plugins
In reply to: A Cry for Help: developing a simple plugin.In order to post code, enclose it with backticks; it will then not be interpreted.
Forum: Installing WordPress
In reply to: need help with setting up blog on www.1and1.comyes, I did it. it was a while ago.
what do you want to know?
drop me a line at strunk@omitneedlesswords.com and i’ll try to help.
Forum: Requests and Feedback
In reply to: <!–more–> within blockquoteI had this same problem. The reason I used it is this: I was quoting an entire letter I’d written, and before the
<!--more-->I wanted to have just the first line, “Dear X,”Forum: Plugins
In reply to: Simple WAI (web accessibility) hackWell, I should say that “display: none” was my method, not Chris’s; from checking out his site, I’m sure if it was his it would have worked correctly.
Thanks for the tip.
Jamie
Forum: Plugins
In reply to: Simple WAI (web accessibility) hackOops. That directory path should be:
wp-content/themes/defaultForum: Plugins
In reply to: Make me WittyOne other thing: please mention in future versions of the
readmethat blank lines in thewitty.txtwill supply blank witty quotes: this made me think the plugin was broken until I refreshed.Forum: Plugins
In reply to: Make me WittyReadme-first.txt typo:
I see that the readme-first.txt file’s sample call to
wittyis missing a closing single quote after the</p>tag. I think this is why I had trouble getting it to work, since I just cut and pasted.<?php witty('<p class="witty">','</p>); ?>