Adding some notes here for what's needed... Advanced Help isn't ready for D7 yet:

Region feature options:

skinr[skin_name][features][] = region
skinr[skin_name][features][] = region__regionname

Page feature options:

skinr[skin_name][features][] = page

Comments

nomonstersinme’s picture

Assigned: jacine » nomonstersinme

there is a dev version of Advanced help so I'm going to work on adding our documentation now.. i will post a patch soon.

nomonstersinme’s picture

Title: Documentation needs to be added for Drupal 7 » Update documentation for Drupal 7 - regions and rules
StatusFileSize
new2.1 KB

Here is a patch that updates the features and rules documentation.

nomonstersinme’s picture

StatusFileSize
new2.11 KB

sorry fixed bad wording in rules documentation...

jacine’s picture

Status: Active » Needs work
+++ help/rules.html	15 Oct 2010 18:57:38 -0000
@@ -1,6 +1,5 @@
+<p><a href="/admin/appearance/skinr/rules">Rules</a> allow you to use Skinr to

This is partially my fault. I think I actually committed this page by accident because it's clearly not finished. A couple of things need to happen here.

This path is wrong. It should be: <a href="&base_url&admin/appearance/skinr/rules">.

We also need to explain the process in more detail:

  1. What is the difference between page and region (Note: the select list is currently broken, it will need to group regions by theme).
  2. Explain the visibility options briefly (look at block configuration for this, because it has not properly been ported to 7.x yet).
  3. Explain that you'll have to print <?php print render($title_suffix); ?> in page.tpl.php and region.tpl.php in order for the "contextual links" functionality to work, because those template files do not contain that variable by default, and it is responsible for printing the cog.

Powered by Dreditor.

nomonstersinme’s picture

StatusFileSize
new6.58 KB

better?

nomonstersinme’s picture

StatusFileSize
new2.61 KB

Ok with this patch I just edited the rules page.. it might need some more work but its a start.

moonray’s picture

Status: Needs work » Closed (fixed)

Closing. We're no longer using advanced help for Skinr docs. See skinr.org for docs now.