FunkyDung
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: UTW tag import stalls at step 3After drastically reducing the number of tags, the process finally finished. I don’t consider that a resolution, though. I hope someone fixes the import process to make it more robust.
Forum: Fixing WordPress
In reply to: UTW tags import blank errorI tried adding the
php_value set_time_limitsetting to my htaccess file, but it caused a 500 error, so I had to remove it. Is there a particular part of the file I should place that?Forum: Plugins
In reply to: WP 2.2 with ExecPHP and/or Samsarin PHP Widget?It worked for me, too. Thanks. 🙂
Forum: Plugins
In reply to: WP 2.2 with ExecPHP and/or Samsarin PHP Widget?My bad. I didn’t see that topic when I did a search for “php widget”; it doesn’t appear on the first 6 or so pages of search results.
Forum: Plugins
In reply to: Link Harvest ProblemI took a look at the debug log after a stall. As has been mentioned, LH seems to choke on mp3 links.
Forum: Plugins
In reply to: Popularity Contest Plugin (beta 3)BTW, I also notice that I get the “white screen of death” in WP after I click “Update Popularity Values”.
Forum: Plugins
In reply to: Popularity Contest Plugin (beta 3)I’ve been using version 1.1 of popularity-contest for quite some time (on WP 2.0.0 to 2.0.4). I noticed recently that views weren’t being tracked. I’ve since upgraded p-c to 1.2b (08-06-06 version). Now views are being tracked, but no popular posts show up in my sidebar. Any ideas?
UPDATE:
Nevermind. Apparently the version I downloaded had minor typos on a couple lines. Now that I’m using this version (08-08-06), things work great. Thanks for a fantastic plugin, Alex. 🙂
Forum: Everything else WordPress
In reply to: how to sort the_category()?Anybody know how to sort the_category() by post count?
Forum: Fixing WordPress
In reply to: Sort Categories By Post Count??I’m also interested in this – specifically for sorting the_category() by post count.
Forum: Fixing WordPress
In reply to: widget dynamic sidebar not working properlyN/M. The theme’s author suggested resetting the Tigarator’s options because the new version had a different database structure. I did that and it worked.
Punhcline: If you upgrade to Tiga 1.0, reset your Tigarator configuration to rebuild the relevant database tables and everythign should work just fine.
Forum: Fixing WordPress
In reply to: How do I create author pages?I’ve discovered that my archives and category pages give me 404 errors as well. I guess it’s time to figure out how htaccess works…
Forum: Fixing WordPress
In reply to: How do I create author pages?Is there any significance to the choice of
wp_list_authors()over ‘list_authors()?I wondered if maybe by .htaccess file was screwed up. Hopefully I wouldn't be beaten with a LART (aka Clue Bat or Clue by 4) if I said that setting that file up properly is opaque to me. ;) Here's my .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# Redirect FeedBurner to your own Feed
RewriteBase /
RewriteRule ^feedburner_733196/?$ /feed/ [R,L]
RewriteCond %{HTTP_USER_AGENT} ^FeedBurner.*$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# These Rules redirect all feed Traffic to FeedBurner
RewriteBase /
RewriteCond %{QUERY_STRING} ^feed=(feed|rdf|rss|rss2|atom)$
RewriteRule ^(.*)$ http://feeds.feedburner.com/AlesRarus [R,L]
RewriteRule ^(feed|rdf|rss|rss2|atom)/?(feed|rdf|rss|rss2|atom)?/?$ http://feeds.feedburner.com/AlesRarus [R,L]
RewriteRule ^wp-(feed|rdf|rss|rss2|atom).php http://feeds.feedburner.com/AlesRarus [R,L]
# These are the standard WordPress Rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress’
Do I need to add/modify anything?
BTW, thanks for the help so far. It’s nice to find a forum in which a newbie isn’t dismissed as a pest. 😉
Forum: Fixing WordPress
In reply to: How do I create author pages?That change had no effect.
Is there some step that I have missed? Is there a step-by-step tutorial somewhere on how to set up author pages? I didn’t see one in the codex or the forums (at least not one I could comprehend in my WP newbiness).
Forum: Fixing WordPress
In reply to: RSS import chokes on more than ~10 entriesAfter doing this for longer than I’d care to mention, it’s clear that the limit is closer to 4 than 10. Is anyone else having this problem?
Forum: Fixing WordPress
In reply to: Why doesn’t WP ignore non-coded line breaks?The TextControl plugin fixed the problem (when I selected No Formatting).