Oops. You are right.  No easy solution then...  The only option I see
easily is to hack the commentbox plugin some way or other.  The
easiest option might be to save the comments on a separate comment
page, like comments.{p} and then include the comments in the footer.
Something like this:

footer:

related links

[(include comments.{p})]

[(commentbox)]

But you will have to hack the commentbox plugin (perhaps we can add in
some options for this if we need too...)

1) change line 5 to

        if ($target != "comments.$pageLink")
BOLTabort("commentbox_invalid_target", "Cannot post to this target
page.");

2) change line 46 to

        global $BOLTid, $pageLink;

3) change the form around line 55 to

[session target comment.$pageLink]
[session commentbox {=content}]

Haven't tested it, but very quickly looks like it might work. Let me
know if this doesn't work for you.

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to