vinnie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Manage | Comments questionIf you’re in View mode, there’s a button at the bottom of the list to view the next 20 comments.
If you’re in Mass Edit mode there’s no button.
Forum: Fixing WordPress
In reply to: I want to remove the website line from comments postingDo you want to remove the textbox where users enter their URL, or do you want to prevent it from being displayed in the comments list?
Forum: Fixing WordPress
In reply to: Including “#” in permalink structureYou can’t do it easily, since the hash (#) character is treated as the start of a comment in .htaccess and httpd.conf.
http://httpd.apache.org/docs/misc/rewriteguide.html
Extended Redirection
Description:
Sometimes we need more control (concerning the character escaping mechanism) of URLs on redirects. Usually the Apache kernels URL escape function also escapes anchors, i.e. URLs like “url#anchor”. You cannot use this directly on redirects with mod_rewrite because the uri_escape() function of Apache would also escape the hash character. How can we redirect to such a URL?
Solution:
We have to use a kludge by the use of a NPH-CGI script which does the redirect itself. Because here no escaping is done (NPH=non-parseable headers). First we introduce a new URL scheme xredirect: by the following per-server config-line (should be one of the last rewrite rules):Forum: Plugins
In reply to: Validate my SQL?If you’re using an older version of MySQL (i.e. 3.2.3, which a lot of web hosts are still running) then you can’t use subqueries.
Forum: Fixing WordPress
In reply to: [REQ] Contact form plugin for V1.5Well, I’ve been beaten to the punch. Nice job Ryan!
Forum: Fixing WordPress
In reply to: [REQ] Contact form plugin for V1.5No problem. I had that form working with 1.2.2 as well before I upgraded so it shouldn’t be too difficult to cobble back in 🙂
edit: hmmmm, maybe I should turn the contact form into a plugin of some sort, independent of my theme. I’ll see what I can do unless someone beats me to the punch 😉
Forum: Fixing WordPress
In reply to: [REQ] Contact form plugin for V1.5There’s a contact form available in my Way Too Clean theme:
http://ibebloggin.com/oldstuff/2005/01/06/way-too-clean-10/You should be able to adapt it to your own site pretty easily. The instructions are very easy to follow.
Forum: Fixing WordPress
In reply to: Comment Spam – With Comments turned off…?Mostly had something to do with a spam being generated for the post id before the post is actually created.
Gotta love MySQL’s disregard for referential integrity 🙁
Forum: Fixing WordPress
In reply to: Last Tested Stable NightlyI’m still on the New Year’s Eve build. Works just fine for me, but then again I only tend to grab a new nightly every month or two.
Forum: Themes and Templates
In reply to: Where are all the templates?Are you running version 1.5 or 1.2.x?
Forum: Themes and Templates
In reply to: The Simple Life 1.0 – another WP 1.5 ThemeSorry about that. Link fixed.
Forum: Themes and Templates
In reply to: New Theme: ‘hampsha’Very nice dude. Thumbs up from me.
Forum: Themes and Templates
In reply to: Way Too Clean 1.0 – A WP 1.5 themeEveryone: Version 1.1 of Way Too Clean is now available. The CSS and HTML have been changed in a few places to support more browsers, make reading posts easier, and remove hooks to WP plugins that you may not have in your base install. The installation instructions are now way more detailed for easier understanding as well. It’s still at the same location pointed to in the first post of this thread. Have fun downloading!
Forum: Themes and Templates
In reply to: post arrangement similar to http://www.forgetfoo.com/That’s just a 4-column table: post title, comment count, category, and date published. That should be pretty easy to implement within the loop.
Forum: Themes and Templates
In reply to: Way Too Clean 1.0 – A WP 1.5 themeYes, you have to install the subscribe to comments plugin. I’ll be updating the documentation (or just plain removing that checkbox/label combo) and re-releasing when I get home from work today. Thanks for the heads-up!
As for the personal site theme, I hadn’t thought about releasing it but if there’s enough demand I guess I could document it all and release it too. That one’s nothing special but if people like it…