slappo
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Simple Install Error- Difficult ResolutionI don’t know if your problem is the same as mine, but basically I deleted the user, and then recreated it exactly as it was. For whatever reason, that seemed to fix my elusive db connection problem.
Forum: Fixing WordPress
In reply to: Strange Database Connection ProblemWell, I think i fixed it now. I deleted my username and then just recreated it (same name, same password) and that seemed to fix it. I’m not sure why, but I won’t argue. Now I can upgrade to WP 2!
Forum: Fixing WordPress
In reply to: Fatal error: Failed opening required ‘wp-include’This very thing happened to me in November 2004, and it just happened again today. Everything in my “images”, “downloads”, and “wp-includes” folders went missing. I have no idea why. Is this something that someone is hacking or is it a bad server thing? I have iPowerWeb as a host.
Forum: Plugins
In reply to: [WPBlacklist] error when commentingI’ve got the same problem. Didn’t use to do this, but now it does. So, I removed all “/” and blank lines and it still gives me the same error as you. What gives?
Forum: Fixing WordPress
In reply to: Blockquotes not formatting text?Or, you can define the blockquote in your CSS by putting
#blockquote {
(blah blah various parameters)
}
THat’s how I did it on my blog (which is also a Dots template), and when I use the Markup tag>
(which designates a blockquote), the blockquote gets styled how I like.
https://www.neiluchitel.comForum: Fixing WordPress
In reply to: Markdown troublesIt resolved itself. I don’t know how. If I make the end tags look like this:
</ li>
then it works fine. Also, the'
marks are fine now and I have no idea why. Whatever…Forum: Fixing WordPress
In reply to: blog by emailErr…how do I do that? I thought the only way for WP to get an email was to use wp-mail.php?
Forum: Plugins
In reply to: Most Popular Post & Recent CommentsForum: Installing WordPress
In reply to: Sending Referers?are you running NetBarrier on a Mac?
Forum: Fixing WordPress
In reply to: Condensed CommentsI figured it out.
https://www.neiluchitel.com/index.php?p=177Forum: Fixing WordPress
In reply to: Separating Comments and TrackbacksHow are other ppl using the comment/trackback separation in their blogs? What did you do with this code:
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
Thanks.Forum: Fixing WordPress
In reply to: Basic “If…else…” statementUnchecking “Allow Comments” just takes away the comments themselves, not the title of the section “comments” or the “leave a comment” title either. I want to get rid of those design elements themselves. Which is stuff that’s listed under the div=post
Forum: Fixing WordPress
In reply to: Separating Comments and TrackbacksOr, what about this tag:
<?php comment_type('comment','trackback','pingback'); ?>
Can I use this to get the following in my posts:
Comments (1) Trackbacks (1)Forum: Fixing WordPress
In reply to: Basic “If…else…” statementThanks for the link. I’m trying to do it php, though. I’ve created an about page that’s hidden from the categories list, but all I want to do is get rid of the “comments” and “leave a comment” info when I call that post. There’s no way to do this easily?
Forum: Plugins
In reply to: More Exhibit help neededI don’t see what you’re talking about.