I&#39;ve been hanging with 2.1.26 until now, because I knew the relative variables were going to require a whole lot of tweaking of fancy-pants wiki-code I&#39;ve stuck all over the place.  I&#39;m now in the middle of updating a test site, and that aspect of things is going as expected -- I&#39;m getting there.<br>

<br>I knew changes would also show up in unexpected places (I&#39;ve been expecting the unexpected), and so far have been able to work out what&#39;s going on with those. Here&#39;s one that I can&#39;t figure out, though:<br>

<br>I had my sites set up so that action=edit would always display the page preview below the EditQuickReference.  This was accomplished by having this in local\config.php:<br>    ## Show preview below all edits<br>       if ($action == &#39;edit&#39;) $_POST[&#39;preview&#39;] = 1;<br>

<br>Now edit mode no longer displays the preview until I hit the preview button (as in the default PmWiki configuration).  What change can I make to restore this lost functionality?<br><br>Thanks!<br>