<span class="q" id="q_108b01fc27912dd3_0">In case anyone else might run
into trouble with getting their wiki to use the Site/EditForm page, OR
with the appearance of the fields in the form on that page, here's the
(very happy and grateful) outcome of this inquiry - I've re-assembled
the thread top-down.<br>
<br>
I think the major lesson of this one was that the </span>changesum.php
recipe was the culprit; it was no longer needed, as change summaries
became standard in PmWiki 2.0.0, and the old recipe modified
$PageEditFmt.&nbsp; I don't know if, at this late date, that should be
inserted into the Release notes, somewhere?<span class="q" id="q_108b01fc27912dd3_0">
Anyway, this is just one of countless instances of PM going above and
beyond for the community.&nbsp; Thanks again!&nbsp; -- Tegan<br>
<br>
On 1/9/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pmichaud@pobox.com</a>&gt; wrote:<div><span class="gmail_quote">
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Jan 09, 2006 at 10:42:32AM -0600, Tegan Dowling wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I'm working with Version 2.0.12.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I've put this in my local/config.php:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Use Site/EditForm<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$PageEditForm = '$[
Site.EditForm]';<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;but still, none of the changes that I've made to the page Site/EditForm<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;manifest themselves when I look at ?action=edit for a page.<br><br>You shouldn't need to make any settings in local/config.php to get
<br>Site.EditForm to work -- it's the default.&nbsp;&nbsp; (Similarly, don't<br>set values for $PageEditFmt or $HandleEditFmt in local/config.php).<br><br>I think that break_page.php may be setting its own edit form<br>in $PageEditFmt, which could be causing the issue.&nbsp;&nbsp;I haven't
<br>looked at that recipe in a while.<br><br>Pm</blockquote><div>----<br>
<span class="q" id="q_108b02468b7a09ff_2">
On Mon, Jan 09, 2006 at 11:03:57AM -0600, Tegan Dowling wrote:</span><br>
</div></div></span>I
only added &quot;$PageEditForm = '$[Site.EditForm]';&quot; today, in an effort to
get the wiki to recognize the changes I've made to Site/EditForm.&nbsp;
I've now commented it back out, and also commented out the
&quot;include_once(&quot;cookbook/break_page.php&quot;);&quot;, but still don't get my
EditForm used.<br>
<div id="mb_2">
<br>
When I look at Site/EditForm in ?action=browse view, all of the
&quot;(:input e_...&quot; fields, including the &quot;minor edit&quot; checkbox, are actual
boxes, and don't show up as &quot;(:input e_...&quot; - Since that isn't how it
looks on PmWiki.org/wiki/Site/EditForm, I wonder if that's a clue?<br>
----<br>
<span class="q"><span class="gmail_quote">On 1/9/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pmichaud@pobox.com
</a>&gt; wrote:<br>
</span></span><span class="q" id="q_108b02468b7a09ff_2">Can you set $EnableDiag = 1; in the config.php?<br>
----<br>
</span><span class="q" id="q_108b02c4d0fcdac3_2">On Mon, Jan 09, 2006 at 11:09:02AM -0600, Tegan Dowling wrote:<br>&gt; &nbsp; &nbsp;done<br>
----<br>
</span><span class="gmail_quote">On 1/9/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pmichaud@pobox.com
</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Are you perhaps loading the changesum.php recipe?&nbsp;&nbsp;It modifies<br>$PageEditFmt (and is no longer needed, as change summaries<br>became standard in PmWiki 2.0.0).<br><br>Perhaps you could forward your config.php...?</blockquote>

----<br>
<span class="q" id="q_108b04107761d710_2">On Mon, Jan 09, 2006 at 11:26:30AM -0600, Tegan Dowling wrote:<br>&gt; &nbsp; &nbsp;Commenting out changesum caused ?action=edit to pick up my version of<br>&gt; &nbsp; &nbsp;Site/EditForm, all right, but it's the version I mentioned below, where
<br>&gt; &nbsp; &nbsp;all &quot;(:input e_...&quot; fields are identically-sized form boxes.<br>&gt;<br>&gt; &nbsp; &nbsp;One step forward, two steps back!<br>&gt;<br>&gt; &nbsp; &nbsp;config: &lt;snip&gt;<br>
----<br>
</span><span class="q" id="q_108b01fc27912dd3_0">On 1/9/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
pmichaud@pobox.com</a>&gt; wrote:<br>
<br>
</span>There's something interfering with PmWiki's (:input ...:) markup
-- I suspect it's the &quot;adddeleteline&quot; recipe. &nbsp;Older versions of
that recipe had a conflict with (:input:) -- supposedly the newer
version fixes those problems.<br>
<br>
So, try getting the most recent version of adddeleteline.php and see if that solves the problem.<br>
----<br>
<br>
Final (I think) entry, from Tegan:&nbsp; That did it!&nbsp; Thank you so much for your patience and help.<br>
</div>