> Do you think is it possible to change the timestamp
>
> > [session target {p}#comment[(time {now})]]
>
> to use some autorun number?

I do not think that the number of each comment is important. But you
want to count them?
You can do that by logging every new section on an info page and count
them there.

Try this:

Comments:
[(info count target=info.comments sort=field template="{+p} :
{info.comments::{+p}}")]

[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}"]
[session log "content='{=target}: {p}' target='info.comments'"]
[submit]
[form]

I tested this with only one blogpost page.
Maybe you could find out if this works with only one info.comment page
for all blog posts.

Greetings, Martin
--~--~---------~--~----~------------~-------~--~----~
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