Post Versioning in Wordpress 2.7

I’d just bumped onto one of the best feature on wordpress 2.7..
the Post Revisions.. allowing Admin to restore to the previous version in case of something..
also keep track of previous changes .. more alike CVS.. hehehe..

got-revision-in-wordpress
[ad#postad]

also make it possible to see what are the change / update that have been made between each version.

compare-revision

I found this useful enough if I tend to edit the same post more than once. .

.. haven’t bother to read the rest of feature list.. (mainly for back-end).. click here[weblogtoolcollection.com] if want to see some other feature review.

p/s : thanks for head up from ahmadazwan.com
[ad#postad]

Related Post

2 Responses

  1. HawkEYE says:

    perhaps.. disable the authimage plugin ..
    then shall be able to upload the new image again..

    hahaha.. something break.. i told you so..

    Reply
  2. HawkEYE says:

    edited the authimage.php to become like this..

    if ($_GET[‘type’] == “text” && $_GET[‘blogcomment’]==”namrannet”) {
    createAICode(“text”);
    exit;
    } elseif ($_GET[‘type’] == “image” && $_GET[‘blogcomment’]==”namrannet”) {
    createAICode(“image”);
    exit;
    }

    and edit the comments.php to include a hidden form id/name as blogcomment and value as namrannet

    hahaha..

    don’t know if someone else understood this problem / solution or not..

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *