Ruby Sinreich
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trackbacks with wrong title/URLI’m glad to hear I’m not alone. I’ve just upgraded to WordPress 2.0.1, and I’m still having this problem. 🙁
It’s a real issue because my tags are either not indexed properly or not recognized at all by Technorati.
Forum: Plugins
In reply to: Media Wiki PluginIt’s not working for me… 🙁
Forum: Everything else WordPress
In reply to: Problems with Technorati and title of postsUpdate: I figured out that it was my blog sending bad data, not Technorati messing it up. See my new support post here: http://wordpress.org/support/topic/45526
Forum: Everything else WordPress
In reply to: Codex, Forums Broken. Search doesn’t work.TechGnome, I use the codex pretty rigorously about once a week, so I don’t agree with your statement that it has been like this for a long time. I think it changed in the last month or so. It used to be that entering a search in the codex just searched pages in the codex.
Thanks jalenack and miklb, those are both very helpful suggestions! I have added the WP codex search in Firefox, and may check out the plugin as well.
Forum: Fixing WordPress
In reply to: Can’t see ANY plugin optionsIn case anyone’s curious, my problem was caused by user-level permissions. Both plug-ins wanted me to be at least a level 9, so I modified the code to allow me to use them as an 8 (at the suggestion of plugin author Skippy).
Forum: Themes and Templates
In reply to: wp_title in author archivesThanks! I will try this.
Forum: Everything else WordPress
In reply to: Codex, Forums Broken. Search doesn’t work.Can I just add my frustration that now there appears to be no way to JUST search the codex! (Or to just search support, for that matter.)
May I suggest to the WordPress powers-that-be to give us the option of whether to search the codex, support, wiki, and bug tracker, or just one or some of them? I know the info I want is on codex.wordpress.org, but when I search I get mostly hits at trac.wordpress.org. Not helpful! 🙁
Now the codex is about 80% less useful than it used to be.
Forum: Fixing WordPress
In reply to: Can’t see ANY plugin optionsI am having this same problem and I am running WP 1.5.2. The two plugins whose options I can’t see are Subscribe2 and WP-ContactForm. I have used them successfully elsewhere. I am a level 8 user on this blog.
Any clues?
Forum: Themes and Templates
In reply to: page o’ links?I was looking to do this in WP 1.5. If anyone else is curious, see: http://wordpress.org/support/topic/32956
Forum: Fixing WordPress
In reply to: Narchives.php has error line appearingI got this to work with WP 1.5 by making two major changes:
Start the document like this:
<?php require('./wp-blog-header.php'); ?>
<?php get_header(); ?>
…and then so on with your template.But then this makes it only show your default number of posts per page so go into where the PHP stuff starts and replace this:
posts_per_page=-1
with this:
$posts = query_posts($query_string . '&posts_per_page=-1');I hope this helps!
You can see mine in action at http://orangepolitics.org/narchives.php
Forum: Plugins
In reply to: narchives problemsI got this to work with WP 1.5 by making two major changes:
1. Start the document like this:
<?php require('./wp-blog-header.php'); ?>
<?php get_header(); ?>
…and then so on with your template.But then this makes it only show your default number of posts per page so …
2. Go into where the PHP stuff starts and replace this:
posts_per_page=-1
with this:
$posts = query_posts($query_string . '&posts_per_page=-1');I hope this helps!
You can see mine in action at http://orangepolitics.org/narchives.php
Forum: Everything else WordPress
In reply to: Problems with Technorati and title of postsI meant to say above that the body and tags would show up with the wrong title and link.
Forum: Everything else WordPress
In reply to: Problems with Technorati and title of postsI have a similar problem and I’m pretty sure it’s not Technorati.
As you can see here, when I post new entries, they are showing up with the title and permalink of one post and the content of a different post.
I have had all kinds of trouble using technorati tags (with Bunny’s Tags plugin) because the same thing would happen: the title and tags woudl show up with the wrong title and link! The weird thing is it worked for a while until I turned on “Attempt to notify any Weblogs linked to from the article.” Now I have tried it with tha on and off and it doesn’t seem ot work either way.
I thought it was technorati at first, until my blog sent a trackback to itself and did the same thing. See this example: http://lotusmedia.org/live-from-minneapolis#comment-2111
Anyone have suggestions about what could be causing this? I’m running WP 1.5.1.2.
Forum: Plugins
In reply to: [ANN] Dashboard Options (plugin for 1.5)This plugin author’s site is unavailable, but I found a great alternative: X-Dashboard!
(Just in case anyone else is also looking for this.)
Forum: Plugins
In reply to: [ANN] Dashboard Options (plugin for 1.5)I think Cameroon’s server is down. Does anyone else have a copy of this plugin available for download?