Ryan Duff
Forum Replies Created
-
Forum: Plugins
In reply to: how do you assign a class?Forum: Requests and Feedback
In reply to: bugs bugs bugshe must have missed the “report bugs you find” link when he downloaded wordpress.
Forum: Fixing WordPress
In reply to: where i can download the wordpress 1.5??if you can’t figure this out, maybe you shouldn’t run the nightly.
Forum: Fixing WordPress
In reply to: Bug: Quotemarks in LinksI can confirm this bug. I noticed it when I checked my validation and one of the link descriptions had a quote mark ” ‘ ” in it. I simply ignored the bug and removed the quote so it would validate. Was it ever reported?
Forum: Themes and Templates
In reply to: Can’t find this template…Kevin is using expression engine. I’d suggest that you take a look at their site for themes and see if you can port it or ask somebody to port it to wordpress.
Forum: Installing WordPress
In reply to: Newer than 1.3 Alpha 5?Download the latest nightly, version is 1.5a6.
overwrite the old files and run /wp-admin/upgrade.phpForum: Fixing WordPress
In reply to: 1.5a6, Spam Karma, and email notifications^^ That was me, forgot I was at work and wasn’t signed in :-0
Forum: Installing WordPress
In reply to: errors errors everywhere! :(Sounds like an error with your host. Check with them.
Forum: Fixing WordPress
In reply to: Smilies Hijack my siteI forgot to mention, this has been fixed in 1.2.2
You can get it hereForum: Fixing WordPress
In reply to: Posting to page other than index.phpYou need The Loop
Make sure also to put this at the top of the page you’re using it on:
require('./wp-blog-header.php');in the php code at the top of the pageForum: Fixing WordPress
In reply to: Smilies Hijack my sitehere’s some reading … http://www.duff-duff.net/archives/2004/12/03/somewhat-serious-wordpress-flaw/
Forum: Fixing WordPress
In reply to: Site just went bonkersno the category gets set in the post2cat table. each post id should have a category id associated with it in that table.
Forum: Fixing WordPress
In reply to: Viewing Pages in 1.3a5where did you put the line of code? you should have put it in the menu section of your index.php file, sounds like you put it in a post.
Forum: Fixing WordPress
In reply to: localhost issueshave you changed the blog url and uri in the admin menu?
Forum: Plugins
In reply to: Photomatt’s Titles.php Dynamic Text ReplacementIt has to do with magic quotes in php. Check this out, it might help you out. http://www.webmasterstop.com/tutorials/php-magic-quotes.shtml