After testing a lot I think it's Basic that doesn't work. The Skinr documentation refers to the comment-wrapper.tpl file, which is absent in the Basic theme, I have no idea if this has to do with it. Testing Skinr 6.x-2.x-dev.

Thanks for Basic, I use it a lot!
Henrik

Comments

hs@henrikstrindberg.se’s picture

This is a workaround:
1. Use a plain comment-wrapper.tpl file instead of comment.tpl
2. insert class="<?php print ' '. $skinr; ?>" into the first div like this:

<div id="comments" class="<?php print ' '. $skinr; ?>">
  <?php print $content; ?>
</div>?>"

3. to write a style that targets every individual comment use the selector .comment:

.my-style .comment {
	background-color: #eee;
	padding: 8px;
}
SteveK’s picture

Assigned: Unassigned » SteveK

This must have been an update with skinr 2.0 changes. I'll get right on this :)

Sorry, I'm late to the party... doesn't seem I'm getting updates for the issue queue.

SteveK’s picture

Status: Active » Fixed

committed to dev. thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.