<?xml version='1.0' encoding='utf-8' ?>
<!--  If you are running a bot please visit this policy page outlining rules you must respect. https://www.livejournal.com/bots/  -->
<rss version='2.0'  xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom='http://www.w3.org/2005/Atom'>
<channel>
  <title>The S2 HowTo Journal</title>
  <link>https://s2howto.livejournal.com/</link>
  <description>The S2 HowTo Journal - LiveJournal.com</description>
  <lastBuildDate>Fri, 02 Oct 2009 23:51:55 GMT</lastBuildDate>
  <generator>LiveJournal / LiveJournal.com</generator>
  <lj:journal>s2howto</lj:journal>
  <lj:journalid>1322950</lj:journalid>
  <lj:journaltype>community</lj:journaltype>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/53538.html</guid>
  <pubDate>Fri, 02 Oct 2009 23:51:55 GMT</pubDate>
  <title>[paidaccount] How to display AdSense in custom styles</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/53538.html</link>
  <description>&lt;div style=&quot;background-color:#ff0000;color:#ffffff&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Paid Accounts Only&lt;/center&gt;
The following tutorial requires creating and editing a custom style, which in turn requires a paid, permanent, or early adopter account.  Please read &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=131&quot; target=&quot;_blank&quot;&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=21&quot; target=&quot;_blank&quot;&gt;How do I buy a paid account?&lt;/a&gt; to learn about the paid account benefits and how to buy a paid account.&lt;/div&gt;

&lt;p&gt;If you have your journal style customized, to display &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=299&quot; target=&quot;_blank&quot;&gt;Your Journal - Your Money ads&lt;/a&gt; on your journal pages, you need to call the &lt;span style=&quot;background-color:orange&quot;&gt;print_ad_box(&quot;&lt;span style=&quot;background-color:yellow&quot;&gt;type&lt;/span&gt;&quot;)&lt;/span&gt; method of the Page class in the code of your layout layer. Where &apos;&lt;span style=&quot;background-color:yellow&quot;&gt;type&lt;/span&gt;&apos; is defining ad format as follows:&lt;/p&gt;

&lt;blockquote&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;2px&quot; cellspacing=&quot;5&quot;&gt;
&lt;tr&gt;&lt;td&gt;&lt;b&gt;s2.top&lt;/b&gt;&lt;/td&gt;&lt;td&gt;728x90 Top&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;b&gt;s2.vertical&lt;/b&gt;&lt;/td&gt;&lt;td&gt;160x600&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;b&gt;s2.box.top&lt;/b&gt;&lt;/td&gt;&lt;td&gt;300x250&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;b&gt;s2.bottom&lt;/b&gt;&lt;/td&gt;&lt;td&gt;728x90 Bottom&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/blockquote&gt;

&lt;p&gt;To add html code around the ad block, &lt;span style=&quot;background-color:orange&quot;&gt;viewer_sees_ad_box(&quot;&lt;span style=&quot;background-color:yellow&quot;&gt;type&lt;/span&gt;&quot;)&lt;/span&gt; clause could be used. Where &apos;&lt;span style=&quot;background-color:yellow&quot;&gt;type&lt;/span&gt;&apos; is an appropriate banner value.&lt;/p&gt;

&lt;h3&gt;Example&lt;/h3&gt;

&lt;p&gt;The following code could be used to display the 728x90 Bottom banner:&lt;/p&gt;

&lt;pre style=&quot;background-color:wheat&quot;&gt;var Page p = get_page();
if (viewer_sees_ad_box(&quot;&lt;span style=&quot;background-color:yellow&quot;&gt;s2.bottom&lt;/span&gt;&quot;)) {
   &quot;&amp;lt;div class=\&quot;ad\&quot;&amp;gt;&quot;;
   $p-&amp;gt;print_ad_box(&quot;&lt;span style=&quot;background-color:yellow&quot;&gt;s2.bottom&lt;/span&gt;&quot;);
   &quot;&amp;lt;/div&amp;gt;&quot;;
}
&lt;/pre&gt;

