Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • This problem also occurs on sites that are not WPMU, and never have been. I’ve got it occurring on a WP3.1.3 and a WP 3.2.1 site, and I’ve seen it on sites I’ve visited that are running various versions of 3.x, so thinking that it has something to do with just WPMU is going to throw you off track. I’ve also removed the “<link rel …” line from the template trying to rule that out and the problem still occurs.

    I resolved this by changing all of the instances of “manage_options” to “moderate_comments” in analytics360.php and my Editor can now see the menu option and the data. Since that plugin is read-only it doesn’t hurt anything that I’ve seen thus far.

    I changed all of the instances of “manage_options” to “moderate_comments” in analytics360.php and my Editor can now see the menu option and the data. Since that plugin is read-only, it doesn’t hurt anything that I’ve seen thus far.

    I didn’t change any roles or capabilities.

    Even stranger, I only saw three items at a time prior to commenting out that line. Thanks for locating it.

    There are many other bugs in this code, none of which existed in their ver 1.x code. Feature bloat always introduces bugs, and they seem to be having a hard time tracking them down.

    Major: In a textarea field, on more than one occasion the field was write-protected, and the values in it were lost when saving the record.

    Minor, but aggravating: The admin css includes code for images using the wrong URL. Add /wp/wp-admin/ in the URLs to resolve it.

    Thread Starter mintydog

    (@mintydog)

    Yup, you’re right. I just wish the Codex explained it like you did. Unfortunately there’s so much contradicting info in the Codex that when you find code in there that works, you use it.

    One of these days the Great Codex God will swoop down and update/delete all the conflicting content and we’ll all be happy!

    Thanks for the info, my page works fine now.

    I have installed the patch from Ticket 4337 to my WP 2.2.1 and it works. Complete e-mail messages are now posting into WP.

    It takes about 2 minutes to cut and paste the patch so try it on your install and see what happens.

    Thanks tbhimdi for pointing it out, I missed that in trac.

    I’m running into the same problem, on both WP 2.2 and WP 2.2.1. The subject appears in the post, but the body, regardless of what it contains, is ignored. Suggestions, help, constructive criticism, telling me exactly what part of RTFM I missed, etc. will be greatly appreciated. I desperately have to get this running, and I’ve run into a roadblock finding a solution. Thanks in advance.

    Whether I agree or disagree with opening links in new windows (or tabs for people intelligent enough to be using FireFox) is not relevant. Answering your questions is. Here’s the location of the code you’re looking for:

    wp-includes/js/tinymce/themes/advanced/link.htm

    Locate the line:

    <option value="_blank">{$lang_insert_link_target_blank}</option>

    and add the word “selected” so it looks like this:

    <option value="_blank" selected>{$lang_insert_link_target_blank}</option>

    This information valid for Version 2.1.2, and as always, your mileage may vary.

Viewing 8 replies - 1 through 8 (of 8 total)