Commentbox writes the comments in sections on the page.
We could do this right out of the core.
The basic form would be like that (tested):
[form]
[session target {p}#comment[(time {now})]]
[box commentx rows=5 cols=40][box]
[hidden comment "<box>Comment by [[login.{id}|+]], posted [(time {now}
%d.%m.%Y)]<br><br>{=commentx}</box>"]
[session edit "{=comment}"]
[submit]
[form]
The target line gives each section/comment an unique id.
The hidden line is a kind of template - maybe there is a more elegant
way to this.
This way you do not have to edit the config file to alter the
appearance of the form.
You could even make an action page out of it and allow comments on
comments.
Greetings, Martin
On Mar 23, 12:18 pm, The Editor <[email protected]> wrote:
> On Mon, Mar 23, 2009 at 5:34 AM, Linly <[email protected]> wrote:
>
> > Hi Dan,
>
> > About page comment/reply, I know you recommend "commentbox" rather
> > than "comment plus". But in your old blog plugin, you use "log" to do
> > the job.
>
> > What would you recommend if I want to do a blog solution?
>
> Commentbox is easier, but it's really just a shortcut for a more
> complex log option. So if you want it to work different, you can code
> it yourself. I've tried to make it pretty configurable, but it's
> designed to work a certain way. Try it and see if it doesn't do what
> you want.
>
> If I ever get around to rewriting the blog plugin, I would use the
> commentbox plugin. I use it on all my blogs and forums, personally.
>
> 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
-~----------~----~----~----~------~----~------~--~---