I mean that I can't find them in my templates and I can't view them so it's
like they doesn't exist.

/Dudee


Dave Johnson-8 wrote:
> 
> On 9/17/07, Dudee <[EMAIL PROTECTED]> wrote:
>>
>> the files/pages that is not loaded is "admin" and "vote".
> 
> What specifically do you mean by "loaded"?
> 
> I don't see anything wrong with your theme.xml file. Perhaps you could
> turn on debug logging for the theme manager and observe what happens
> when themes are loaded at startup. You can do that by adding this to
> your roller-custom.properties file:
> 
>     log4j.category.org.apache.roller.weblogger.business.themes=DEBUG
> 
> - Dave
> 
> 
> 
>> theme.xml:
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <weblogtheme>
>>
>>     <id>theme01</id>
>>     <name>theme01</name>
>>     <author>Dudee</author>
>>
>>     <!-- theme preview image -->
>>     <preview-image path="theme01-preview.png" />
>>
>>     <!-- stylesheet -->
>>     <stylesheet>
>>         <name>custom.css</name>
>>         <description>Stylesheet</description>
>>         <link>custom.css</link>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentsFile>styles/default.css</contentsFile>
>>     </stylesheet>
>>
>>     <!-- templates -->
>>     <template action="weblog">
>>         <name>weblog</name>
>>         <description>The main template</description>
>>         <link></link>
>>         <navbar>false</navbar>
>>         <hidden>true</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>Weblog.vm</contentsFile>
>>     </template>
>>
>>     <template action="custom">
>>         <name>_day</name>
>>         <description>Template for a day</description>
>>         <link></link>
>>         <navbar>false</navbar>
>>         <hidden>true</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>_day.vm</contentsFile>
>>     </template>
>>
>>     <template action="search">
>>         <name>searchresults</name>
>>         <description>searchresults</description>
>>         <link></link>
>>         <navbar>false</navbar>
>>         <hidden>true</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>searchresults.vm</contentsFile>
>>     </template>
>>
>>     <template action="custom">
>>         <name>sidebar</name>
>>         <description>Sidebar</description>
>>         <link></link>
>>         <navbar>false</navbar>
>>         <hidden>true</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>sidebar.vm</contentsFile>
>>     </template>
>>
>>     <template action="custom">
>>         <name>header</name>
>>         <description>The header</description>
>>         <link></link>
>>         <navbar>false</navbar>
>>         <hidden>true</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>header.vm</contentsFile>
>>     </template>
>>
>>     <template action="custom">
>>         <name>topmenu</name>
>>         <description>The topmenu of the blog</description>
>>         <link></link>
>>         <navbar>false</navbar>
>>         <hidden>true</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>topmenu.vm</contentsFile>
>>     </template>
>>
>>          <template action="custom">
>>         <name>vote</name>
>>         <description>Vote</description>
>>         <link></link>
>>         <navbar>false</navbar>
>>         <hidden>true</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>vote.vm</contentsFile>
>>     </template>
>>
>>         <template action="custom">
>>         <name>admin</name>
>>         <description>Change some options</description>
>>         <link>admin</link>
>>         <navbar>false</navbar>
>>         <hidden>false</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>admin.vm</contentsFile>
>>     </template>
>>
>>     <template action="permalink">
>>         <name>permalink</name>
>>         <description>permalink</description>
>>         <link></link>
>>         <navbar>false</navbar>
>>         <hidden>true</hidden>
>>         <templateLanguage>velocity</templateLanguage>
>>         <contentType>text/html</contentType>
>>         <contentsFile>permalink.vm</contentsFile>
>>     </template>
>>
>> </weblogtheme>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Dave Johnson-8 wrote:
>> >
>> > On 9/14/07, Dudee <[EMAIL PROTECTED]> wrote:
>> >> I have made custom templates for one of my blogs that I want to use
>> for
>> >> all
>> >> the other blogs too. So I'm trying to create a theme. I have created a
>> >> folder and copied and saved the templates files (and the css) from my
>> >> custom
>> >> theme into that folder.
>> >
>> >> I have a lot of template files but when I choose
>> >> this theme for another blog only some of the templates are loaded.
>> >
>> > Can you be more specific. What do you mean by "loaded"? Are you using
>> > the theme as a shared theme or a custom theme?
>> >
>> >
>> >> I have added them all to the theme.xml so what is the problem?
>> >> How should I do to use the same home made templates for all of the
>> blog?
>> >
>> > All of resources named in the theme.xml should be included in the
>> > theme, if not either you are specifying them incorrectly (wrong path?)
>> > or there is some bug in Roller's theme handling code.
>> >
>> > What does your theme.xml file look like?
>> >
>> > - Dave
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Create-roller-theme-from-my-current-theme-tf4441121s12275.html#a12730175
>> Sent from the Roller - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Create-roller-theme-from-my-current-theme-tf4441121s12275.html#a12736036
Sent from the Roller - User mailing list archive at Nabble.com.

Reply via email to