Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Child themes
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Guido Erlinger  
View profile  
 More options Aug 20 2012, 5:53 pm
From: Guido Erlinger <d...@helpy.de>
Date: Mon, 20 Aug 2012 23:53:34 +0200
Local: Mon, Aug 20 2012 5:53 pm
Subject: Child themes

Hello,

I tried to start working with child themes in the development
version of habari.

According to the wiki one theme.xmlshould be enough to start a child
theme.
But all the formatting is gone (wrong path to styles.css) and some
notes (undefined variables, invalid argument) are output.

Is the Charcoal theme ready for child themes?

Here my theme.xml:

<?xml version="1.0" encoding="utf-8" ?>
<pluggable type="theme"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schemas.habariproject.org/pluggable/0.8">
    <name>CharcoalChild</name>
    <parent>Charcoal</parent>
    <license
url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
Software License 2.0</license>

    <author url="http://habariproject.org/">Habari Community</author>

    <version>0.0</version>
    <url>http://habariproject.org/</url>
    <description><![CDATA[Child theme for Charcoal]]></description>

    <copyright>2012</copyright>

    <template_engine>rawphpengine</template_engine>

    <areas>
        <area name="sidebar">
            <description><![CDATA[The sidebar area]]></description>
        </area>
        <area name="nav">
            <description><![CDATA[The sidebar area]]></description>
        </area>
    </areas>

</pluggable>

Thank you for your help,
guido


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.