The MU forums have moved to WordPress.org

Manage Posts oddity (13 posts)

  1. SteveAtty
    Member
    Posted 16 years ago #

    I've got an odd situation on the Manage Posts page.

    If I go to the page and find a post and click on edit it edits the post.

    If I go to the page and click on the "previous entries" link (/wp-admin/edit.php/page/2/)then it doesn't take me to a previous page with older posts on it and then if I click on anything the URLS are messed up.

    For example clicking on Dashboard tries to use the following url: /wp-admin/edit.php/page/2/index.php

    I've trimmed the domain out as its my test system.

    Can Anyone else reproduce this?

  2. andrea_r
    Moderator
    Posted 16 years ago #

    You mean when you are in the manage posts are, you click on a "previous entries" link?

    Because I don't see it. all I see are the last 15 posts and I'd have to search to get more.

  3. SteveAtty
    Member
    Posted 16 years ago #

    Yes there is a previous entries link at the bottom of the manage posts page (which has 15 posts on it.).

  4. drmike
    Member
    Posted 16 years ago #

    Is this the main blog or a enduser blog? (I don't see it either)

  5. andrea_r
    Moderator
    Posted 16 years ago #

    Steve? You're looking at a regular WP blog, not one on an MU setup. Ask over at wp.org support.

  6. SteveAtty
    Member
    Posted 16 years ago #

    I'm not - that's in my WPMU install sitting on my dev server at home.

    I just checked : Line 253-4 in wp-admin/edit.php are the Previous/Next entries navigation lines, and that's in rev 972 of the file.

  7. drmike
    Member
    Posted 16 years ago #

    What does the URL of some of the "messed up" links look like? We need to see what is occuring.

  8. SteveAtty
    Member
    Posted 16 years ago #

    Normal Edit link
    /wp-admin/post.php?action=edit&post=37

    Previous posts link (which doesn't actually change the page)
    /wp-admin/edit.php/page/2/

    Normal Link to Presentation
    /wp-admin/themes.php

    After clicking on the Previous Posts link

    Edit Link
    /wp-admin/edit.php/page/2/post.php?action=edit&post=37

    Previous Posts Link
    /wp-admin/edit.php/page/2/

    Link to Presentation
    /wp-admin/edit.php/page/2/themes.php

  9. drmike
    Member
    Posted 16 years ago #

    That's all of it? Is it really missing the http and all that?

  10. andrea_r
    Moderator
    Posted 16 years ago #

    I'm looking further into this on my own site... the "previous posts" links at the bottom of blog themes isn't showing up either.And I *KNOW* it's in the themes.

    Great.

  11. andrea_r
    Moderator
    Posted 16 years ago #

    Yep, steve you are indeed correct. I've got the same code you do in the edit file, but it doesn't show.
    Looks like we found us a nasty bug with legs.

    (Steve also mentioned he wasn't including the first parts of the URL)

  12. SteveAtty
    Member
    Posted 16 years ago #

    I think the problem is that its using the "normal" older/newer post links which are designed to change the url - when of course we dont want to change the whole of the url we simply want to call the existing page with a different post range.

  13. SteveAtty
    Member
    Posted 16 years ago #

    Its fixed in 1.2.3 ;-)

About this Topic

  • Started 16 years ago by SteveAtty
  • Latest reply from SteveAtty