Counting how many comments in one page is ONE of my need, and I think I can test it in info vars from your hint. But "the number of each comment" is actually I'd like to have too. :)
It may appear like: Comment1 by linly ... Comment2 by Martin ... Comment3 by John ... So the commenters can specify which comment he is discussed at. And in the "Recent comments" area, an unique id and anchor making visitors directly forward to the exact comment. This is nice for interactive between blogger and visitors. Cheers, linly On 3月24日, 上午12時03分, Martin <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