&lt;p&gt;Contributed by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;arteman&quot; lj:user=&quot;arteman&quot; &gt;&lt;a href=&quot;https://arteman.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://arteman.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;arteman&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</description>
  <category>- all styles</category>
  <category>paid accounts only</category>
  <category>displaying adsense</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/53307.html</guid>
  <pubDate>Fri, 12 Dec 2008 19:29:25 GMT</pubDate>
  <title>[s2 features by layout] Minimalism</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/53307.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; | &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;s2minimalism&quot; lj:user=&quot;s2minimalism&quot; &gt;&lt;a href=&quot;https://s2minimalism.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://s2minimalism.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;s2minimalism&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Sample images:&lt;/strong&gt;&lt;br /&gt;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/sup/x-1-4.png&quot; title=&quot;Claret Mood&quot; alt=&quot;[preview]&quot; fetchpriority=&quot;high&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/sup/x-1-5.png&quot; title=&quot;Desert Memories&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/sup/x-3-2.png&quot; title=&quot;Aquatic Moon&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/sup/x-4-4.png&quot; title=&quot;Stone Age&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Configurable Options:&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Other Features:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10552.html&quot; target=&quot;_blank&quot;&gt;Changing Comment Link Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11056.html&quot; target=&quot;_blank&quot;&gt;Changing Navigation Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/40514.html&quot; target=&quot;_blank&quot;&gt;Custom CSS&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/12405.html&quot; target=&quot;_blank&quot;&gt;Disable Friends Userpics&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/13719.html&quot; target=&quot;_blank&quot;&gt;Free Text/Extra Sidebar Content&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/14492.html&quot; target=&quot;_blank&quot;&gt;Heading Text for Page Summary&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/50544.html&quot; target=&quot;_blank&quot;&gt;Navigation Strip Colors&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15427.html&quot; target=&quot;_blank&quot;&gt;Number of Journal Entries on Page&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/38233.html&quot; target=&quot;_blank&quot;&gt;Order of Entries on Day View&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/38654.html&quot; target=&quot;_blank&quot;&gt;Order of Months on Year View&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/17646.html&quot; target=&quot;_blank&quot;&gt;Renaming Currents&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/41848.html&quot; target=&quot;_blank&quot;&gt;Replacement Stylesheet URL&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/17883.html&quot; target=&quot;_blank&quot;&gt;Shared Journal User Pictures&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/18015.html&quot; target=&quot;_blank&quot;&gt;Sidebar Contents&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/42068.html&quot; target=&quot;_blank&quot;&gt;Sidebar Position&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15767.html&quot; target=&quot;_blank&quot;&gt;Site Scheme Comment Pages&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/19425.html&quot; target=&quot;_blank&quot;&gt;Text to Replace Subject Line When Empty&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/13895.html&quot; target=&quot;_blank&quot;&gt;Icon Toolbar on Entry View Page&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/14810.html&quot; target=&quot;_blank&quot;&gt;Link List&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/15033.html&quot; target=&quot;_blank&quot;&gt;Mini-Calendar&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16550.html&quot; target=&quot;_blank&quot;&gt;Page Summaries&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/49779.html&quot; target=&quot;_blank&quot;&gt;Tag List in Sidebar&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/44983.html&quot; target=&quot;_blank&quot;&gt;Timezone Support&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/19777.html&quot; target=&quot;_blank&quot;&gt;User Pictures on Recent Entries&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;* Features denoted with an asterisk are common to all layouts.</description>
  <category>- minimalism</category>
  <category>$ list of layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/53163.html</guid>
  <pubDate>Mon, 24 Nov 2008 19:52:08 GMT</pubDate>
  <title>[s2 layouts by feature] Order of Entries on Recent View</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/53163.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;The layouts listed below provide an option on the Customize Journal Style page to reverse the order of entries displayed on your Recent page (http://exampleusername.livejournal.com/). It is not possible to completely reverse the order of all entries in your journal; if your Recent page is displaying the 20 most recent entries, this option will only display the 20 entries on each page in chronological order (i.e. least recent first).&lt;br /&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48993.html&quot; target=&quot;_blank&quot;&gt;Disjointed&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48865.html&quot; target=&quot;_blank&quot;&gt;Refried Paper&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
  <category>$ list of features</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/52738.html</guid>
  <pubDate>Thu, 10 Jul 2008 04:03:30 GMT</pubDate>
  <title>[paidaccount] Displaying comment count in words instead of numerals</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/52738.html</link>
  <description>&lt;div style=&quot;background-color:#ff0000;color:#ffffff&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Paid Accounts Only&lt;/center&gt;
The following tutorial requires creating and editing a custom style, which in turn requires a paid, permanent, or early adopter account.  Please read &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=131&quot; target=&quot;_blank&quot;&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=21&quot; target=&quot;_blank&quot;&gt;How do I buy a paid account?&lt;/a&gt; to learn about the paid account benefits and how to buy a paid account.&lt;/div&gt;

&lt;p&gt;This function will change the display of your comment count from numerals to number (e.g. &quot;12 comments&quot; becomes &quot;Twelve comments&quot;). This will work up to a comment count of 99, after which the count will be displayed in numerals. However, this function will not work for layouts that do not call the &lt;code&gt;CommentInfo::print_readlink()&lt;/code&gt; method, some of which are Smooth Sailing, Refried Paper, Unearthed, and Disjointed. If you are using one of these layouts, you will need to modify the code that prints the &quot;Read Comments&quot; link to use this function.&lt;/p&gt;

&lt;p&gt;You will need to copy the following code into your theme layer, making sure to include everything:&lt;/p&gt;

&lt;pre style=&quot;background-color:wheat&quot;&gt;function CommentInfo::print_readlink {
    var Page p = get_page();

    var string[] ones = [&quot;Zero&quot;,&quot;One&quot;,&quot;Two&quot;,&quot;Three&quot;,&quot;Four&quot;,&quot;Five&quot;,&quot;Six&quot;,&quot;Seven&quot;,&quot;Eight&quot;,&quot;Nine&quot;];
    var string[] teen = [&quot;Ten&quot;,&quot;Eleven&quot;,&quot;Twelve&quot;,&quot;Thirteen&quot;,&quot;Fourteen&quot;,&quot;Fifteen&quot;,&quot;Sixteen&quot;,&quot;Seventeen&quot;,&quot;Eighteen&quot;,&quot;Nineteen&quot;];
    var string[] tenths = [&quot;&quot;,&quot;&quot;,&quot;Twenty&quot;,&quot;Thirty&quot;,&quot;Forty&quot;,&quot;Fifty&quot;,&quot;Sixty&quot;,&quot;Seventy&quot;,&quot;Eighty&quot;,&quot;Ninety&quot;];
    var string text;
    var string comment_text_s = &quot;&lt;span style=&quot;background-color: orange;&quot;&gt;reply&lt;/span&gt;&quot;;
    var string comment_text_p = &quot;&lt;span style=&quot;background-color: orange;&quot;&gt;replies&lt;/span&gt;&quot;;
    var int rest;
    var int elevens;

    if($.count&amp;gt;99) {
        $text = &quot;&quot; + $.count;
    } else {
        $rest = $.count / 10;
        $elevens = $.count % 10;
        if($rest&amp;gt;0) {
            if($rest==1) {
                $text = $teen[$elevens];
            } else {
                $text = $tenths[$rest] + ($elevens&amp;gt;0 ? &quot;-&quot; + $ones[$elevens] : &quot;&quot;);
            }
        } else {
            $text = $ones[$elevens];
        }
    }

    $text = $text + &quot; &quot; + (($.count==1) ? $comment_text_s : $comment_text_p);
    if($.screened) {
        $text = $text + &quot; &amp;lt;b&amp;gt;$*text_month_screened_comments&amp;lt;/b&amp;gt;&quot;;
    }
    print safe &quot;&quot;&quot;&amp;lt;a href=&quot;$.read_url&quot;&amp;gt;&quot;&quot;&quot; + $text + &quot;&amp;lt;/a&amp;gt;&quot;;
}&lt;/pre&gt;

&lt;p&gt;You can alter the text in &lt;span style=&quot;background-color: orange;&quot;&gt;orange&lt;/span&gt; to change the text displayed after the number of comments for both singular and plural text, respectively. Compile your layer, and it&apos;s ready to use. You will need to apply your theme layer via the &lt;a href=&quot;http://www.livejournal.com/customize/&quot; target=&quot;_blank&quot;&gt;Customize&lt;/a&gt; interface in order for your changes to take effect.&lt;/p&gt;

&lt;div style=&quot;background-color:darkgray;color:#000000&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Additional References&lt;/center&gt;
&lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=176&quot; target=&quot;_blank&quot;&gt;What are the different S2 layer types?&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.livejournal.com/community/s2howto/530.html&quot; target=&quot;_blank&quot;&gt;S2 View Types&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Originally written by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     &quot;  data-ljuser=&quot;nigi_atp&quot; lj:user=&quot;nigi_atp&quot; &gt;&lt;a href=&quot;https://nigi-atp.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://nigi-atp.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;nigi_atp&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; and &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;prissi&quot; lj:user=&quot;prissi&quot; &gt;&lt;a href=&quot;https://prissi.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://prissi.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;prissi&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; with elements borrowed from a previous tutorial by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;gamble&quot; lj:user=&quot;gamble&quot; &gt;&lt;a href=&quot;https://gamble.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://gamble.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;gamble&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.</description>
  <category>comment links</category>
  <category>paid accounts only</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/52719.html</guid>
  <pubDate>Tue, 05 Feb 2008 03:36:23 GMT</pubDate>
  <title>[paidaccount][magazine, punquin, tabular indent] Reversing the order of the entries</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/52719.html</link>
  <description>&lt;div style=&quot;background-color:#ff0000;color:#ffffff&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Paid Accounts Only&lt;/center&gt;
The following tutorial requires creating and editing a custom style, which in turn requires a paid, permanent, or early adopter account.  Please read &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=131&quot; target=&quot;_blank&quot;&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=21&quot; target=&quot;_blank&quot;&gt;How do I buy a paid account?&lt;/a&gt; to learn about the paid account benefits and how to buy a paid account.&lt;/div&gt;

&lt;p&gt;This tutorial describes a simple method for reversing the order of entries on your Recent Entries page, changing them from reverse-chronological to chronological, under Magazine, Punquin Elegant, or Tabular Indent. This will only reverse the order of entries on each page &amp;mdash; navigation will still work in reverse-chronological order. Additionally, this tutorial explains how to reverse the entries on your Friends page, changing them to the order in which they were posted to LiveJournal servers, in the same layouts. Similarly, the navigation will still work in the reverse order.&lt;/p&gt;

&lt;p&gt;This tutorial will replace the function RecentPage::print_body and/or FriendsPage::print_body. This new code will be placed in a theme layer. If you already have a theme layer for this layout, you can simply edit it. Otherwise, you need to create one as explained in the &lt;a href=&quot;http://www.livejournal.com/community/s2howto/25272.html&quot; target=&quot;_blank&quot;&gt;Theme Layer&lt;/a&gt; tutorial.&lt;/p&gt;

&lt;p&gt;You will need to copy the following code into your theme layer, making sure to include everything:&lt;/p&gt;

&lt;pre style=&quot;background-color:wheat&quot;&gt;function RecentPage::print_body() {
    foreach var Entry e (&lt;span style=&quot;background-color:orange&quot;&gt;reverse&lt;/span&gt; $.entries) {
&lt;div style=&quot;background-color:orange&quot;&gt;        if ($e.end_day) {
            $e.end_day = false;
            $e.new_day = true;
        } elseif ($e.new_day) {
            $e.new_day = false;
            $e.end_day = true;
        }&lt;/div&gt;
        $this-&amp;gt;print_entry($e);
    }
}&lt;/pre&gt;

&lt;p&gt;The code in orange changes the order of the entries.&lt;/p&gt; 

&lt;p&gt;The above code will change the order of the entries on your Recent Entries page &lt;b&gt;only&lt;/b&gt;. If you wish to have this effect on your Friends page (alone or together with your Recent Entries page), you will need to copy and paste the following code:&lt;/p&gt;

&lt;pre style=&quot;background-color:wheat&quot;&gt;function FriendsPage::print_body() {
    foreach var Entry e (&lt;span style=&quot;background-color:orange&quot;&gt;reverse&lt;/span&gt; $.entries) {
&lt;div style=&quot;background-color:orange&quot;&gt;        if ($e.end_day) {
            $e.end_day = false;
            $e.new_day = true;
        } elseif ($e.new_day) {
            $e.new_day = false;
            $e.end_day = true;
        }&lt;/div&gt;
        $this-&amp;gt;print_entry($e);
    }
}&lt;/pre&gt;

&lt;p&gt;Compile your layer, and it&apos;s ready to use. You will need to apply your theme layer via the &lt;a href=&quot;http://www.livejournal.com/customize/&quot; target=&quot;_blank&quot;&gt;Customize&lt;/a&gt; interface in order for your changes to take effect.&lt;/p&gt;

&lt;div style=&quot;background-color:darkgray;color:#000000&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Additional References&lt;/center&gt;
&lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=176&quot; target=&quot;_blank&quot;&gt;What are the different S2 layer types?&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.livejournal.com/community/s2howto/530.html&quot; target=&quot;_blank&quot;&gt;S2 View Types&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Originally written by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;skywhisperer&quot; lj:user=&quot;skywhisperer&quot; &gt;&lt;a href=&quot;https://skywhisperer.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://skywhisperer.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;skywhisperer&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; with elements borrowed from a previous tutorial by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;gamble&quot; lj:user=&quot;gamble&quot; &gt;&lt;a href=&quot;https://gamble.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://gamble.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;gamble&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;. Re-written by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;camomiletea&quot; lj:user=&quot;camomiletea&quot; &gt;&lt;a href=&quot;https://camomiletea.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://camomiletea.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;camomiletea&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;. Simplified and reworded in spots by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     &quot;  data-ljuser=&quot;pauamma&quot; lj:user=&quot;pauamma&quot; &gt;&lt;a href=&quot;https://pauamma.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://pauamma.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;pauamma&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</description>
  <category>entry order</category>
  <category>- tabular indent</category>
  <category>order of entries</category>
  <category>reversing entry order</category>
  <category>- punquin</category>
  <category>chronological order</category>
  <category>paid accounts only</category>
  <category>- magazine</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/52241.html</guid>
  <pubDate>Thu, 17 Jan 2008 05:24:34 GMT</pubDate>
  <title>[all accounts][expressive/mixit] Changing the Header Image</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/52241.html</link>
  <description>Most of the themes in the Expressive/Expressive Winter/Mixit family already feature header images.  This tutorial explains how users can replace these header images with his or her own using the Custom Stylesheet option.  Before beginning this customization, note that your image should be in a valid format (.jpg, .gif, .png, etc.) and hosted by a website that allows &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=130&quot; target=&quot;_blank&quot;&gt;remote loading&lt;/a&gt;.  For best results, your image should be 940 pixels wide, but the image height is not restricted.&lt;br /&gt;&lt;br /&gt;The Custom Stylesheet option can be found in the &lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; target=&quot;_blank&quot;&gt;Customize Journal Style&lt;/a&gt; area by clicking on the &quot;Custom CSS&quot; link in the left sidebar.  You will need to add the following code to the &quot;Custom Stylesheet&quot; field:&lt;br /&gt;&lt;br /&gt;&lt;pre style=&quot;background-color: wheat&quot;&gt;#header-inner { 
    background-image: url(&quot;&lt;span style=&quot;background-color:orange&quot;&gt;http://www.example.com/image.jpg&lt;/span&gt;&quot;);
	height: &lt;span style=&quot;background-color:yellow&quot;&gt;200&lt;/span&gt;px;
}


&lt;span style=&quot;background-color:lavender&quot;&gt;#header {
    background-image: none;
}&lt;/span&gt;
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;You will need to replace the URL address in &lt;span style=&quot;background-color:orange&quot;&gt;orange&lt;/span&gt; with the actual URL of your image. You will also need to replace the number &lt;span style=&quot;background-color:yellow&quot;&gt;200&lt;/span&gt; with the height of your image in pixels, plus any additional space you might want.  The code in &lt;span style=&quot;background-color:lavender&quot;&gt;blue&lt;/span&gt; is required for some themes to suppress the original header image.&lt;br /&gt;&lt;br /&gt;Depending on the &quot;base&quot; theme of your journal, you may need to add additional codes to prevent additional images from displaying.  If you are using a style based on one of these themes, add the lines appropriate to your theme.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Bunnylicious, Weston, Cherry Blossom, Clouds&lt;/strong&gt;&lt;br /&gt;&lt;pre style=&quot;background-color: wheat&quot;&gt;#header-content { 
     background-image: none; 
}&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Fleur&lt;/strong&gt;&lt;br /&gt;&lt;pre style=&quot;background-color: wheat&quot;&gt;#header-content-inner { 
     background-image: none; 
}&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Bloom, Playful Robots, Poe&lt;/strong&gt;&lt;br /&gt;&lt;pre style=&quot;background-color: wheat&quot;&gt;.layout-&lt;span style=&quot;background-color: orange&quot;&gt;tw&lt;/span&gt; #header { 
     background-image: none; 
}&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;For these themes, replace the &lt;span style=&quot;background-color: orange&quot;&gt;orange&lt;/span&gt; text according to your column layout:&lt;br /&gt;Two-column, sidebar on left: &lt;code&gt;tw&lt;/code&gt;&lt;br /&gt;Two-column, sidebar on right: &lt;code&gt;wt&lt;/code&gt;&lt;br /&gt;Three-column, content in middle: &lt;code&gt;twt&lt;/code&gt;&lt;br /&gt;Three-column, sidebars on right: &lt;code&gt;wtt&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Click the &quot;Save Changes&quot; button at the bottom of the page to apply the customizations to your journal.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;background-color:darkgray;color:#000000&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Additional References&lt;/center&gt;&lt;br /&gt;&lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=130&quot; target=&quot;_blank&quot;&gt;Why are my images not displaying? What is remote loading?&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Contributed by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;av8rmike&quot; lj:user=&quot;av8rmike&quot; &gt;&lt;a href=&quot;https://av8rmike.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://av8rmike.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;av8rmike&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.</description>
  <category>- mixit</category>
  <category>header image</category>
  <category>- expressive</category>
  <category>free accounts</category>
  <category>all accounts</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/52189.html</guid>
  <pubDate>Sat, 15 Dec 2007 01:14:51 GMT</pubDate>
  <title>[paidaccount] Using print_custom_head()</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/52189.html</link>
  <description>&lt;div style=&quot;background-color:#ff0000;color:#ffffff&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Paid Accounts Only&lt;/center&gt;The following tutorial requires creating and editing a custom style, which in turn requires a paid, permanent, or early adopter account.  Please read &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=131&quot; target=&quot;_blank&quot;&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=21&quot; target=&quot;_blank&quot;&gt;How do I buy a paid account?&lt;/a&gt; to learn about the paid account benefits and how to buy a paid account.&lt;/div&gt;

&lt;p&gt;Cascading Style Sheets (CSS) allow you to change a lot of things in your journal. All of the system layouts support the ability to enter your &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=171&quot; target=&quot;_blank&quot;&gt;custom CSS&lt;/a&gt;. However, if you are using a custom layout that doesn&apos;t have such an option, or if you would like to use different CSS on different page views, you can use print_custom_head() method in a custom &lt;a href=&quot;http://www.livejournal.com/community/s2howto/25272.html&quot; target=&quot;_blank&quot;&gt;theme layer&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The print_custom_head() method allows you to enter custom content into the &amp;lt;head&amp;gt; section of your journal, which can also be used to change &lt;a href=&quot;http://community.livejournal.com/s2howto/4398.html&quot; target=&quot;_blank&quot;&gt;the browser title&lt;/a&gt; or &lt;a href=&quot;http://community.livejournal.com/s2howto/31355.html&quot; target=&quot;_blank&quot;&gt;favicon&lt;/a&gt; for your journal, or add &amp;lt;meta&amp;gt; tags. Furthermore, you can choose to have different &amp;lt;head&amp;gt; content depending on the view of your journal (recent entries, friends page, calendar, etc.).&lt;/p&gt;

