I cannot use skinr on Commons Origins
link to screen capture

Comments

david.moore.ipg’s picture

Some of the skinner options were removed in the origins theme a few revs ago (intentional or not I do not know). Some of it may have had to do with removing panels. It is controlled by the commons_origins.info file in profiles/commons/themes/commons_origins.

you should still see the skinr advanced options for each theme.

If you want some of the previous options back, you would add some of these lines back. I don't know if all of these lines will work anymore of if they will continue to work in future releases. But, if you add them back to your commons_origins.info file you should see some of the skinr options available in previous releases.

; Inherit Skinr styles from Fusion Core
skinr[options][inherit_skins] = true

; Disable 12 column grid block widths inherited from fusion_core
skinr[grid12-width] =

; Stackable list/menu styles
skinr[fusion-list-styles][title] = List/menu styles
skinr[fusion-list-styles][type] = checkboxes
skinr[fusion-list-styles][features][] = block
skinr[fusion-list-styles][features][] = panels_display
skinr[fusion-list-styles][features][] = panels_pane
skinr[fusion-list-styles][features][] = panels_panel
skinr[fusion-list-styles][features][] = views_view
skinr[fusion-list-styles][options][1][label] = Bottom border (no bullets)
skinr[fusion-list-styles][options][1][class] = fusion-list-bottom-border
skinr[fusion-list-styles][options][2][label] = Extra vertical spacing (no bullets)
skinr[fusion-list-styles][options][2][class] = fusion-list-vertical-spacing
skinr[fusion-list-styles][options][3][label] = Circle bullets
skinr[fusion-list-styles][options][3][class] = commons-list-circle-bullets

; Drupal Commons Colors
skinr[commons-colors][title] = Drupal Commons Colors (main color/highlight color)
skinr[commons-colors][type] = select
skinr[commons-colors][features][] = block
skinr[commons-colors][features][] = panels_display
skinr[commons-colors][features][] = panels_pane
skinr[commons-colors][features][] = panels_panel
skinr[commons-colors][features][] = views_view
skinr[commons-colors][options][1][label] = Gray/Light Blue
skinr[commons-colors][options][1][class] = commons-colors-grayblue
skinr[commons-colors][options][2][label] = Orange/Dark Blue
skinr[commons-colors][options][2][class] = commons-colors-orangeblue
skinr[commons-colors][options][3][label] = Light Blue/Dark Blue
skinr[commons-colors][options][3][class] = commons-colors-blueblue

ezra-g’s picture

I looked for the point where these were removed from the revision history on GitHub and found this commit:

Because there's no Drupal.org issue, it's not clear what the motivation was for removing these, but I'll look into whether it's possible to add them back in an optional way for folks who are not using Skinr.

ezra-g’s picture

Issue summary: View changes

image added

japerry’s picture

Version: » 6.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (won't fix)

Cleaning up the queue. No longer applicable in 7.x-3.x and we're not fixing non-security bugs in commons 6.x-2.x