Ryan Duff
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No comments possible on Pages?The standard page template in your theme probably does not have the comment form code included on it.
Forum: Fixing WordPress
In reply to: Comments problem – not working – can you look?You don’t have the comment form in your code for the single post. When you click on the comments link it takes you to the #comments anchor on the page, but you don’t have the code there to display the form. You need to edit your template.
Forum: Plugins
In reply to: Problem with some charactersIf I understand you correctly, you might need to change the encoding of the page to a character set that supports those characters. Other than that, I’m confused as hell as to what your problem is.
Forum: Themes and Templates
In reply to: Google adsense tower not displaying on main pg.richards1052:
sortof. Google only allows 3 ads on one page. If you load one at the end of the first 3 posts, any code for others will not work. You need to limit it to 3 ads on the page, by setting it to only display 2 in the post section and one on the sidebar.
Forum: Requests and Feedback
In reply to: Bug on wordpress.orgThe page you are looking for is http://wordpress.org/support/topic/29536
Matt probably changed something in the BB software and the rewrites rewrite it to something other than topic.php?id=29536
The search uses google so their search cache probably hasn’t updated yet.
Forum: Fixing WordPress
In reply to: Getting crazy errorThat sounds like apache might be somewhat b0rked. Check your logs.
Forum: Fixing WordPress
In reply to: Getting crazy errorHELP! someone set us up the bomb!
Forum: Themes and Templates
In reply to: Shadow Border on Page (Just like on this page!)found on google:
Forum: Themes and Templates
In reply to: Do Not Steal Layoutshah, the goatse guy, now that would have been classic. How long before they notice, seems like its been a few hours…
[edit]
Although, since he did copy, he probably has no clue whats causing it, when he viewes source, it looks like what it should. DOPE!Forum: Installing WordPress
In reply to: Installation error (I just @#~#@# can’t start!)Sounds like something with your host. Try putting in a ticket with them. Their config seems goofey.
Forum: Requests and Feedback
In reply to: How about patches?That is execssive and was meant for major version upgrades where files have changed, moved, been removed and not for minor upgrades where only a few files need to be replaced. It can still be packaged as a full release (only somebody on a 14.4Kb dialup account will notice slowness when downloading a 290kb file.)
Maybe the docs team as well as matt/ryan need to look at updating release notes to say upload xxx file(s) to /blah/ and you will be patched.
Forum: Requests and Feedback
In reply to: How about patches?RazorSA:
For that there is this http://codex.wordpress.org/Changelog
Forum: Requests and Feedback
In reply to: How about patches?Another reason might be so that when somebody downloads the latest version to install, they dont’ need to download the main archive and 3 patch archives ie. 1.5 (full) -> 1.5.1 (patches) -> 1.5.1.2 (patches) -> 1.5.1.3 (patches)
Forum: Fixing WordPress
In reply to: HELP ME !!!You probably have to set directory indexes to use index.php in ALL your directories, not just your main one. Its still looking for an index.html instead in your wp-admin/ directory
Forum: Fixing WordPress
In reply to: HELP ME !!!It probably just happened because either your host changed something, or you accidentally changed something.