<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. 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. Thanks again! -- Tegan<br>
<br>
On 1/9/06, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pmichaud@pobox.com</a>> 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>> I'm working with Version 2.0.12.<br>><br>> I've put this in my local/config.php:<br>><br>> // Use Site/EditForm<br>> $PageEditForm = '$[
Site.EditForm]';<br>><br>> but still, none of the changes that I've made to the page Site/EditForm<br>> 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. (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. 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 "$PageEditForm = '$[Site.EditForm]';" today, in an effort to
get the wiki to recognize the changes I've made to Site/EditForm.
I've now commented it back out, and also commented out the
"include_once("cookbook/break_page.php");", 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
"(:input e_..." fields, including the "minor edit" checkbox, are actual
boxes, and don't show up as "(:input e_..." - 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> <<a href="mailto:pmichaud@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pmichaud@pobox.com
</a>> 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>> done<br>
----<br>
</span><span class="gmail_quote">On 1/9/06, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pmichaud@pobox.com
</a>> 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? 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>> Commenting out changesum caused ?action=edit to pick up my version of<br>> Site/EditForm, all right, but it's the version I mentioned below, where
<br>> all "(:input e_..." fields are identically-sized form boxes.<br>><br>> One step forward, two steps back!<br>><br>> config: <snip><br>
----<br>
</span><span class="q" id="q_108b01fc27912dd3_0">On 1/9/06, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
pmichaud@pobox.com</a>> wrote:<br>
<br>
</span>There's something interfering with PmWiki's (:input ...:) markup
-- I suspect it's the "adddeleteline" recipe. 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: That did it! Thank you so much for your patience and help.<br>
</div>