fergbrain
Forum Replies Created
-
Forum: Plugins
In reply to: Akismet widget not XHTML validAkismet v. 2.1.3 is also not XHTML valid
Forum: Plugins
In reply to: Contdown Timer v2.0 ErrorIt’s actually valid PHP5 code, but apparently not in valid in PHP4. In short, it indicates pass-by-reference. Version 2.01 has been released which fixes this error.
Forum: Installing WordPress
In reply to: Fatal Errorwwwcroscoza,
what version of countdown timer and wordpress are you using?
Forum: Fixing WordPress
In reply to: No line break in the countdown timerlol, no worries. glad it works for you.
Forum: Installing WordPress
In reply to: Does it Work on 2.3?yes.
Forum: Fixing WordPress
In reply to: Blank comments causing 144 error?I was more looking for a solution to prevent the blank comment from appearing in the first place.
Forum: Fixing WordPress
In reply to: Blank comments causing 144 error?Jim,
I just had this happen to me. Did you ever find a solution?
-Andrew
Forum: Fixing WordPress
In reply to: Customized registration form – want to collect user’s URLA solution!
Force User Field Registration:
http://www.andrewferguson.net/wordpress-plugins/force-user-field-registration/Forum: Requests and Feedback
In reply to: Add Custom Fields to User Profile & Registration PagesForum: Requests and Feedback
In reply to: Add Custom Fields to User Profile & Registration PagesForum: Requests and Feedback
In reply to: Add Custom Fields to User Profile & Registration PagesAlright. Good news and some almost good news. The good news is that there are two hooks that I can use to hook into the profile page. The almost good news is that I just about have some code that will be my proof-of-concept. Once that works, I’ll code the real thing.
I know what I want to add to the user profile page (a User Image), but what else might people be inserting? I only ask so that I can make the plugin as useful as possible.
Oh, and before I forget, this will work for WP 2.0+ ONLY! The hooks I’m using are only present in 2.0 and above, hopefully that’s not a major hurdle for everyone.
Forum: Requests and Feedback
In reply to: Add Custom Fields to User Profile & Registration PagesHey all, I’ll need the plugin for a site I’m developing and it shoudn’t be too hard to code. I haven’t had a chance to look at the code DanBollinger linked to, but it should provide some clues for hooking into the profile page.
Anyway, check back in a day or so and I should have something halfway decent.
Forum: Fixing WordPress
In reply to: How to Display Comments on Individual Stand-alone Pages?Great! That worked perfectly!