Closed (won't fix)
Project:
Skinr
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Nov 2010 at 17:54 UTC
Updated:
31 Mar 2012 at 09:57 UTC
Jump to comment: Most recent file
Updating documentation.. patch coming.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | skinr-970130-6.patch | 3.67 KB | nomonstersinme |
| #3 | skinr-970130-3.patch | 4 KB | nomonstersinme |
| #1 | skinr-970130-2.patch | 3.86 KB | nomonstersinme |
Comments
Comment #1
nomonstersinme commentedComment #2
moonray commentedActually, it is because D7 has a new way of handling classes that allows skinr to inject them at the preprocess level. See http://drupal.org/node/254940#html-class-variable
Comment #3
nomonstersinme commentedLOL thank you for that... i knew i wasn't right but was being lazy ;)
Comment #4
sunvariable in any template file you wanted to be able to manipulate with Skinr. In Drupal 7, for the most part, this is not necessary. You can alter blocks, nodes, views and panels without separate template files. This is because Drupal 7 handles classes differently, and Skinr is able to insert classes at the preprocess level. There are however, a couple of suggested templates you should create and print the contextual links for easier Skinr use.
Why do we document Drupal 6 stuff in a Drupal 7 module? Users that never used Drupal 6 can't make any sense of this Drupal core major version evolution and API change drama.
Overall, most of this help text seems to duplicate existing Drupal core documentation elsewhere that themers should already be familiar with.
Powered by Dreditor.
Comment #6
nomonstersinme commentedOk i don't particularly agree but Bala suggested a separate doc for changes between 6 and 7... so for now I removed all mention of drupal 6. :)
Comment #8
moonray commentedSee skinr.org for documentation; we're no longer using advanced help for it.