Do you have config.php or FoxConfig set up to allow Fox to do work on the page? It needs your permission. That lets you specify which pages can be changed how. Until you do that, nothing will get changed.

Randy


On Jan 20, 2008, at 6:03 AM, Peter K.H. Gragert wrote:

Hallo (and especially Hans)
I run beta 65
And in the cookbook
cookbook/fox/
-rw-rw-rw-   1 Peter    0           48961 Jan 09 13:56 fox.php
  -rw-rw-rw-   1 Peter    0            3691 Jan 17 16:46 foxdelete.php
  -rw-rw-rw-   1 Peter    0            3636 Jan 09 14:05 foxedit.php
-rw-rw-rw-   1 Peter    0            9889 Jan 09 13:58 foxnotify.php

All enabled in config .php
Trying FoxComment on page Fox.CommentBox
looks like this:

(:fox cbox put=#append template=Site.FoxCommentTemplate:)
|| Heading:||(:input text heading size=60:)
|| ||'''Your Message''' ||
|| ||(:input textarea comment cols=60 rows=6:) ||
|| Author:||(:input text author value='{$Author}' :) (:input submit post Enter:) ||
(:foxend cbox:)

Looks promising, ok.  But activation nothing happens ???
(notice: put= is missing? On the PmWiki site?)

Site.FoxCommentTemplate is this
#foxbegin#
(:div1 class=messagehead:)
>>rfloat<<
[-{$$(date d.m.Y - H:i)}-] &nbsp; (:if auth edit:){[foxdelrange]} (:if:)
>><<
!!!!!{$$author}
(:div1end:)
>>messageitem<<
'''{$$heading}'''
>>messageitem<<
{$$comment}
>><<
#foxend#

(showing if saved eg. {$$author} ((without a : ????)

What do I do wrong?

Thanks if you know and let me know ;-)

PKHG



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to