&lt;p&gt;Note that the only HTML elements that can be used in print_custom_head() are those elements that are valid in the head of a HTML document. This is limited to &amp;lt;title&amp;gt;, &amp;lt;base&amp;gt;, &amp;lt;style&amp;gt;, &amp;lt;link&amp;gt;, and &amp;lt;meta&amp;gt;. All other elements are stripped.&lt;/p&gt;

&lt;p&gt;The basic usage format of the print_custom_head() method is as follows:&lt;/p&gt;

&lt;pre style=&quot;background-color: wheat; color: black&quot;&gt;function &lt;span style=&quot;background-color:palegreen; color: black&quot;&gt;Page&lt;/span&gt;::print_custom_head() {
&quot;&quot;&quot;
&lt;span style=&quot;background-color: orange; color: black&quot;&gt;Your desired HTML elements&lt;/span&gt;
&quot;&quot;&quot;;
}&lt;/pre&gt;

&lt;p&gt;You will need to replace &lt;span style=&quot;background-color: orange; color: black&quot;&gt;Your desired HTML elements&lt;/span&gt; with the actual HTML. For example, the following code will add a &amp;lt;meta&amp;gt; tag of the type required by Google for site ownership verification, and change the font to a 14 point Times New Roman font:&lt;/p&gt;

&lt;pre style=&quot;background-color: wheat; color: black&quot;&gt;function &lt;span style=&quot;background-color:palegreen; color: black&quot;&gt;Page&lt;/span&gt;::print_custom_head() {
&quot;&quot;&quot;
&lt;div style=&quot;background-color:orange;color:black&quot;&gt;&amp;lt;meta name=&quot;verify-v1&quot; content=&quot;&lt;i&gt;unique-string&lt;/i&gt;&quot;&amp;gt;

&amp;lt;style type=&quot;text/css&quot;&amp;gt;
p, td, body {
font: 14pt Times New Roman, sans-serif;
}
&amp;lt;/style&amp;gt;
&lt;/div&gt;
&quot;&quot;&quot;;
}&lt;/pre&gt;

&lt;p&gt;If you wish the code to be applied only to a particular page view, you can also replace &lt;span style=&quot;background-color:palegreen; color: black&quot;&gt;Page&lt;/span&gt; with the appropriate &lt;a href=&quot;http://community.livejournal.com/s2howto/530.html&quot; target=&quot;_blank&quot;&gt;child class&lt;/a&gt; (e.g. RecentPage, FriendsPage, YearPage, etc.).&lt;/p&gt;

&lt;p&gt;The specific function that you define such as &lt;code&gt;function Page::print_custom_head()&lt;/code&gt; can be used only once in your custom layer, however you can combine several elements into the same function as illustrated above and in a &lt;a href=&quot;http://www.livejournal.com/community/s2howto/1927.html&quot; target=&quot;_blank&quot;&gt;separate tutorial&lt;/a&gt;.&lt;/p&gt;

&lt;div style=&quot;background-color:darkgray;color:#000000&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Additional References&lt;/center&gt;
&lt;a href=&quot;http://community.livejournal.com/s2howto/25272.html&quot; target=&quot;_blank&quot;&gt;Creating and Using a Theme Layer&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/css/&quot; target=&quot;_blank&quot;&gt;W3 school&apos;s CSS tutorial&lt;/a&gt;
&lt;/div&gt;</description>
  <category>* basic tutorials</category>
  <category>paid accounts only</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/51942.html</guid>
  <pubDate>Fri, 09 Nov 2007 04:17:54 GMT</pubDate>
  <title>[paidaccount] Adding time zone support to custom layouts</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/51942.html</link>
  <description>&lt;div style=&quot;background-color:#ff0000;color:#ffffff&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Paid Accounts Only&lt;/center&gt;The following tutorial requires creating and editing a custom style, which in turn requires a paid, permanent, or early adopter account.  Please read &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=131&quot; target=&quot;_blank&quot;&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=21&quot; target=&quot;_blank&quot;&gt;How do I buy a paid account?&lt;/a&gt; to learn about the paid account benefits and how to buy a paid account.&lt;/div&gt;

&lt;p&gt;The LiveJournal &lt;a href=&quot;http://www.livejournal.com/customize/advanced/layerbrowse.bml?id=1&quot; target=&quot;_blank&quot;&gt;core layer&lt;/a&gt; provides time_display() method that specifies the time zone to use for the comment times. All the system layouts use this method in order to display the comment times in your local time zone &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=156&amp;amp;view=full&quot; target=&quot;_blank&quot;&gt;if you have set one&lt;/a&gt;. If you are using a custom layout, however, you will need to modify its code, if the comments are shown in a different time zone.&lt;/p&gt;

&lt;p&gt;You will need to find the code of your custom layout that specifies the way the comments or more specifically the date and time of the comments are printed. Usually this code may be found in &lt;code&gt;EntryPage::print_comment(Comment c)&lt;/code&gt; or &lt;code&gt;EntryPage::print_comment_partial(Comment c)&lt;/code&gt; functions, but it may differ. You will need to modify the code to use the time_display() method like in the following line:&lt;/p&gt;

&lt;pre style=&quot;background-color: wheat;&quot;&gt;print $c-&amp;gt;time_display();&lt;/pre&gt;

&lt;p&gt;where &lt;code&gt;$c&lt;/code&gt; is the Comment class variable used in your layout.&lt;/p&gt;

&lt;p&gt;If you would like to specify different date and time formats, you can use another form of time_display() method, with the additional code in the parentheses. For example, the following code will change the date format to &quot;Tue, Feb. 5th (1980)&quot; and leave the time format default.&lt;/p&gt;

&lt;pre style=&quot;background-color: wheat;&quot;&gt;print $c-&amp;gt;time_display(&quot;%%da%%, %%mon%%. %%dayord%% (%%yyyy%%)&quot;, &quot;&quot;);&lt;/pre&gt;

&lt;p&gt;Please see &lt;a href=&quot;http://community.livejournal.com/s2howto/47668.html&quot; target=&quot;_blank&quot;&gt;the Date and Time Formats tutorial&lt;/a&gt; for further details.&lt;/p&gt;

&lt;p&gt;Contributed by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;camomiletea&quot; lj:user=&quot;camomiletea&quot; &gt;&lt;a href=&quot;https://camomiletea.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://camomiletea.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;camomiletea&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</description>
  <category>timezone support</category>
  <category>paid accounts only</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/51499.html</guid>
  <pubDate>Sun, 24 Jun 2007 04:32:39 GMT</pubDate>
  <title>[all] Adding a Header Image &amp;mdash; Overview</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/51499.html</link>
  <description>&lt;p&gt;This tutorial provides information on adding a header image in S2.  The exact method of doing so &amp;mdash; a layout-specific setting, custom CSS, or a combination of the two &amp;mdash; depends on the particular layout.  All customizations will be made through the &lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; target=&quot;_blank&quot;&gt;Custom Options&lt;/a&gt; page.&lt;/p&gt;

&lt;p&gt;Layouts that specifically support header images are listed &lt;a href=&quot;http://community.livejournal.com/s2howto/46400.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.  The header option can usually be found under either &quot;Presentation&quot; or &quot;Images&quot; section.  You will need to enter a height (such as &quot;300px&quot;) as well as the URL address of the header image.&lt;/p&gt;

&lt;p&gt;For other layouts, the easiest way to have a header image is to add it as a background image, specify the background image properties so that it appears at the top of the journal and does not repeat, and then shift the journal contents down so they start below the image.  Layouts that support both adding a background image and specifying the image properties are listed &lt;a href=&quot;http://community.livejournal.com/s2howto/16177.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.  Layouts that support adding a top margin, which will shift the journal down, are listed &lt;a href=&quot;http://community.livejournal.com/s2howto/49378.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For layouts that do not offer some or all of the above customization options, you can use CSS to &lt;a href=&quot;http://community.livejournal.com/s2howto/4969.html&quot; target=&quot;_blank&quot;&gt;add a background image&lt;/a&gt; and &lt;a href=&quot;http://community.livejournal.com/s2howto/4736.html&quot; target=&quot;_blank&quot;&gt;shift the journal down&lt;/a&gt;.  CSS can be added in the &quot;Custom CSS&quot; section of the Custom Options page.&lt;/p&gt;

&lt;p&gt;More tutorials for adding a header image can be found under the &lt;a href=&quot;http://community.livejournal.com/s2howto/tag/header image&quot; target=&quot;_blank&quot;&gt;&apos;header image&apos;&lt;/a&gt; tag of this community.&lt;/p&gt;

&lt;div style=&quot;background-color:darkgray;color:#000000&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Additional References&lt;/center&gt;

&lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=170&quot; target=&quot;_blank&quot;&gt;How do I customize my journal using S2?&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=130&quot; target=&quot;_blank&quot;&gt;Why are my images not displaying? What is remote loading?&lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Contributed by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;isabeau&quot; lj:user=&quot;isabeau&quot; &gt;&lt;a href=&quot;https://isabeau.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://isabeau.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;isabeau&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</description>
  <category>header image</category>
  <category>- all styles</category>
  <category>free accounts</category>
  <category>all accounts</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/51239.html</guid>
  <pubDate>Sat, 17 Feb 2007 01:53:35 GMT</pubDate>
  <title>[paid accounts only] [Cuteness Attack] Adding Usericons to the Recent View</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/51239.html</link>
  <description>&lt;div style=&quot;background-color:#ff0000;color:#ffffff&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Paid Accounts Only&lt;/center&gt;The following tutorial requires creating and editing a custom style, which in turn requires a paid, permanent, or early adopter account.  Please read &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=131&quot; target=&quot;_blank&quot;&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=21&quot; target=&quot;_blank&quot;&gt;How do I buy a paid account?&lt;/a&gt; to learn about the paid account benefits and how to buy a paid account.&lt;/div&gt;

&lt;p&gt;Usericons are disabled by default on the Recent Entries view of Cuteness Attack, so this tutorial covers how to enable them. It will override the &lt;code&gt;print_entry&lt;/code&gt; function. This requires the creation of a theme layer. If you already have a theme layer, you will need to edit it and add the code below. If you do not have a theme layer, you will need to create one by following the instructions in the &lt;a href=&quot;http://www.livejournal.com/community/s2howto/25272.html&quot; target=&quot;_blank&quot;&gt;Theme Layer&lt;/a&gt; tutorial.&lt;/p&gt;

&lt;p&gt;Copy and paste the following code into your theme layer if you do not already have the &lt;code&gt;print_entry&lt;/code&gt; code in your theme layer. If you already have this in your theme layer (for example, if you have already customised an aspect of how journal entries are printed using this function) then ignore this step.&lt;/p&gt;

