• Resolved Shutez

    (@shutez)


    Hi – the new revisions system in wordpress broke this plugin. It’s now impossible to publish any documents. They can only be saved as drafts.

    This message is displayed on any published document.

    “The backup of this post in your browser is different from the version below.”

    and publishing is interrupted. Is there a quick fix for this? Thanks!

    Tim

    http://wordpress.org/plugins/document-repository/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    Upload the document before filling out the post info (title, etc.), fill out the post info & publish.

    Thread Starter Shutez

    (@shutez)

    I solved by disabling the “custom taxonomies” plugin.

    However, there’s a bigger problem with this version.

    I’m just using a loop and calling the_content(); to get all documents of a certain type. Before, I would get the document title, the content from the editor screen and the link.

    Now I just get the editor content and a “download” link.

    Did something else change?

    Thread Starter Shutez

    (@shutez)

    How do I change

    <a href="document_link" title="document_title">Download</a>

    to

    <a href="document_link">document_title</a>?

    Plugin Author Ron Rennick

    (@wpmuguru)

    if the_content() was generating the title before then you had to have had a plugin or theme filtering the content. The the_content() template tag has the post content. That template tag has not changed since I first started using WP (c. 2005).

    Use the_title() to display the post title.

    Thread Starter Shutez

    (@shutez)

    Never mind I got it.

    <a href="<?php the_permalink();?>"><?php the_title(); ?></a></li>

    Sorry – it’s been a while. I must have altered the source code before and it got overwritten. All is working as it should. I’ll change my vote. Feel free to close this.

    Thread Starter Shutez

    (@shutez)

    thanks for everything – cross posted there. I appreciate the help. Great plugin – hope it continues to get use and support.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Broken on 3.6’ is closed to new replies.