brainwidth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FuzzyDateTime?Try applying the fix detailed here.
Forum: Everything else WordPress
In reply to: wordpress recommendedWordPress is a CMS, it’s just a CMS geared towards a particular form of presentation, i.e., chronological posts.
Forum: Fixing WordPress
In reply to: Enable Sending Refferers?The page in the Codex that podz linked to above contains information which will tell you exactly how to add a site to Norton so you don’t have this problem.
Forum: Everything else WordPress
In reply to: Before I install WordPress…You can definitely do this. I haven’t implemented this functionality myself, so I can’t give you any technical pointers, but this site is a good basic example of what it sounds like you want to do. See this thread for more information.
Forum: Fixing WordPress
In reply to: fclose() problemsI’ve applied the fix for 1325, I’ll have to see if the 1324 fix helps. Thanks!
Forum: Fixing WordPress
In reply to: Footnotes without Markdown?If you don’t mind me asking, why not use Textile or Markdown to do this?
Forum: Plugins
In reply to: Anyone know of a reblogging plugin?Thanks for the clarification, David.
Forum: Themes and Templates
In reply to: RSS Theme?Forum: Plugins
In reply to: Anyone know of a reblogging plugin?And apparently the CG-PowerPack will let you do this, as well.
Forum: Plugins
In reply to: Anyone know of a reblogging plugin?Forum: Themes and Templates
In reply to: Template sides?Forum: Fixing WordPress
In reply to: text formatting: textile, textile 2 etc. Do you guys use them?I use the Textile 2 plugin, because (1) it’s easier than writing straight html, (2) it gives me more control than a wysiwyg plugin, and (3) it makes it easy for me to use footnotes.
Forum: Themes and Templates
In reply to: Default_Green ReleasedI don’t know about that, Cypher. Sure, some of us have enough css chops to get into the guts of the theme and change the colors necessary, as I did with the theme I’m using. However, a lot of new WordPress users can barely get the thing installed, much less monkey around with the css. I think nikynik is providing a useful service to the less savvy users. Cheers!
Forum: Fixing WordPress
In reply to: Why is my Sidebar not validating?No problem. 😉 I spent half the day yesterday squashing my own validation errors, so I know how frustrating it can be.
Forum: Fixing WordPress
In reply to: Why is my Sidebar not validating?I think script attributes are case-sensitive, so you might try changing “onClick” to “onclick”. What I mean is that they work fine in upper or lower case, but need to be lower case to properly validate. Why? I’m not sure.