&lt;pre style=&quot;background-color: #f5deb3; color: #000000;&quot;&gt;# -------------------------------
# display an entry (all views )
# -------------------------------
function print_entry ( Page p, Entry e )
{
        # get date/time
        var string datetime;
        $datetime = $e.time-&amp;gt;date_format($*date_format) + &quot; | &quot; + $e.time-&amp;gt;time_format($*time_format);

        # get metadata
        var string metadata;
        if ( $e.metadata ) {
                foreach var string k ( $e.metadata ) {
                        var string text = $k;
                        var string val = $e.metadata{$k};
                        if ( $k == &quot;mood&quot; ) {
                                $text = $*text_meta_mood;
                        } elseif ( $k == &quot;music&quot; ) {
                                $text = $*text_meta_music;
                        } elseif ( $k == &quot;location&quot; ) {
                                $text = $*text_meta_location;
                        }
                        if ( $k == &quot;mood&quot; and defined $e.mood_icon ) {
                                var Image i = $e.mood_icon;
                                $val = &quot;&amp;lt;img src=\&quot;$i.url\&quot; width=\&quot;$i.width\&quot; height=\&quot;$i.height\&quot; align=\&quot;absmiddle\&quot; alt=\&quot;$val\&quot; /&amp;gt; $val&quot;;
                        }
                        $metadata = &quot;$metadata\n&amp;lt;b&amp;gt;$text:&amp;lt;/b&amp;gt; $val&amp;lt;br /&amp;gt;&quot;;
                }
        }

        # get any extra user info (if posting to community, etc)
        var string poster = &quot;&quot;;
        var string userpic = &quot;&quot;;
        if ( $p.view == &quot;friends&quot; or $p.journal_type == &quot;C&quot; or $e.poster.username != $e.journal.username ) {
                if ( $e.poster.username != $e.journal.username ) {
                        $poster = &quot;&amp;lt;a class=\&quot;user\&quot; href=\&quot;&quot; + $e.poster-&amp;gt;base_url() + &quot;\&quot; title=\&quot;$e.poster.username\&quot;&amp;gt;$e.poster.username&amp;lt;/a&amp;gt; in &amp;lt;a class=\&quot;comm\&quot; href=\&quot;&quot; + $e.journal-&amp;gt;base_url() + &quot;\&quot; title=\&quot;$e.journal.username\&quot; &amp;gt;$e.journal.username&amp;lt;/a&amp;gt;&quot;;
                } else {
                        $poster =  &quot;&amp;lt;a class=\&quot;user\&quot; href=\&quot;&quot; + $e.poster-&amp;gt;base_url() + &quot;\&quot; title=\&quot;$e.poster.username\&quot;&amp;gt;$e.poster.username&amp;lt;/a&amp;gt;&quot;;
                }
&lt;span style=&quot;background-color: #87cefa; color: #000000;&quot;&gt;                $poster = &quot;&amp;lt;b&amp;gt;posted by:&amp;lt;/b&amp;gt; $poster&quot;;&lt;/span&gt;
                if ( defined $e.userpic ) {
                        $userpic = &quot;&amp;lt;h3 class=\&quot;userpic\&quot;&amp;gt;&amp;lt;img border=\&quot;0\&quot; src=\&quot;$e.userpic.url\&quot; width=\&quot;$e.userpic.width\&quot; height=\&quot;$e.userpic.height\&quot; alt=\&quot;$e.journal.username\&quot; /&amp;gt;&amp;lt;/h3&amp;gt;&quot;;
                }
&lt;span style=&quot;background-color: #ffa500; color: #000000;&quot;&gt;        }&lt;/span&gt;
        # print the entry now:
        print &quot;&amp;lt;div id=\&quot;entry_$e.itemid\&quot; class=\&quot;ind-entry\&quot;&amp;gt;&quot;;

                # print icon (if needed)
                if ( $userpic != &quot;&quot; ) {
                        print &quot;$userpic&quot;;       
                }

                print &quot;&amp;lt;h2&amp;gt;&quot;;
                if ( $e.security != &quot;&quot; ) {
                        $e.security_icon-&amp;gt;print();
                        print &quot; &quot;;
                }
                if ( $e.subject == &quot;&quot; ) {
                        print &quot;&amp;lt;i&amp;gt;$*text_nosubject&amp;lt;/i&amp;gt;&quot;;
                } else {
                        print &quot;$e.subject&quot;;
                }
                print &quot;&amp;lt;/h2&amp;gt;&quot;;

                print &quot;&amp;lt;h4&amp;gt;&quot;;
                if ( $p.view == &quot;entry&quot; and $*show_entrynav_icons ) {
                        var string item_link = &quot;&quot;;
                        foreach var string key ([&quot;nav_prev&quot;,&quot;nav_next&quot;]) {
                                var Link link = $e-&amp;gt;get_link($key);
                                if ( $link ) { 
                                        if ( $key == &quot;nav_prev&quot; ) {
                                                $item_link = $item_link + &quot;&amp;lt;a href=\&quot;$link.url\&quot; title=\&quot;&quot; + $link.caption-&amp;gt;lower() + &quot;\&quot;&amp;gt;&amp;laquo; &quot; + $link.caption-&amp;gt;lower() + &quot;&amp;lt;/a&amp;gt; | &quot;;
                                        } elseif ( $key == &quot;nav_next&quot; ) {
                                                $item_link = $item_link + &quot;&amp;lt;a href=\&quot;$link.url\&quot; title=\&quot;&quot; + $link.caption-&amp;gt;lower() + &quot;\&quot;&amp;gt;&quot; + $link.caption-&amp;gt;lower() + &quot; &amp;raquo;&amp;lt;/a&amp;gt;&quot;;
                                        }
                                }
                        }
                        print $item_link;
                        print &quot;&amp;lt;br /&amp;gt;&quot;;
                }
                print &quot;&amp;lt;b&amp;gt;$datetime&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&quot;;
                print &quot;$metadata&quot;;
                if ( $poster != &quot;&quot; ) {
                        print &quot;$poster&quot;;        
                }
                print &quot;&amp;lt;/h4&amp;gt;&quot;;

                print &quot;&amp;lt;div class=\&quot;entry-item\&quot;&amp;gt;&quot;;
                $e-&amp;gt;print_text();
                print &quot;&amp;lt;/div&amp;gt;\n&quot;;

                print &quot;&amp;lt;h4&amp;gt;&quot;;
                print safe get_permalink($e.permalink_url);
                if ( $p.view != &quot;entry&quot; and $p.view != &quot;reply&quot; ) {
                        print &quot; | &quot;;
                        $e.comments-&amp;gt;print();
                } elseif ( $e.comments.enabled ) {
                        print &quot; | &quot;;
                        $e.comments-&amp;gt;print_postlink();
                }
                var Link tmp;
                if ( viewer_is_owner() and $p.view != &quot;friends&quot; ) {
                        $tmp = $e-&amp;gt;get_link(&quot;edit_entry&quot;);
                        print &quot; | &amp;lt;a href=\&quot;$tmp.url\&quot; title=\&quot;$tmp.caption\&quot;&amp;gt;$tmp.caption&amp;lt;/a&amp;gt;&quot;;
                }
                $tmp = $e-&amp;gt;get_link(&quot;mem_add&quot;);
                print &quot; | &amp;lt;a href=\&quot;$tmp.url\&quot; title=\&quot;$tmp.caption\&quot;&amp;gt;$tmp.caption&amp;lt;/a&amp;gt;&quot;;
                print &quot;&amp;lt;/h4&amp;gt;&quot;;
        print &quot;&amp;lt;/div&amp;gt;&quot;;
        print &quot;&amp;lt;hr /&amp;gt;&quot;;
}&lt;/pre&gt;

&lt;p&gt;Now, locate the &lt;code&gt;}&lt;/code&gt; highlighted in orange, and cut and paste it at the end of the line in blue. That line will now read as follows:&lt;/p&gt;

&lt;pre style=&quot;background-color: #f5deb3; color: #000000;&quot;&gt;                $poster = &quot;&amp;lt;b&amp;gt;posted by:&amp;lt;/b&amp;gt; $poster&quot;; } &lt;/pre&gt;

&lt;p&gt;Ordinarily, this style checks to see if a journal is not on the Recent view, and if this is true, it prints a userpic and &quot;posted by: &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;exampleusername&quot; lj:user=&quot;exampleusername&quot; &gt;&lt;a href=&quot;https://exampleusername.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://exampleusername.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;exampleusername&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;. This amendment means that the style still checks that it is not the Recent view in order to display &quot;posted by: &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;exampleusername&quot; lj:user=&quot;exampleusername&quot; &gt;&lt;a href=&quot;https://exampleusername.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://exampleusername.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;exampleusername&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;, but displays the userpic regardless of the view.&lt;/p&gt;

&lt;p&gt;Compile your layer, and it&apos;s ready to use. You will need to apply your theme layer via the &lt;a href=&quot;http://www.livejournal.com/customize/&quot; target=&quot;_blank&quot;&gt;Customize&lt;/a&gt; interface in order for your changes to take effect.&lt;/p&gt;

&lt;center&gt;&lt;table cellpadding=&quot;2&quot; border=&quot;0&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;text-align: left; background: #a9a9a9;&quot; valign=&quot;top&quot; width=&quot;30%&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Additional References:&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;text-align: left; background: #a9a9a9;&quot;&gt;&lt;li&gt;&lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=176&quot; target=&quot;_blank&quot;&gt;What are the different S2 layer types?&lt;/a&gt;&lt;/li&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;

&lt;p style=&quot;font-size: smaller;&quot;&gt;Contributed by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;dandelion&quot; lj:user=&quot;dandelion&quot; &gt;&lt;a href=&quot;https://dandelion.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://dandelion.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;dandelion&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</description>
  <category>userpics on recent entries</category>
  <category>adding userpics</category>
  <category>userpics</category>
  <category>paid accounts only</category>
  <category>- cuteness attack</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/51184.html</guid>
  <pubDate>Sun, 14 Jan 2007 20:10:18 GMT</pubDate>
  <title>[paid accounts only] [haven] Adding a tag cloud to the sidebar</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/51184.html</link>
  <description>&lt;div style=&quot;background-color:#ff0000;color:#ffffff&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Paid Accounts Only&lt;/center&gt;
The following tutorial requires creating and editing a custom style, which in turn requires a paid, permanent, or early adopter account.  Please read &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=131&quot; target=&quot;_blank&quot;&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=21&quot; target=&quot;_blank&quot;&gt;How do I buy a paid account?&lt;/a&gt; to learn about the paid account benefits and how to buy a paid account.&lt;/div&gt;

&lt;p&gt;This tutorial will explain how to add a tag cloud to the sidebar in the Haven layout. The code will need to be placed into a theme layer, as it will override the function print_sidebar(). If you already have a theme layer, you will need to edit it and add the code below. If you do not have a theme layer, you will need to create one by following the instructions in the &lt;a href=&quot;http://community.livejournal.com/s2howto/25272.html&quot; target=&quot;_blank&quot;&gt;Theme Layer&lt;/a&gt; tutorial.&lt;/p&gt;

&lt;p&gt;A tag cloud is a list of your tags, where the size of the font is proportional to the number of times the tag has been used. In the Haven layout, you can add a tag cloud into an extra sidebar box using the code below. The parts highlighted in green are the minimum and maximum font sizes in pixels to use for the cloud and these can be changed as you wish. For information on changing the order of the sidebar boxes, or for creating new sidebar boxes, you can follow this &lt;a href=&quot;http://community.livejournal.com/s2howto/26322.html&quot; target=&quot;_blank&quot;&gt;tutorial&lt;/a&gt;. Note that if your theme layer already has function print_sidebar(), you will need to modify it to include the code highlighted in orange. Otherwise, copy and paste the following code into the layer, making sure to include everything:&lt;/p&gt;

