Disable page versioning in WackoWiki

2

Hi Admin,


How can I disable page versioning in WackoWiki so that the permalink does not appear to change when a page is updated?


Thank you.

Comments

  1. Re: Disable page versioning in WackoWiki

    Got it, the solution is to edit action/hashid.php and change the default value from:

    if (!isset($version)) $version = 1;

    to:

    if (!isset($version)) $version = 0;


    ChatGPT helped me find this solution :D.
    • coffe1nk
    • 06/24/2026 18:05 edited
  2. Re: Disable page versioning in WackoWiki

    What you wanna achieve? Disable permalink, want that permalink always point to the recent version and not to the current version? Or do you want disable versioning at all. Please clarify.
Log in or create an account to post a comment.