On 10/9/07, Dave <[EMAIL PROTECTED]> wrote:
> On 10/9/07, Matt Raible <[EMAIL PROTECTED]> wrote:
> > I got past this issue by re-copying roller-ui and WEB-INF/jsps into my
> > application. I also changed the absolute URL from
> > http://raibledesigns.com to http://localhost:8080. Now I'm getting the
> > following error:
> >
> > WARN  2007-10-09 11:54:31,806 ThemeManagerImpl:getTheme - Unable to
> > lookup theme andreas08
> > ERROR 2007-10-09 11:54:31,821 PageServlet:doGet - Error getting
> > default page for weblog = rd
> > java.lang.NullPointerException
>
> Yes. Themes must support the new theme.xml file. I upgraded Andreas08
> as part of the Roller Support themes, so you can grab that -- but I
> suppose you will have to copy in all of your mods.
>

Is there any magic I have to do to get my decorator picked up? It
doesn't seem to be working. Here's what I have in theme.xml:

    <template action="custom">
        <name>_decorator</name>
        <description>_decorator</description>
        <link></link>
        <navbar>false</navbar>
        <hidden>true</hidden>
        <templateLanguage>velocity</templateLanguage>
        <contentType></contentType>
        <contentsFile>_decorator.vm</contentsFile>
    </template>

Also, do I need to list all the resources, or is that only useful for
folks that want to customize the theme?

I also noticed this when looking at the Stylesheets page:

<quote>
Sorry, but the theme you are using does not provide a custom
stylesheet for you to edit. lame huh? feel free to complain about it
to your system administrator.
</quote>

We might want to make this a little friendlier - here's a suggestion:

Unfortunately, the theme you're using does not provide a custom
stylesheet for you to edit. You can customize your theme or contact
your system administrator to see about enabling this feature.

Matt

Reply via email to