Hi!
I have created a comments view for showing a threaded view of the comments. I use the 'comment: Depth' field in the list of fields. This field will tell me the if a comment is a reply to the root comment or a reply to another reply.
In semantic views, In the 'style options' screen, in the 'Row' section, I choose an element: div and a class: mydivclass_[thread]. This is the div for every row. The [thread] replacement pattern is actually the comment: depth variable.
When this is evaluated i see the div classes to be like mydivclass_0c/ or mydivclass_0a.00/ etc...
Instead, when I output the 'comment: Depth' in the view I see numbers such as 1, 2, 3 etc, depending on the depth of the comment reply.
The values _0c/ _0a.00/ are the values that are stored in the database for this particular field, but it seems that views is doing some processing before outputing. This processing is not happening in semantic views.
Any ideas how to get around this?
Comments
Comment #1
Scyther commented