<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Theme Tutorial?</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=117673" />
  <subtitle>Theme Tutorial?</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=117673</id>
  <updated>2026-04-07T03:41:57Z</updated>
  <dc:date>2026-04-07T03:41:57Z</dc:date>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117691" />
    <author>
      <name>Joshua Asbury</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117691</id>
    <updated>2007-06-27T11:36:52Z</updated>
    <published>2007-06-27T11:36:52Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Jorge Ferrer:&lt;/div&gt;&lt;blockquote&gt;&lt;br /&gt;Of course, contributions in this area are very welcome &lt;img alt="emoticon" src="@theme_images_path@/emoticons/happy.gif" &gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Jorge -&lt;br /&gt;&lt;br /&gt;Will do once I figure out how to work with the new model.  Once I finally start feeling slightly non-incompetent, you guys go changing things!</summary>
    <dc:creator>Joshua Asbury</dc:creator>
    <dc:date>2007-06-27T11:36:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117689" />
    <author>
      <name>Jorge Ferrer</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117689</id>
    <updated>2007-06-26T22:00:42Z</updated>
    <published>2007-06-26T22:00:42Z</published>
    <summary type="html">Hi Josh,&lt;br /&gt;&lt;br /&gt;Once 4.3.0 final is released we&amp;#39;ll work on getting more themes out. Not sure if they will be the same that were previously available or completely new, it hasn&amp;#39;t been decided yet.&lt;br /&gt;&lt;br /&gt;Of course, contributions in this area are very welcome &lt;img alt="emoticon" src="@theme_images_path@/emoticons/happy.gif" &gt;</summary>
    <dc:creator>Jorge Ferrer</dc:creator>
    <dc:date>2007-06-26T22:00:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117687" />
    <author>
      <name>Joshua Asbury</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117687</id>
    <updated>2007-06-26T13:33:40Z</updated>
    <published>2007-06-26T13:33:40Z</published>
    <summary type="html">I haven&amp;#39;t had a chance to play with RC2 yet, but I messed with RC1 a couple of weeks ago.  The new themes are suh-weet.  However, will there be other sample themes for us to look at?  I have used many of the downloadable themes on the site as a basis of my own themes or for just the sake of learning.  Will there be 4.3 versions of any of them?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Josh</summary>
    <dc:creator>Joshua Asbury</dc:creator>
    <dc:date>2007-06-26T13:33:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117685" />
    <author>
      <name>Jorge Ferrer</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117685</id>
    <updated>2007-06-25T19:26:27Z</updated>
    <published>2007-06-25T19:26:27Z</published>
    <summary type="html">Hi Tarun,&lt;br /&gt;&lt;br /&gt;When Liferay startups it checks the database to find out which version of Liferay was previously running. Based on this information it runs (or not) an upgrade process. Version 4.3 can only upgrade previous 4.2.x installation and for those it does a complete update of the database starting with a migration of the database schema.&lt;br /&gt;&lt;br /&gt;For detailed information on the steps taken during the upgrade take a look at the code of the class &lt;a href="http://lportal.svn.sourceforge.net/viewvc/*checkout*/lportal/portal/trunk/portal-impl/src/com/liferay/portal/upgrade/UpgradeProcess_4_3_0.java"&gt;UpgradeProcess_4_3_0&lt;/a&gt; and the ones it references. For example the schema update is done in &lt;a href="http://lportal.svn.sourceforge.net/viewvc/*checkout*/lportal/portal/trunk/portal-impl/src/com/liferay/portal/upgrade/v4_3_0/UpgradeSchema.java"&gt;UpgradeSchema&lt;/a&gt;</summary>
    <dc:creator>Jorge Ferrer</dc:creator>
    <dc:date>2007-06-25T19:26:27Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117683" />
    <author>
      <name>Tarun S. Kayasth</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117683</id>
    <updated>2007-06-25T14:39:08Z</updated>
    <published>2007-06-25T14:39:08Z</published>
    <summary type="html">hi Jorge,&lt;br /&gt;&lt;br /&gt;   can u please alobrate on your answer please...&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Tarun Kayasth</summary>
    <dc:creator>Tarun S. Kayasth</dc:creator>
    <dc:date>2007-06-25T14:39:08Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117681" />
    <author>
      <name>Jorge Ferrer</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117681</id>
    <updated>2007-06-22T19:38:42Z</updated>
    <published>2007-06-22T19:38:42Z</published>
    <summary type="html">Hi Tarun, &lt;br /&gt;&lt;br /&gt;One of the new features is an automatic db population and db upgrade process. That was not yet in RC2, but will be in final.</summary>
    <dc:creator>Jorge Ferrer</dc:creator>
    <dc:date>2007-06-22T19:38:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117679" />
    <author>
      <name>Tarun S. Kayasth</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117679</id>
    <updated>2007-06-22T12:31:20Z</updated>
    <published>2007-06-22T12:31:20Z</published>
    <summary type="html">hey Jorge,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    Thanks for it... will look over it. one more post i have made is regarding steps for migrating my database from liferay 4.2.2 to 4.3.&lt;br /&gt;can u help me out in it.</summary>
    <dc:creator>Tarun S. Kayasth</dc:creator>
    <dc:date>2007-06-22T12:31:20Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117677" />
    <author>
      <name>Jorge Ferrer</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117677</id>
    <updated>2007-06-21T21:05:03Z</updated>
    <published>2007-06-21T21:05:03Z</published>
    <summary type="html">Hi Adam, Tarum,&lt;br /&gt;&lt;br /&gt;There is a short tutorial in the wiki at &lt;a href="http://wiki.liferay.com/index.php/4.3_Themes"&gt;http://wiki.liferay.com/index.php/4.3_Themes&lt;/a&gt; but we are already working in more detailed documentation.</summary>
    <dc:creator>Jorge Ferrer</dc:creator>
    <dc:date>2007-06-21T21:05:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117675" />
    <author>
      <name>Tarun S. Kayasth</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117675</id>
    <updated>2007-06-20T13:55:44Z</updated>
    <published>2007-06-20T13:55:44Z</published>
    <summary type="html">hi Adam,&lt;br /&gt;&lt;br /&gt;   I also did not find any such tutorial to change the theam. but its easy to do.. you can modify any of the existing theam in liferay and can implement it as u want..&lt;br /&gt;&lt;br /&gt;Tarun Kayasth</summary>
    <dc:creator>Tarun S. Kayasth</dc:creator>
    <dc:date>2007-06-20T13:55:44Z</dc:date>
  </entry>
  <entry>
    <title>Theme Tutorial?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117672" />
    <author>
      <name>Adam C</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117672</id>
    <updated>2007-06-19T21:20:36Z</updated>
    <published>2007-06-19T21:20:36Z</published>
    <summary type="html">&lt;span style="font-family: Tahoma"&gt;&lt;span style="font-size: 14px;"&gt;I&amp;#39;m a newbie and would like to develop a custom theme for my organization.  I&amp;#39;ve already setup the extension environment.  I can&amp;#39;t find any tutorials for the latest version of LifeRay explaining how to create and package a theme.  Are there any available?&lt;br /&gt;&lt;br /&gt;Thanks.&lt;/span&gt;&lt;/span&gt;</summary>
    <dc:creator>Adam C</dc:creator>
    <dc:date>2007-06-19T21:20:36Z</dc:date>
  </entry>
</feed>
