PDA

View Full Version : Any way to number comments


lasvegas
07-14-2009, 03:33 AM
Any way you can have comments numbered ?
Thanks,

Micha
07-14-2009, 08:43 AM
Can you be more specific?
Do you mean on having comments as ordered list

comment 1
comment 2
comment 3


Or to have pagination for comments?

lasvegas
07-14-2009, 02:48 PM
I mean having comments as ordered list.

Thanks ,

Micha
07-16-2009, 09:58 AM
Well, the easiest way is to enclose comments within ordered list.
Try following:

Open your box/comments.tpl and right before <vte:foreach item = "comment" from = "{comment_list}"> add <ol>, right after that same line place <li> close </li> right before </vte:foreach>, and close </ol> right after that same line.