Closed (fixed)
Project:
Skinr
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 01:34 UTC
Updated:
29 Sep 2009 at 22:40 UTC
The Acquia Prosper theme has the following lines:
skinr[prosper-comments-clean][label] = Acquia Prosper: Simple comments
skinr[prosper-comments-clean][class] = prosper-comments-clean
skinr[prosper-comments-clean][features][] = comment
skinr[prosper-comments-edgy][label] = Acquia Prosper: Edgy comments
skinr[prosper-comments-edgy][class] = prosper-comments-edgy
skinr[prosper-comments-edgy][features][] = comment
Unfortunately, when going to edit a content type and expanding the Skinr section, these style options do not appear. All other style options which do not have a feature restriction on them do appear. If I remove the skinr[prosper-comments-clean][features][] = comment line, they appear and function just fine. I tried "commentS" too, just in case, but no luck there.
Comments
Comment #1
jacineTry comment-wrapper. I think that's what it is. ;)
Comment #2
stephthegeek commentedBingo!
Alas, that's not what the docs say ;)
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/skinr/READM...
Comment #3
moonray commentedComment #4
jacineDocs have been fixed.
Comment #5
thill_ commentedI am not sure how this happened but comment-wrapper does not work with the latest dev, it is instead comment_wrapper that works.
Comment #6
moonray commentedcomment-wrapper was never the right hook. Use comment_wrapper (as stated by thill_).
Comment #7
jacineAddressed in the latest docs: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/skinr/READM...