&lt;div style=&quot;background-color:#f5deb3;color:#000000&quot;&gt;&lt;pre&gt;function print_sidebar()
{
    print_sidebar_userpic();
    print_sidebar_summary();
    print_sidebar_blurb();
    print_sidebar_linklist();
    print_sidebar_calendar();
    

&lt;div style=&quot;background-color:orange&quot;&gt;    &lt;span style=&quot;background-color: #00ff00; color: #000000;&quot;&gt;var int minSize = 12;&lt;/span&gt;
    &lt;span style=&quot;background-color: #00ff00; color: #000000;&quot;&gt;var int maxSize = 24;&lt;/span&gt;

    var Page p = get_page();

    var TagDetail[] visibletags = $p-&amp;gt;visible_tag_list();
    if (size($visibletags) != 0 &lt;span style=&quot;background-color: #ffff00; color: #000000;&quot;&gt;and $p.view != &quot;friends&quot;&lt;/span&gt;)
    {
	var string taglist_title = &quot;&amp;lt;br /&amp;gt;&amp;lt;b&amp;gt;Tags:&amp;lt;/b&amp;gt;&quot;;
        var string taglist = &quot;&quot;;

	var int count = 1;
	foreach var TagDetail t ($visibletags)
	{
	    if ($t.use_count &amp;gt; $count) { $count = $t.use_count; }
	}

	foreach var TagDetail t ($visibletags)
        {
	    var int tagSize = $minSize;
	    if ($t.use_count &amp;gt; 1)
	    {
		$tagSize = (($maxSize-$minSize)*$t.use_count)/$count + $minSize;
            }

            $taglist = $taglist + &quot;&quot;&quot;&amp;lt;a href=&quot;$t.url&quot; style=&quot;font-size: &quot;&quot;&quot; + $tagSize + &quot;&quot;&quot;px;&quot;&amp;gt;$t.name&amp;lt;/a&amp;gt; &quot;&quot;&quot;;	    
        }

	print_sidebar_box($taglist_title, $taglist);
    }&lt;/div&gt;
}&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;This code will add a tag cloud to the sidebar in all journal views except the friends view. If you would like to see your tag list also on your friends page, remove the text highlighted in yellow.&lt;/p&gt;

&lt;p&gt;Compile your layer, and it&apos;s ready to use. You will need to apply your theme layer via the &lt;a href=&quot;http://www.livejournal.com/customize/&quot; target=&quot;_blank&quot;&gt;Customize&lt;/a&gt; interface in order for your changes to take effect.&lt;/p&gt;

&lt;div style=&quot;background-color:darkgray;color:rgb(0, 0, 0)&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Additional References&lt;/center&gt;&lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=176&quot; target=&quot;_blank&quot;&gt;What are the different S2 layer types?&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Contributed by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;scaryjeff&quot; lj:user=&quot;scaryjeff&quot; &gt;&lt;a href=&quot;https://scaryjeff.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://scaryjeff.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;scaryjeff&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;, based on tutorials by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;camomiletea&quot; lj:user=&quot;camomiletea&quot; &gt;&lt;a href=&quot;https://camomiletea.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://camomiletea.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;camomiletea&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; and &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;tell_me&quot; lj:user=&quot;tell_me&quot; &gt;&lt;a href=&quot;https://tell-me.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://tell-me.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;tell_me&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</description>
  <category>- haven</category>
  <category>paid accounts only</category>
  <category>tag cloud</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/50544.html</guid>
  <pubDate>Wed, 27 Sep 2006 16:57:52 GMT</pubDate>
  <title>[s2 layouts by feature] Navigation strip colors</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/50544.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;All layouts include the ability to customize the colors and display of the navigation strip, which appears at the top of journal pages and includes many site navigation links. These options are explained further in &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=264&quot; target=&quot;_blank&quot;&gt;this FAQ&lt;/a&gt;.&lt;br /&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/29834.html&quot; target=&quot;_blank&quot;&gt;3 Column&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/29231.html&quot; target=&quot;_blank&quot;&gt;A Novel Conundrum&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6124.html&quot; target=&quot;_blank&quot;&gt;A Sturdy Gesture&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/47332.html&quot; target=&quot;_blank&quot;&gt;Bloggish/The Style Contest&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6372.html&quot; target=&quot;_blank&quot;&gt;Classic&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6600.html&quot; target=&quot;_blank&quot;&gt;Clean and Simple&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6804.html&quot; target=&quot;_blank&quot;&gt;Component&lt;/a&gt; &lt;em&gt;(Available to EA, Plus, Paid, and Permanent accounts)&lt;/em&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/29990.html&quot; target=&quot;_blank&quot;&gt;Cuteness Attack&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/36416.html&quot; target=&quot;_blank&quot;&gt;Dear Diary&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7047.html&quot; target=&quot;_blank&quot;&gt;Digital Multiplex (OSWD)&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48993.html&quot; target=&quot;_blank&quot;&gt;Disjointed&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/50424.html&quot; target=&quot;_blank&quot;&gt;Expressive/Expressive Winter/Mixit&lt;/a&gt; &lt;em&gt;(Available to EA, Plus, Paid, and Permanent accounts)&lt;/em&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/28606.html&quot; target=&quot;_blank&quot;&gt;Flexible Squares&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7251.html&quot; target=&quot;_blank&quot;&gt;Generator&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/37177.html&quot; target=&quot;_blank&quot;&gt;Gradient Strip&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7587.html&quot; target=&quot;_blank&quot;&gt;Haven&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7915.html&quot; target=&quot;_blank&quot;&gt;Magazine&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/53307.html&quot; target=&quot;_blank&quot;&gt;Minimalism&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/28979.html&quot; target=&quot;_blank&quot;&gt;Nebula&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8179.html&quot; target=&quot;_blank&quot;&gt;Notepad&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8274.html&quot; target=&quot;_blank&quot;&gt;Opal (Libra OSWD)&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8628.html&quot; target=&quot;_blank&quot;&gt;Punquin Elegant&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/40132.html&quot; target=&quot;_blank&quot;&gt;Quite Lickable&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48865.html&quot; target=&quot;_blank&quot;&gt;Refried Paper&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/40221.html&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8754.html&quot; target=&quot;_blank&quot;&gt;Tabular Indent&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/28819.html&quot; target=&quot;_blank&quot;&gt;Tranquility II&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8969.html&quot; target=&quot;_blank&quot;&gt;The Boxer&lt;/a&gt; &lt;em&gt;(Available to EA, Paid, and Permanent accounts)&lt;/em&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/9254.html&quot; target=&quot;_blank&quot;&gt;Unearthed&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/9551.html&quot; target=&quot;_blank&quot;&gt;Variable Flow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
  <category>$ list of features</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/50424.html</guid>
  <pubDate>Tue, 19 Sep 2006 03:06:07 GMT</pubDate>
  <title>[s2 features by layout] Expressive/Expressive Winter/Mixit</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/50424.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://www.livejournal.com/community/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://www.livejournal.com/community/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; | &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;s2expressive&quot; lj:user=&quot;s2expressive&quot; &gt;&lt;a href=&quot;https://s2expressive.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://s2expressive.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;s2expressive&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; ]&lt;br /&gt;&lt;br /&gt;This layout is available to Plus, Paid, Permanent, and Early Adopter account holders, although Plus accounts do not have access to all themes.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Sample images:&lt;/strong&gt;&lt;br /&gt;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/voxhtml/bloom-blue.png&quot; title=&quot;Bloom Blue (Default Expressive)&quot; alt=&quot;[preview]&quot; fetchpriority=&quot;high&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/voxseasonal/aurora.png&quot; title=&quot;Aurora (Default Winter)&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/ljhtml/poe.png&quot; title=&quot;Nevermore (Default Mixit)&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Configurable Options:&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Other Features:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10552.html&quot; target=&quot;_blank&quot;&gt;Changing Comment Link Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/40514.html&quot; target=&quot;_blank&quot;&gt;Custom CSS&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/18015.html&quot; target=&quot;_blank&quot;&gt;Customizable Sidebar Contents&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/12405.html&quot; target=&quot;_blank&quot;&gt;Disable Friends Userpics&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/13719.html&quot; target=&quot;_blank&quot;&gt;Free Text/Extra Sidebar Content&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/50544.html&quot; target=&quot;_blank&quot;&gt;Navigation Strip Colors&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15427.html&quot; target=&quot;_blank&quot;&gt;Number of Journal Entries on Page&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/38654.html&quot; target=&quot;_blank&quot;&gt;Order of months on year view&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/38233.html&quot; target=&quot;_blank&quot;&gt;Order of entries on day view&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/17646.html&quot; target=&quot;_blank&quot;&gt;Renaming Currents&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/41848.html&quot; target=&quot;_blank&quot;&gt;Replacement Stylesheet URL&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/17883.html&quot; target=&quot;_blank&quot;&gt;Shared Journal User Pictures&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/42068.html&quot; target=&quot;_blank&quot;&gt;Sidebar Position&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15767.html&quot; target=&quot;_blank&quot;&gt;Site Scheme Comment Pages&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/19425.html&quot; target=&quot;_blank&quot;&gt;Text to Replace Subject Line When Empty&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/13499.html&quot; target=&quot;_blank&quot;&gt;Friend Colors on Friends Page&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/14810.html&quot; target=&quot;_blank&quot;&gt;Link list&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/15033.html&quot; target=&quot;_blank&quot;&gt;Mini-calendar&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16550.html&quot; target=&quot;_blank&quot;&gt;Page Summaries&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/45552.html&quot; target=&quot;_blank&quot;&gt;Permanent Link to Entry&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/49779.html&quot; target=&quot;_blank&quot;&gt;Tag List in Sidebar&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/44983.html&quot; target=&quot;_blank&quot;&gt;Timezone Support&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/19777.html&quot; target=&quot;_blank&quot;&gt;Userpics on Recent Entries&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;* Features denoted with an asterisk are common to all layouts.</description>
  <category>$ list of layouts</category>
  <category>- expressive</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/50118.html</guid>
  <pubDate>Thu, 14 Sep 2006 23:37:07 GMT</pubDate>
  <title>Expressive Explained</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/50118.html</link>
  <description>&lt;h2&gt;&lt;b&gt;Expressive Explained&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;Here are some things that may be helpful to know if you want to customize Expressive.&lt;/p&gt;


&lt;br /&gt;&lt;h3&gt;&lt;strong&gt;Column Variations:&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Expressive has 4 different layout types to choose from:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;3 columns with entries on the left and 2 sidebars to the right&lt;/li&gt;
  &lt;li&gt;3 columns with entries in the middle and a sidebar on either side&lt;/li&gt;
  &lt;li&gt;2 columns with entries on the left and a sidebar on the right&lt;/li&gt;
  &lt;li&gt;2 columns with entries on the right and a sidebar on the left&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The entries column is named &lt;strong&gt;Alpha&lt;/strong&gt;. &lt;strong&gt;Beta&lt;/strong&gt; and &lt;strong&gt;Gamma &lt;/strong&gt;are the sidebars. You will find a variation of &lt;em&gt;layout-wtt &lt;/em&gt;in the HTML based on the layout type you have selected from the Customize wizard. This is a class that can be styled. &lt;strong&gt;W&lt;/strong&gt; stands for a wide column, and &lt;strong&gt;T&lt;/strong&gt; is for a thin column. This is the order the columns appear based on the selected layout type.
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;layout-wtt&lt;/strong&gt; &amp;ndash; Alpha Gamma Beta&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;layout-twt&lt;/strong&gt; &amp;ndash; Beta Alpha Gamma &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;layout-wt&lt;/strong&gt; &amp;ndash; Alpha Beta&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;layout-tw&lt;/strong&gt; &amp;ndash; Beta Alpha&lt;/li&gt;
&lt;/ul&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;


&lt;br /&gt;&lt;h3&gt;&lt;strong&gt;Stylesheet Structure:&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;These are stylesheets we pulled from Vox. They are the same as they are on Vox so that if something gets updated, we can replace the whole stylesheet rather than find and make each individual change on the LJ copy.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;base.css&lt;/strong&gt; &amp;ndash; resets styled elements to its default&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;default/screen.css&lt;/strong&gt; &amp;ndash; default styles across all themes&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;theme/screen.css&lt;/strong&gt; &amp;ndash; styles for theme&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;theme-variation/screen.css&lt;/strong&gt; &amp;ndash; images and color changes per theme variation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These are the stylesheets we added to override any styles set in the Vox stylesheets, and also to add in new classes that are specific to LJ:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;ljextras.css&lt;/strong&gt; &amp;ndash; things specific to LJ that aren&apos;t in Vox&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;theme.css&lt;/strong&gt; &amp;ndash; if a theme has something that needs to override any of the preceding stylesheets, this stylesheet may also show up&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you add custom CSS, it comes after all the other stylesheets.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;custom stylesheet url&lt;/li&gt;
  &lt;li&gt;custom CSS (from the custom CSS box)&lt;/li&gt;
&lt;/ul&gt;&lt;a name=&apos;cutid2-end&apos;&gt;&lt;/a&gt;

&lt;br /&gt;&lt;h3&gt;&lt;strong&gt;Customizing Stylesheet(s):&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;If you&apos;re making simple changes such as replacing a header with one of your own, or if you&apos;re just changing the background color, overriding the CSS in the theme-variation&apos;s stylesheet is the way to go.&lt;/p&gt;
&lt;p&gt;However, if you&apos;re creating a completely new layout, &amp;quot;starting from scratch&amp;quot; is recommended. Instead of starting off with a premade theme, select &amp;quot;(none)&amp;quot; from the themes drop-down menu and create your own stylesheet for your design. &lt;/p&gt;
&lt;p&gt;This is recommended since your layout won&apos;t have 4 variations (unless you want to make variations, which is cool too) and it would be unnecessary extra work to create a theme stylesheet and a variation stylesheet which overrides the main theme stylesheet&apos;s colors. There is also a lot of extra CSS in the theme stylesheets that you wouldn&apos;t need since you&apos;re creating a layout for LJ, not Vox. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://community.livejournal.com/s2expressive/13721.html&quot; target=&quot;_blank&quot;&gt;Here is an example of a theme stylesheet&lt;/a&gt; that you can use. It combines the theme stylesheet and the theme-variation stylesheets into one, and all the extra Vox stuff has been stripped out.&lt;/p&gt;&lt;a name=&apos;cutid3-end&apos;&gt;&lt;/a&gt;

&lt;br /&gt;&lt;h3&gt;&lt;strong&gt;But there are so many names! What&apos;s what and what&apos;s where?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Here are the main IDs and classes in Expressive, in the order they&apos;re nested within each other.&lt;br /&gt;
&lt;a href=&quot;http://pics.livejournal.com/chasethestars/pic/000g2exs&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://pics.livejournal.com/chasethestars/pic/000g2exs/s320x320&quot; fetchpriority=&quot;high&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Click to view full-size. (It&apos;s 1242x1289 and 88.88kb)&lt;/p&gt;&lt;a name=&apos;cutid4-end&apos;&gt;&lt;/a&gt;</description>
  <category>- expressive</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/49779.html</guid>
  <pubDate>Tue, 05 Sep 2006 22:59:53 GMT</pubDate>
  <title>[s2 layouts by feature] Tag List in Sidebar</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/49779.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/47332.html&quot; target=&quot;_blank&quot;&gt;Bloggish/The Style Contest&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6804.html&quot; target=&quot;_blank&quot;&gt;Component&lt;/a&gt; &lt;em&gt;(Available to EA, Plus, Paid, and Permanent accounts)&lt;/em&gt;&lt;/li&gt;
 &lt;li&gt;† &lt;a href=&quot;http://community.livejournal.com/s2howto/50424.html&quot; target=&quot;_blank&quot;&gt;Expressive/Expressive Winter/Mixit&lt;/a&gt; &lt;em&gt;(Available to EA, Plus, Paid, and Permanent accounts)&lt;/em&gt;&lt;/li&gt;
 &lt;li&gt;† &lt;a href=&quot;http://community.livejournal.com/s2howto/50424.html&quot; target=&quot;_blank&quot;&gt;Flexible Squares&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;† &lt;a href=&quot;http://community.livejournal.com/s2howto/53307.html&quot; target=&quot;_blank&quot;&gt;Minimalism&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/40221.html&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;† These layouts offer an option to display tags as a list or as a &quot;cloud&quot;, with text size proportional to number of uses.</description>
  <category>$ list of features</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/49606.html</guid>
  <pubDate>Tue, 25 Jul 2006 20:06:43 GMT</pubDate>
  <title>[all] Customizing Navigation Strip Colors</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/49606.html</link>
  <description>The &lt;a href=&quot;http://www.livejournal.com/manage/settings/&quot; target=&quot;_blank&quot;&gt;settings&lt;/a&gt; for the Navigation Strip allow you to choose dark grey (with light text), or light grey (with dark text).  However, these options don&apos;t always match the journal&apos;s style.  Luckily, it&apos;s possible to use CSS to change the background and text color for the navigation strip.&lt;br /&gt;&lt;br /&gt;There are four elements that are easily customizable: the background to the strip, which can be made transparent or, optionally, given a background color; the text color; the link color; and the border between the elements.  Users who are familiar with CSS can also make additional customizations as desired.&lt;br /&gt;&lt;br /&gt;To change the colors, you will need to access the &quot;Custom CSS&quot; section of the &lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; target=&quot;_blank&quot;&gt;Custom Options&lt;/a&gt; customization tab.  Enter the following CSS information into the &quot;custom stylesheet&quot; area of this section:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;background-color:#f5deb3;color:#000000&quot;&gt;/* background of entire strip */&lt;br /&gt;&lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip&apos;&gt;#lj_controlstrip&lt;/a&gt;&lt;br /&gt;{&lt;br /&gt;background-image: none;&lt;br /&gt;background-color: &lt;span style=&quot;background-color: #ffff00; color: #000000;&quot;&gt;&lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23FFFFFF&apos;&gt;#FFFFFF&lt;/a&gt;&lt;/span&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* text color */&lt;br /&gt;&lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip&apos;&gt;#lj_controlstrip&lt;/a&gt; td, &lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip_statustext&apos;&gt;#lj_controlstrip_statustext&lt;/a&gt;&lt;br /&gt;{&lt;br /&gt;color: &lt;span style=&quot;background-color: #ffa500; color: #000000;&quot;&gt;#000000&lt;/span&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* link color */&lt;br /&gt;&lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip&apos;&gt;#lj_controlstrip&lt;/a&gt; a&lt;br /&gt;{&lt;br /&gt;color: &lt;span style=&quot;background-color: #cc66ff; color: #000000;&quot;&gt;&lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%230000FF&apos;&gt;#0000FF&lt;/a&gt;&lt;/span&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* border between elements */&lt;br /&gt;&lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip_user&apos;&gt;#lj_controlstrip_user&lt;/a&gt;, &lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip_userlinks&apos;&gt;#lj_controlstrip_userlinks&lt;/a&gt;, &lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip_login&apos;&gt;#lj_controlstrip_login&lt;/a&gt;&lt;br /&gt;{&lt;br /&gt;border-right: &lt;span style=&quot;background-color: #87cefa; color: #000000;&quot;&gt;1px&lt;/span&gt;  &lt;span style=&quot;background-color: #ffff00; color: #000000;&quot;&gt;solid&lt;/span&gt; &lt;span style=&quot;background-color: #00ff66; color: #000000;&quot;&gt;#888888&lt;/span&gt;;&lt;br /&gt;}&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Change &lt;span style=&quot;background-color: #ffff00; color: #000000;&quot;&gt;&lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%23FFFFFF&apos;&gt;#FFFFFF&lt;/a&gt;&lt;/span&gt; to the color code for the background color you want; if you want it to be transparent, so that the background color and image for the page will show through, type the word &lt;b&gt;transparent&lt;/b&gt; instead of the color code.  Change &lt;span style=&quot;background-color: #ffa500; color: #000000;&quot;&gt;#000000&lt;/span&gt; to the color code you want for the text; change &lt;span style=&quot;background-color: #cc66ff; color: #000000;&quot;&gt;&lt;a href=&apos;https://www.livejournal.com/rsearch/?tags=%230000FF&apos;&gt;#0000FF&lt;/a&gt;&lt;/span&gt; to the color code you want for links.  For the border, change &lt;span style=&quot;background-color: #87cefa; color: #000000;&quot;&gt;1px&lt;/span&gt; to the desired width, &lt;span style=&quot;background-color: #ffff00; color: #000000;&quot;&gt;solid&lt;/span&gt; to the desired border style (select from: none, dotted, dashed, solid, double, groove, ridge, inset, outset), and &lt;span style=&quot;background-color: #00ff66; color: #000000;&quot;&gt;#888888&lt;/span&gt; to the desired color code.&lt;br /&gt;&lt;br /&gt;You can use the &lt;a href=&quot;http://www.livejournal.com/users/howto/28475.html&quot; target=&quot;_blank&quot;&gt;Color Hexadecimal Codes Chart&lt;/a&gt; to find the hexadecimal color code for your desired colors.&lt;br /&gt;&lt;br /&gt;Paid users who are using a custom layout may need to adapt this code into a print_custom_head() function instead.  If you already have a theme layer, you will need to edit it and add the code below.  If you do not have a theme layer, you will need to create one by following the instructions in the &lt;a href=&quot;http://www.livejournal.com/community/s2howto/25272.html&quot; target=&quot;_blank&quot;&gt;Theme Layer&lt;/a&gt; tutorial.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;background-color:#f5deb3;color:#000000&quot;&gt;function Page::print_custom_head() {&lt;br /&gt;&quot;&quot;&quot;&lt;br /&gt;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffff00; color: #000000;&quot;&gt;CSS information&lt;/span&gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&quot;&quot;&quot;;&lt;br /&gt;}&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Replace &lt;span style=&quot;background-color: #ffff00; color: #000000;&quot;&gt;CSS information&lt;/span&gt; with the code provided earlier in the tutorial.  Note that if you already have a print_custom_head function, you will need to &lt;a href=&quot;http://community.livejournal.com/s2howto/1927.html&quot; target=&quot;_blank&quot;&gt;merge&lt;/a&gt; the two functions together.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: smaller;&quot;&gt;Contributed by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;isabeau&quot; lj:user=&quot;isabeau&quot; &gt;&lt;a href=&quot;https://isabeau.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://isabeau.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;isabeau&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/span&gt;</description>
  <category>navigation strip</category>
  <category>free accounts</category>
  <category>all accounts</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/49378.html</guid>
  <pubDate>Sat, 15 Jul 2006 23:18:33 GMT</pubDate>
  <title>[s2 layouts by feature] Top Margin</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/49378.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;The layouts listed below allow you to specify a margin size on the top of the content area. You can use this feature to shift your journal contents down in order to display a header image at the top of your journal. This method is an alternate way to add a header image, if your layout does not provide an &lt;a href=&quot;http://community.livejournal.com/s2howto/46400.html&quot; target=&quot;_blank&quot;&gt;explicit option for one&lt;/a&gt;.&lt;br /&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6372.html&quot; target=&quot;_blank&quot;&gt;Classic&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6600.html&quot; target=&quot;_blank&quot;&gt;Clean and Simple&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48993.html&quot; target=&quot;_blank&quot;&gt;Disjointed&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7251.html&quot; target=&quot;_blank&quot;&gt;Generator&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8179.html&quot; target=&quot;_blank&quot;&gt;Notepad&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8628.html&quot; target=&quot;_blank&quot;&gt;Punquin Elegant&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48865.html&quot; target=&quot;_blank&quot;&gt;Refried Paper&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8754.html&quot; target=&quot;_blank&quot;&gt;Tabular Indent&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/9551.html&quot; target=&quot;_blank&quot;&gt;Variable Flow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
  <category>$ list of features</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/48993.html</guid>
  <pubDate>Thu, 13 Jul 2006 21:52:54 GMT</pubDate>
  <title>[s2 features by layout] Disjointed</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/48993.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Sample images:&lt;/strong&gt;&lt;br /&gt;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/disjointed/periwinkle.png&quot; title=&quot;Periwinkle (Default)&quot; alt=&quot;[preview]&quot; fetchpriority=&quot;high&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/disjointed/blackblu.png&quot; title=&quot;Blackblu&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/disjointed/greenhues.png&quot; title=&quot;Green Hues&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/disjointed/xcolibur.png&quot; title=&quot;XColibur&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Configurable Options:&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Other Features:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10210.html&quot; target=&quot;_blank&quot;&gt;Changing Borders&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10552.html&quot; target=&quot;_blank&quot;&gt;Changing Comment Link Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10426.html&quot; target=&quot;_blank&quot;&gt;Changing Date Format&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11056.html&quot; target=&quot;_blank&quot;&gt;Changing Navigation Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11464.html&quot; target=&quot;_blank&quot;&gt;Changing Page Alignment&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11711.html&quot; target=&quot;_blank&quot;&gt;Changing Page Width&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48596.html&quot; target=&quot;_blank&quot;&gt;Changing Time Format&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11810.html&quot; target=&quot;_blank&quot;&gt;Color Customization&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/47982.html&quot; target=&quot;_blank&quot;&gt;Counter Code&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/40514.html&quot; target=&quot;_blank&quot;&gt;Custom CSS&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/18015.html&quot; target=&quot;_blank&quot;&gt;Customizable Sidebar Contents&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/13284.html&quot; target=&quot;_blank&quot;&gt;Font Size Specification&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/12827.html&quot; target=&quot;_blank&quot;&gt;Font Specification&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/13719.html&quot; target=&quot;_blank&quot;&gt;Free Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/14319.html&quot; target=&quot;_blank&quot;&gt;Heading Text for Links&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/14492.html&quot; target=&quot;_blank&quot;&gt;Heading Text for Page Summaries&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/50544.html&quot; target=&quot;_blank&quot;&gt;Navigation Strip Colors&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15427.html&quot; target=&quot;_blank&quot;&gt;Number of Journal Entries on Page&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/38233.html&quot; target=&quot;_blank&quot;&gt;Order of Entries on Day View&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/53163.html&quot; target=&quot;_blank&quot;&gt;Order of Entries on Recent View&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16047.html&quot; target=&quot;_blank&quot;&gt;Page Background Image&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16177.html&quot; target=&quot;_blank&quot;&gt;Page Background Image Properties&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/17646.html&quot; target=&quot;_blank&quot;&gt;Renaming Currents&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/41848.html&quot; target=&quot;_blank&quot;&gt;Replacement Stylesheet URL&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/17883.html&quot; target=&quot;_blank&quot;&gt;Shared Journal User Pictures&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/42068.html&quot; target=&quot;_blank&quot;&gt;Sidebar Position&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15767.html&quot; target=&quot;_blank&quot;&gt;Site Scheme Comment Pages&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/49378.html&quot; target=&quot;_blank&quot;&gt;Top Margin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;ul&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/14810.html&quot; target=&quot;_blank&quot;&gt;Link List&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/15033.html&quot; target=&quot;_blank&quot;&gt;Mini-Calendar&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16550.html&quot; target=&quot;_blank&quot;&gt;Page Summaries&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/45552.html&quot; target=&quot;_blank&quot;&gt;Permanent Link to Entry&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/44983.html&quot; target=&quot;_blank&quot;&gt;Timezone Support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;* Features denoted with an asterisk are common to all layouts.</description>
  <category>- disjointed</category>
  <category>$ list of layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/48865.html</guid>
  <pubDate>Thu, 13 Jul 2006 21:31:46 GMT</pubDate>
  <title>[s2 features by layout] Refried Paper</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/48865.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Theme image:&lt;/strong&gt;&lt;br /&gt;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/refriedpaper/clean.png&quot; title=&quot;Clean (Default)&quot; alt=&quot;[preview]&quot; fetchpriority=&quot;high&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Configurable Options:&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Other Features:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10210.html&quot; target=&quot;_blank&quot;&gt;Changing Borders&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10552.html&quot; target=&quot;_blank&quot;&gt;Changing Comment Link Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10426.html&quot; target=&quot;_blank&quot;&gt;Changing Date Format&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11056.html&quot; target=&quot;_blank&quot;&gt;Changing Navigation Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11464.html&quot; target=&quot;_blank&quot;&gt;Changing Page Alignment&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11711.html&quot; target=&quot;_blank&quot;&gt;Changing Page Width&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48596.html&quot; target=&quot;_blank&quot;&gt;Changing Time Format&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11810.html&quot; target=&quot;_blank&quot;&gt;Color Customization&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/47982.html&quot; target=&quot;_blank&quot;&gt;Counter Code&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/40514.html&quot; target=&quot;_blank&quot;&gt;Custom CSS&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/18015.html&quot; target=&quot;_blank&quot;&gt;Customizable Sidebar Contents&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/12827.html&quot; target=&quot;_blank&quot;&gt;Font Specification&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/13719.html&quot; target=&quot;_blank&quot;&gt;Free Text/Extra Sidebar Content&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/14319.html&quot; target=&quot;_blank&quot;&gt;Leading Text for Links&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/14492.html&quot; target=&quot;_blank&quot;&gt;Leading Text for Page Summaries&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/50544.html&quot; target=&quot;_blank&quot;&gt;Navigation Strip colors&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15427.html&quot; target=&quot;_blank&quot;&gt;Number of Journal Entries on Page&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/38233.html&quot; target=&quot;_blank&quot;&gt;Order of Entries on Day View&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/53163.html&quot; target=&quot;_blank&quot;&gt;Order of Entries on Recent View&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16047.html&quot; target=&quot;_blank&quot;&gt;Page Background Image&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16177.html&quot; target=&quot;_blank&quot;&gt;Page Background Image Properties&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/17646.html&quot; target=&quot;_blank&quot;&gt;Renaming Currents&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/41848.html&quot; target=&quot;_blank&quot;&gt;Replacement Stylesheet URL&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/17883.html&quot; target=&quot;_blank&quot;&gt;Shared Journal User Pictures&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/42068.html&quot; target=&quot;_blank&quot;&gt;Sidebar Position&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15767.html&quot; target=&quot;_blank&quot;&gt;Site Scheme Comment Pages&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/49378.html&quot; target=&quot;_blank&quot;&gt;Top Margin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;ul&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/14810.html&quot; target=&quot;_blank&quot;&gt;Link List&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/15033.html&quot; target=&quot;_blank&quot;&gt;Mini-Calendar&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16550.html&quot; target=&quot;_blank&quot;&gt;Page Summaries&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/45552.html&quot; target=&quot;_blank&quot;&gt;Permanent Link to Entry&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/44983.html&quot; target=&quot;_blank&quot;&gt;Timezone Support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;* Features denoted with an asterisk are common to all layouts.</description>
  <category>- refried paper</category>
  <category>$ list of layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/48596.html</guid>
  <pubDate>Sat, 01 Jul 2006 03:22:39 GMT</pubDate>
  <title>[s2 layouts by feature] Changing Time Format</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/48596.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;The layouts listed below provide an option in the &lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; target=&quot;_blank&quot;&gt;Customize Journal Style page&lt;/a&gt; for you to change the way times are displayed. Some layouts provide a list of choices to select from, while others enable you to build your own time string from the system variables. A list of these variables can be found in &lt;a href=&quot;http://community.livejournal.com/s2howto/47668.html&quot; target=&quot;_blank&quot;&gt;this tutorial&lt;/a&gt;. For example, the time format string &lt;code&gt;%%HH%%:%%min%%&lt;/code&gt; will display the time as &quot;16:34&quot;. &lt;a href=&quot;http://community.livejournal.com/s2howto/10426.html&quot; target=&quot;_blank&quot;&gt;Here&lt;/a&gt; is a list of layouts in which you can change the date display format.&lt;br /&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6372.html&quot; target=&quot;_blank&quot;&gt;Classic&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6600.html&quot; target=&quot;_blank&quot;&gt;Clean and Simple&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/29990.html&quot; target=&quot;_blank&quot;&gt;Cuteness Attack&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48993.html&quot; target=&quot;_blank&quot;&gt;Disjointed&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7251.html&quot; target=&quot;_blank&quot;&gt;Generator&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/37177.html&quot; target=&quot;_blank&quot;&gt;Gradient Strip&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7915.html&quot; target=&quot;_blank&quot;&gt;Magazine&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/28979.html&quot; target=&quot;_blank&quot;&gt;Nebula&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8179.html&quot; target=&quot;_blank&quot;&gt;Notepad&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8628.html&quot; target=&quot;_blank&quot;&gt;Punquin Elegant&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48865.html&quot; target=&quot;_blank&quot;&gt;Refried Paper&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/40221.html&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8754.html&quot; target=&quot;_blank&quot;&gt;Tabular Indent&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/28819.html&quot; target=&quot;_blank&quot;&gt;Tranquility II&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
  <category>$ list of features</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/47982.html</guid>
  <pubDate>Sat, 01 Jul 2006 01:47:38 GMT</pubDate>
  <title>[s2 layouts by feature] Counter Code</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/47982.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;You can use this option to enter the URL of an external web counter to be displayed on your journal. If your layout is not on the list below, you may be able to add a counter through a &lt;a href=&quot;http://community.livejournal.com/s2howto/13719.html&quot; target=&quot;_blank&quot;&gt;free text box&lt;/a&gt;, provided it does not use &lt;a href=&quot;https://www.livejournal.com/support/faq/14.html&quot; target=&quot;_blank&quot;&gt;JavaScript or Flash&lt;/a&gt;.&lt;br /&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6372.html&quot; target=&quot;_blank&quot;&gt;Classic&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/6600.html&quot; target=&quot;_blank&quot;&gt;Clean and Simple&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48993.html&quot; target=&quot;_blank&quot;&gt;Disjointed&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7251.html&quot; target=&quot;_blank&quot;&gt;Generator&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/7915.html&quot; target=&quot;_blank&quot;&gt;Magazine&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8179.html&quot; target=&quot;_blank&quot;&gt;Notepad&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8628.html&quot; target=&quot;_blank&quot;&gt;Punquin Elegant&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/48865.html&quot; target=&quot;_blank&quot;&gt;Refried Paper&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/8754.html&quot; target=&quot;_blank&quot;&gt;Tabular Indent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
  <category>$ list of features</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/47668.html</guid>
  <pubDate>Tue, 20 Jun 2006 18:09:23 GMT</pubDate>
  <title>Date and Time Formats</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/47668.html</link>
  <description>Many layouts offer you the ability to change the way the &lt;a href=&quot;http://community.livejournal.com/s2howto/10426.html&quot; title=&quot;[s2 layouts by feature] Changing Date Format&quot; target=&quot;_blank&quot;&gt;date&lt;/a&gt; or the &lt;a href=&quot;http://community.livejournal.com/s2howto/48596.html&quot; title=&quot;[s2 layouts by feature] Changing Time Format&quot; target=&quot;_blank&quot;&gt;time&lt;/a&gt; is displayed in your layout; this option is available in the layout&apos;s customization wizard. &lt;br /&gt;&lt;br /&gt;In order to format the date and time the way you&apos;d like, you will need to use the variables described below. You can put these together in any order you want, with any other text you want, in order to display the date/time the way you&apos;d like it. None of these variables are required, so if you don&apos;t want to display any particular portion of the date/time, you can simply omit that variable.&lt;br /&gt;&lt;br /&gt;For example, if you use &quot;%%da%%, %%mon%%. %%dayord%% (%%yyyy%%)&quot;, the date will be displayed as &quot;Tue, Feb. 5th (1980)&quot;. Similarly, &quot;%%m%%/%%yyyy%%&quot; will appear as &quot;2/2006&quot;, and so on.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h1&gt;Time Formats&lt;/h1&gt;
&lt;strong&gt;Hour&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;%%H%%&lt;/dt&gt;&lt;dd&gt;Hour, 0-23.&lt;/dd&gt;
&lt;dt&gt;%%HH%%&lt;/dt&gt;&lt;dd&gt;Hour, 00-23.&lt;/dd&gt;
&lt;dt&gt;%%h%%&lt;/dt&gt;&lt;dd&gt;Hour, 1-12.&lt;/dd&gt;
&lt;dt&gt;%%hh%%&lt;/dt&gt;&lt;dd&gt;Hour, 01-12.&lt;/dd&gt;
&lt;/dl&gt;

&lt;strong&gt;Minute&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;%%min%%&lt;/dt&gt;&lt;dd&gt;Minute, 00-59.&lt;/dd&gt;
&lt;/dl&gt;

&lt;strong&gt;Seconds&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;%%sec%%&lt;/dt&gt;&lt;dd&gt;Second, 00-59.&lt;/dd&gt;
&lt;/dl&gt;

&lt;strong&gt;AM/PM&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;%%a%%&lt;/dt&gt;&lt;dd&gt;&quot;a&quot; for am, &quot;p&quot; for pm&lt;br&gt;You can use %%a%%m to form &quot;am&quot; or &quot;pm&quot;&lt;/dd&gt;
&lt;dt&gt;%%A%%&lt;/dt&gt;&lt;dd&gt;&quot;A&quot; for am, &quot;P&quot; for pm&lt;br&gt;You can use %%A%%M to form &quot;AM&quot; or &quot;PM&quot;&lt;/dd&gt;
&lt;/dl&gt;


&lt;h1&gt;Date Formats&lt;/h1&gt;

&lt;strong&gt;Day of Week&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;%%da%%&lt;/dt&gt;&lt;dd&gt;Short day of week, translated. (English: Sun, Mon, …)&lt;/dd&gt;
&lt;dt&gt;%%day%%&lt;/dt&gt;&lt;dd&gt;Long day of week, translated. (English: Sunday, Monday, …)&lt;/dd&gt;
&lt;/dl&gt;

&lt;strong&gt;Day&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;%%d%%&lt;/dt&gt;&lt;dd&gt;Day, 1-31.&lt;/dd&gt;
&lt;dt&gt;%%dd%%&lt;/dt&gt;&lt;dd&gt;Day, 01-31.&lt;/dd&gt;
&lt;dt&gt;%%dayord%%&lt;/dt&gt;&lt;dd&gt;Ordinal day of week, translated. (English: 1st, 2nd, 3rd, …)&lt;/dd&gt;
&lt;/dl&gt;

&lt;strong&gt;Month&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;%%m%%&lt;/dt&gt;&lt;dd&gt;Month, 1-12.&lt;/dd&gt;
&lt;dt&gt;%%mm%%&lt;/dt&gt;&lt;dd&gt;Month, 01-12.&lt;/dd&gt;
&lt;dt&gt;%%mon%%&lt;/dt&gt;&lt;dd&gt;Short month name, translated. (English: Jan, Feb, …)&lt;/dd&gt;
&lt;dt&gt;%%month%%&lt;/dt&gt;&lt;dd&gt;Long month name, translated. (English: January, February, …)&lt;/dd&gt;
&lt;/dl&gt;

&lt;strong&gt;Year&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;%%yy%%&lt;/dt&gt;&lt;dd&gt;Year, two digits.&lt;/dd&gt;
&lt;dt&gt;%%yyyy%%&lt;/dt&gt;&lt;dd&gt;Year, four digits.&lt;/dd&gt;
&lt;/dl&gt;&lt;br /&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;</description>
  <category>format date/time</category>
  <category>time</category>
  <category>date</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/47332.html</guid>
  <pubDate>Wed, 26 Apr 2006 10:25:50 GMT</pubDate>
  <title>[s2 features by layout] Bloggish/The Style Contest</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/47332.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; | &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;s2_bloggish&quot; lj:user=&quot;s2_bloggish&quot; &gt;&lt;a href=&quot;https://s2-bloggish.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://s2-bloggish.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;s2_bloggish&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Sample images:&lt;/strong&gt;&lt;br /&gt;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/sixhtml/powell-street.png&quot; title=&quot;Powell Street&quot; alt=&quot;[preview]&quot; fetchpriority=&quot;high&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/sixhtml/beckett.png&quot; title=&quot;Beckett&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/stylecontest/swimmingly.png&quot; title=&quot;Swimmingly&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&amp;nbsp;&lt;img src=&quot;https://l-stat.livejournal.com/img/customize/previews/stylecontest/the_late_show.png&quot; title=&quot;The Late Show&quot; alt=&quot;[preview]&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Configurable Options:&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Other Features:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/10552.html&quot; target=&quot;_blank&quot;&gt;Changing Comment Link Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/11056.html&quot; target=&quot;_blank&quot;&gt;Changing Navigation Text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/40514.html&quot; target=&quot;_blank&quot;&gt;Custom CSS&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/12405.html&quot; target=&quot;_blank&quot;&gt;Disable Friends Userpics&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/14319.html&quot; target=&quot;_blank&quot;&gt;Leading Text for Links List&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/50544.html&quot; target=&quot;_blank&quot;&gt;Navigation Strip Colors&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15427.html&quot; target=&quot;_blank&quot;&gt;Number of Journal Entries on Page&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/41848.html&quot; target=&quot;_blank&quot;&gt;Replacement Stylesheet URL&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/17883.html&quot; target=&quot;_blank&quot;&gt;Shared Journal User Pictures&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/42068.html&quot; target=&quot;_blank&quot;&gt;Sidebar Position&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/15767.html&quot; target=&quot;_blank&quot;&gt;Site Scheme Comment Pages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;ul&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/14810.html&quot; target=&quot;_blank&quot;&gt;Link List&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/15033.html&quot; target=&quot;_blank&quot;&gt;Mini-Calendar&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/16550.html&quot; target=&quot;_blank&quot;&gt;Page Summaries&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/45552.html&quot; target=&quot;_blank&quot;&gt;Permanent Link to Entry&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/49779.html&quot; target=&quot;_blank&quot;&gt;Tag List in Sidebar&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;* &lt;a href=&quot;http://community.livejournal.com/s2howto/44983.html&quot; target=&quot;_blank&quot;&gt;Timezone Support&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/19777.html&quot; target=&quot;_blank&quot;&gt;User Pictures on Recent Entries&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;* Features denoted with an asterisk are common to all layouts.</description>
  <category>$ list of layouts</category>
  <category>- bloggish</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/46400.html</guid>
  <pubDate>Mon, 24 Apr 2006 10:50:06 GMT</pubDate>
  <title>[s2 layouts by feature] Header Image</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/46400.html</link>
  <description>[ &lt;a href=&quot;https://www.livejournal.com/support/faq/171.html&quot; target=&quot;_blank&quot;&gt;Go Back&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5507.html&quot; target=&quot;_blank&quot;&gt;List of Layouts&lt;/a&gt; | &lt;a href=&quot;http://community.livejournal.com/s2howto/5740.html&quot; target=&quot;_blank&quot;&gt;List of Features&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;This option allows you to specify a URL for an external image to be displayed as a header at the top of your journal pages. The image must be uploaded to a webspace provider that allows &lt;a href=&quot;https://www.livejournal.com/support/faq/130.html&quot; target=&quot;_blank&quot;&gt;remote loading to LiveJournal&lt;/a&gt;. If your journal layout is not in the following list, you may be able to add a header image to your journal using one of the tutorials linked in &lt;a href=&quot;https://www.livejournal.com/support/faq/248.html&quot; target=&quot;_blank&quot;&gt;this FAQ&lt;/a&gt;.&lt;br /&gt;&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/29834.html&quot; target=&quot;_blank&quot;&gt;3 Column&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/40132.html&quot; target=&quot;_blank&quot;&gt;Quite Lickable&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://community.livejournal.com/s2howto/28979.html&quot; target=&quot;_blank&quot;&gt;Nebula&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
  <category>$ list of features</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://s2howto.livejournal.com/46128.html</guid>
  <pubDate>Wed, 12 Apr 2006 17:15:13 GMT</pubDate>
  <title>[paidaccount] [smooth sailing] Randomized User Pictures</title>
  <author>howto_user</author>
  <link>https://s2howto.livejournal.com/46128.html</link>
  <description>&lt;div style=&quot;background-color:#ff0000;color:#ffffff&quot;&gt;&lt;center style=&quot;font-weight: bold;&quot;&gt;Paid Accounts Only&lt;/center&gt;The following tutorial requires creating and editing a custom style, which in turn requires a paid, permanent, or early adopter account. Please read &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=131&quot; target=&quot;_blank&quot;&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=21&quot; target=&quot;_blank&quot;&gt;How do I buy a paid account?&lt;/a&gt; to learn about the paid account benefits and how to buy a paid account.&lt;/div&gt;

&lt;p&gt;This tutorial explains how to randomise user picture which displays in the profile box in the sidebar. The code to do this will override the Page::lay_print_sidebar_profile(). You will need to place the coding in a theme layer. If you already have a theme layer for the Smooth Sailing style, you can edit it to include this code. Otherwise, you need to create one as explained in the &lt;a href=&quot;http://www.livejournal.com/community/s2howto/25272.html&quot; target=&quot;_blank&quot;&gt;Theme Layer&lt;/a&gt; tutorial.&lt;/p&gt;

&lt;p&gt;You will need to copy the following code into your theme layer, making sure to include everything:&lt;/p&gt;

&lt;pre style=&quot;background-color:wheat&quot;&gt;function Page::lay_print_sidebar_profile() {

   var string[] pic;

   $pic[size($pic)]=&quot;&lt;span style=&quot;background-color:orange&quot;&gt;http://www.livejournal.com/userpic/######/######&lt;/span&gt;&quot;;
   $pic[size($pic)]=&quot;&lt;span style=&quot;background-color:orange&quot;&gt;http://www.livejournal.com/userpic/######/######&lt;/span&gt;&quot;;
   $pic[size($pic)]=&quot;&lt;span style=&quot;background-color:orange&quot;&gt;http://www.livejournal.com/userpic/######/######&lt;/span&gt;&quot;;
   $pic[size($pic)]=&quot;&lt;span style=&quot;background-color:orange&quot;&gt;http://www.livejournal.com/userpic/######/######&lt;/span&gt;&quot;;
   $pic[size($pic)]=&quot;&lt;span style=&quot;background-color:orange&quot;&gt;http://www.livejournal.com/userpic/######/######&lt;/span&gt;&quot;;
   $pic[size($pic)]=&quot;&lt;span style=&quot;background-color:orange&quot;&gt;http://www.livejournal.com/userpic/######/######&lt;/span&gt;&quot;;

   var int randpic;
   $randpic = rand(0, ((size $pic) - 1));

    $this-&amp;gt;lay_print_sidebox_top($*text_sidebox_profile_title);
    &quot;&quot;&quot;
      &amp;lt;div class=&quot;sideboxContent&quot; id=&quot;profile&quot;&amp;gt;
        &amp;lt;div&amp;gt;&amp;lt;a href=&quot;$*SITEROOT/allpics.bml?user=$.journal.username&quot;&amp;gt;&amp;lt;img src=&quot;$pic[$randpic]&quot; alt=&quot;&quot; border=&quot;0&quot; class=&quot;profile-userpic&quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;
        &amp;lt;div&amp;gt;&amp;lt;span class=&quot;profile-label&quot;&amp;gt;$*text_sidebox_profile_userlabel&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;profile-content&quot;&amp;gt;$.journal&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;
        &amp;lt;div&amp;gt;&amp;lt;span class=&quot;profile-label&quot;&amp;gt;$*text_sidebox_profile_namelabel&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;profile-content&quot;&amp;gt;$.journal.name&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;
        &quot;&quot;&quot;; 
        if ($*text_sidebox_profile_info!=&quot;&quot;) { &quot;&quot;&quot;&amp;lt;div&amp;gt;&quot;&quot;&quot;; print $*text_sidebox_profile_info; &quot;&quot;&quot;&amp;lt;/div&amp;gt;&quot;&quot;&quot;; }
        &quot;&quot;&quot;
       &amp;lt;/div&amp;gt; &amp;lt;!--sidebox-profile--&amp;gt;
    &quot;&quot;&quot;;
    $this-&amp;gt;lay_print_sidebox_bottom();
}&lt;/pre&gt;

&lt;p&gt;In the above code, you need to replace &lt;span style=&quot;background-color:orange&quot;&gt;http://www.livejournal.com/userpic/######/######&lt;/span&gt; (for each) with the user pictures that you&apos;d like to be randomized. Please notice that, though six user pictures are used here, there is no maximum or minimum to the number of user pictures that you can use.&lt;/p&gt;

&lt;p&gt;Once you have finished adding the code above, you can save your theme layer by clicking on the &quot;Save &amp; Compile&quot; button at the top of the screen. Your changes will not take effect until you apply your theme layer by selecting it on the &lt;a href=&quot;http://www.livejournal.com/customize/&quot; target=&quot;_blank&quot;&gt;Customize Journal&lt;/a&gt; page.&lt;/p&gt;

&lt;center&gt;&lt;table cellpadding=&quot;2&quot; border=&quot;0&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;text-align: left; background: #a9a9a9;&quot; valign=&quot;top&quot; width=&quot;30%&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Additional References:&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;text-align: left; background: #a9a9a9;&quot;&gt;&lt;li&gt;&lt;a href=&quot;http://www.livejournal.com/support/faqbrowse.bml?faqid=176&quot; target=&quot;_blank&quot;&gt;What are the different S2 layer types?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.livejournal.com/community/s2howto/530.html&quot; target=&quot;_blank&quot;&gt;S2 View Types&lt;/a&gt;&lt;/li&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;

&lt;p style=&quot;font-size: smaller;&quot;&gt;Originally based on coding from &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     &quot;  data-ljuser=&quot;dianna_wills&quot; lj:user=&quot;dianna_wills&quot; &gt;&lt;a href=&quot;https://dianna-wills.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://dianna-wills.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;dianna_wills&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;, original tutorial written by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     &quot;  data-ljuser=&quot;aajwind&quot; lj:user=&quot;aajwind&quot; &gt;&lt;a href=&quot;https://aajwind.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://aajwind.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;aajwind&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.  Converted into a Smooth Sailing tutorial by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;draconid&quot; lj:user=&quot;draconid&quot; &gt;&lt;a href=&quot;https://draconid.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://draconid.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;draconid&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</description>
  <category>randomized userpics</category>
  <category>paid accounts only</category>
  <category>- smooth sailing</category>
  <lj:security>public</lj:security>
  <lj:poster>howto_user</lj:poster>
  <lj:posterid>5799482</lj:posterid>
  <lj:reply-count>0</lj:reply-count>
  </item>
</channel>
</rss>
