Disable page versioning in WackoWiki

1

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
Log in or create an account to post a comment.