ColdForged
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show commentor’s e-mail addressTo enable images, edit
wp-includes/kses.phpand add the following line under, for instance, the'ins' =>...line:'img' => array('src' => array(), 'alt' => array()),Forum: Installing WordPress
In reply to: Very NOOB question :(Forum: Fixing WordPress
In reply to: Problem with uploaded images URLThe fix is to download a more recent archive of Strayhorn… that was an early version.
Forum: Fixing WordPress
In reply to: Parse error on comments.php: unexpected T_ENDFOREACHMoshu called it.
Forum: Themes and Templates
In reply to: help shifiting somethingThe problem seems to be you’ve got no div that encompasses the whole of your content… hell, you don’t even have a
bodydeclaration. If you had a div that encompassed it all, you’d have something to center.Forum: Installing WordPress
In reply to: Very NOOB question :(bish, you’ll need to be a bit more specific in what is and isn’t working, with perhaps even a link to where it should be showing up. Do you get a WordPress admin interface? Can you create users, posts, pages, links? Do you get errors?
Forum: Requests and Feedback
In reply to: hmph!sara, look at it from our perspective here. We have no idea what someone told you, so if you state your problems a bit more clearly we might be able to tell you more accurately what needs to be done to get where you want to go.
Forum: Everything else WordPress
In reply to: Is this a spammer?I’m curious what you think he could be spamming. There’s no URL, there’s nothing odd. Seems like a legitimate question.
Forum: Fixing WordPress
In reply to: How can I eliminate 1 category from showing on the front page?Forum: Fixing WordPress
In reply to: None of my links workNote that it is .htaccess with 2 ‘c’s. Is it just a spelling problem?
Forum: Installing WordPress
In reply to: Error establishing a database connection…Just an empty database and a user that has all permissions (create/alter tables, etc).
Forum: Fixing WordPress
In reply to: Comment Help!!!‘Twas a joke… lots of people loathe pop-ups of any kind.
See here: http://codex.wordpress.org/Answers-Configuration#Enable_Popup_comments
Forum: Fixing WordPress
In reply to: Comment Help!!!Do you hate your readers that much? 😉
Forum: Fixing WordPress
In reply to: Second post in archives doesnt follow script.You’ve got a load of validation errors that may be causing this. A quick glance showed that the second post is not contained within a table.
Forum: Fixing WordPress
In reply to: Comment links and permalinks not workingely, did you try the suggestion? In other words, prepending a literal
index.php/to it?