<?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/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="https://www.livejournal.com" xmlns:idx="urn:atom-extension:indexing" idx:index="no">
  <id>urn:lj:livejournal.com:atom1:howto</id>
  <title>LiveJournal Tutorials and Lessons</title>
  <subtitle>LiveJournal Tutorials and Lessons</subtitle>
  <author>
    <name>LiveJournal Tutorials and Lessons</name>
  </author>
  <link rel="alternate" type="text/html" href="https://howto.livejournal.com/"/>
  <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom"/>
  <updated>2013-10-28T20:16:43Z</updated>
  <lj:journal userid="172661" username="howto" type="community"/>
  <link rel="service.feed" type="application/x.atom+xml" href="https://howto.livejournal.com/data/atom" title="LiveJournal Tutorials and Lessons"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:42062</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/42062.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=42062"/>
    <title>Troubleshooting with traceroute, nslookup, and ping</title>
    <published>2010-03-14T02:56:04Z</published>
    <updated>2013-10-28T20:16:43Z</updated>
    <category term="troubleshooting"/>
    <content type="html">DISCLAIMER: This document is not an official LiveJournal document. It is a resource document maintained by a fellow user. The original source of information is noted, where available. LiveJournal takes no responsibility for the information found in this document.
&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;To retrieve traceroute information:&lt;/h3&gt;
&lt;br&gt;
&lt;strong&gt;Windows 2000/XP/Vista&lt;/strong&gt;
&lt;ol&gt;&lt;li&gt;Open the Command Prompt. If you are unsure how to do this, it is explained in the &lt;a href="http://community.livejournal.com/howto/41944.html" target="_blank"&gt;linked&lt;/a&gt; tutorial.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;tracert www.livejournal.com&lt;/code&gt; and press the Enter or Return key. &lt;b&gt;If you've been asked to perform a traceroute to a specific address, fill that in instead of 'www.livejournal.com'.&lt;/b&gt; This process may take several minutes to complete. &lt;/li&gt;
&lt;li&gt;If necessary, copy the information (including the original command) into a text editor, email, or support request. If you are unsure how to do this, it is explained in the previously linked tutorial.&lt;/li&gt;&lt;/ol&gt;
&lt;strong&gt;Mac OS X or Linux&lt;/strong&gt;
&lt;ol&gt;&lt;li&gt;Open the Command Prompt or Terminal. If you are unsure how to do this, it is explained in the &lt;a href="http://community.livejournal.com/howto/41944.html" target="_blank"&gt;linked&lt;/a&gt; tutorial.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;traceroute www.livejournal.com&lt;/code&gt; and press the Enter or Return key. &lt;b&gt;If you've been asked to perform a traceroute to a specific address, fill that in instead of 'www.livejournal.com'.&lt;/b&gt; This process may take several minutes to complete.&lt;/li&gt;
&lt;li&gt;If necessary, copy the information into a text editor, email, or support request. If you are unsure how to do this, it is explained in the previously linked tutorial.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;To obtain DNS lookup information:&lt;/h3&gt;
&lt;ol&gt;&lt;li&gt;Open the Command Prompt or Terminal. If you are unsure how to do this, it is explained in the &lt;a href="http://community.livejournal.com/howto/41944.html" target="_blank"&gt;linked&lt;/a&gt; tutorial.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;nslookup livejournal.com&lt;/code&gt;. If requested, you may also need to lookup subdomains, such as &lt;code&gt;nslookup l-stat.livejournal.com&lt;/code&gt; or &lt;code&gt;nslookup community.livejournal.com&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If necessary, copy the information (including the original command) into a text editor, email, or support request. If you are unsure how to do this, it is explained in the previously linked tutorial.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;To retrieve ping information:&lt;/h3&gt;
&lt;br&gt;
&lt;strong&gt;Windows 2000/XP/Vista&lt;/strong&gt;
&lt;ol&gt;&lt;li&gt;Open the Command Prompt. If you are unsure how to do this, it is explained in the &lt;a href="http://community.livejournal.com/howto/41944.html" target="_blank"&gt;linked&lt;/a&gt; tutorial.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;ping www.livejournal.com&lt;/code&gt; and press the Enter or Return key. This process may take several minutes to complete. If requested, you may also need to ping subdomains, such as &lt;code&gt;ping l-stat.livejournal.com&lt;/code&gt; or &lt;code&gt;ping community.livejournal.com&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If necessary, copy the information (including the original command) into a text editor, email, or support request. If you are unsure how to do this, it is explained in the previously linked tutorial.&lt;/li&gt;&lt;/ol&gt;
&lt;strong&gt;Mac OS X or Linux&lt;/strong&gt;
&lt;ol&gt;&lt;li&gt;Open the Command Prompt or Terminal. If you are unsure how to do this, it is explained in the &lt;a href="http://community.livejournal.com/howto/41944.html" target="_blank"&gt;linked&lt;/a&gt; tutorial.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;ping -c 10 www.livejournal.com&lt;/code&gt; and press the Enter or Return key. If requested, you may also need to ping subdomains, such as &lt;code&gt;ping -c 10 l-stat.livejournal.com&lt;/code&gt; or &lt;code&gt;ping -c 10 community.livejournal.com&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If necessary, copy the information (including the original command) into a text editor, email, or support request. If you are unsure how to do this, it is explained in the previously linked tutorial.&lt;/li&gt;&lt;/ol&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:41944</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/41944.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=41944"/>
    <title>Opening the Command Prompt or Terminal</title>
    <published>2010-03-14T02:31:14Z</published>
    <updated>2010-03-14T03:10:28Z</updated>
    <content type="html">DISCLAIMER: This document is not an official LiveJournal document. It is a resource document maintained by a fellow user. The original source of information is noted, where available. LiveJournal takes no responsibility for the information found in this document.
&lt;br&gt;&lt;br&gt;
&lt;h3&gt;Open a Command Prompt or Terminal&lt;/h3&gt;
&lt;br&gt;
&lt;strong&gt;Windows 2000/XP&lt;/strong&gt;&lt;br&gt;
Click Start, then select Programs, Accessories, and then Command Prompt.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Windows Vista&lt;/strong&gt;&lt;br&gt;
Click the Vista logo, then select All Programs, Accessories.&lt;br&gt;
Right-click Command Prompt and select Run As Administrator.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Macintosh OS X&lt;/strong&gt;&lt;br&gt;
Click Applications, then open Utilities, then open Terminal.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Linux&lt;/strong&gt;&lt;br&gt;
Due to the number of Linux distributions, if you are not sure how to access the command prompt or terminal, please consult your system's documentation or technical support resources.
&lt;br&gt;&lt;br&gt;
&lt;h3&gt;Copying text from a Command Prompt or Terminal&lt;/h3&gt;
&lt;br&gt;
&lt;strong&gt;Windows XP/Vista&lt;/strong&gt;
&lt;ol&gt;&lt;li&gt;Right-click and select 'Mark' from the right-click menu.&lt;/li&gt;&lt;li&gt;Select the text you would like to copy.&lt;/li&gt;&lt;li&gt;Press the Enter or Return key to copy the selected text.&lt;/li&gt;&lt;li&gt;Paste the text as appropriate, by holding down the 'Control' key and pressing the 'V' key.&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;
&lt;strong&gt;Macintosh OS X&lt;/strong&gt;
&lt;ol&gt;&lt;li&gt;Select the text you would like to copy.&lt;/li&gt;&lt;li&gt;Copy the text by holding down the 'Command' key (also called the Apple key) and pressing the 'C' key.&lt;/li&gt;&lt;li&gt;Paste the text by holding down the 'Command' key and pressing the 'V' key.&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;
&lt;strong&gt;Linux:&lt;/strong&gt;
Due to the number of Linux distributions, if you are not sure how to copy text from the command prompt or terminal, please consult your system's documentation or technical support resources.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:41533</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/41533.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=41533"/>
    <title>Install, use, and remove the LiveJournal application on MySpace</title>
    <published>2009-09-08T00:37:20Z</published>
    <updated>2009-09-08T02:17:39Z</updated>
    <content type="html">DISCLAIMER: This document is not an official LiveJournal document. It is a resource document maintained by a fellow user. The original source of information is noted, where available. LiveJournal takes no responsibility for the information found in this document.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;LiveJournal's app for MySpace shows the most recently posted public entries in your journal. It also shows basic public information about your journal, including your default userpic, your username and a link to your LiveJournal profile and journal, your displayed name, the top section of your bio, and the top section of your interests. This application does not request your password, as it displays only public content, and does not verify journal ownership.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=300" target="_blank"&gt;How do I update my MySpace profile when I post entries to LiveJournal?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To use the application, log into MySpace, click More from the upper nav bar, choose Apps Gallery from the drop-down and do a keyword search for LiveJournal. You may also &lt;a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&amp;amp;friendID=471035516" target="_blank"&gt;visit the application directly&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Click the 'Add App' or 'Add this App' button. You will be given a pop-up window and prompted to add the application. The application can be displayed on your profile for your visitors to see, on your home page for you to see, or both. You can also let your friends know you have added this application. All of these options are selected by default. Make any changes and click the 'Add' button.&lt;br /&gt;&lt;br /&gt;You will be prompted to enter your LiveJournal username, pick the number of posts to display in the widget, and pick colors. Click the 'Save' button when done. (If you use NoScript or a similar means of controlling what domains may run scripts, you must allow msappspace.com to complete this step.)&lt;br /&gt;&lt;br /&gt;Once you have installed the LiveJournal app, you can manage it from the My Apps page. Click Profile from the upper nav bar, choose My Apps from the drop-down, and locate LiveJournal on the page. Click the Settings link to change its settings, add it back to your Home page or Profile page, and manage application permissions. Click the Remove App link if you wish to remove it completely from your account.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;small&gt;Written and researched by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="azurelunatic" lj:user="azurelunatic" &gt;&lt;a href="https://azurelunatic.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://azurelunatic.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;azurelunatic&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;. The information in this document was obtained from use of the LiveJournal app on MySpace on 2009 Sept 04.&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:41338</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/41338.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=41338"/>
    <title>Clearing DNS Cache: Windows, Macintosh OS X and OS X 10.5, and Linux</title>
    <published>2009-02-01T04:18:55Z</published>
    <updated>2010-03-14T02:33:10Z</updated>
    <category term="troubleshooting"/>
    <category term="~ cache"/>
    <content type="html">DISCLAIMER: This document is not an official LiveJournal document. It is a resource document maintained by a fellow user. The original source of information is noted, where available. LiveJournal takes no responsibility for the information found in this document.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The DNS Cache stores information on the IP address that any given domain or subdomain points to. This is separate from &lt;a href="http://community.livejournal.com/howto/21595.html" target="_blank"&gt;your browser's cache of visited pages&lt;/a&gt;. Emptying your DNS Cache will force your computer to request updated DNS information. However, as your Internet Service Provider may also have cached DNS information, it may take up to approximately 48 hours to receive fully updated DNS information after a change has been made. &lt;br /&gt;&lt;br /&gt;&lt;h3&gt;To empty your DNS Cache:&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;1. Open the Command Prompt or Terminal. If you are unsure how to do this, it is explained in the &lt;a href="http://community.livejournal.com/howto/41944.html" target="_blank"&gt;linked&lt;/a&gt; tutorial.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Windows 2000/XP/Vista:&lt;/strong&gt;&lt;br /&gt;2. Enter &lt;code&gt;ipconfig /flushdns&lt;/code&gt; &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Macintosh OS X: &lt;/strong&gt;&lt;br /&gt;2. Enter &lt;code&gt;lookupd -flushcache&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Macintosh OS X 10.5 (Leopard):&lt;/strong&gt;&lt;br /&gt;2. Enter &lt;code&gt;dscacheutil -flushcache&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Linux:&lt;/strong&gt;&lt;br /&gt;2. Restart the nscd daemon by entering &lt;code&gt;/etc/init.d/nscd restart&lt;/code&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:41139</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/41139.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=41139"/>
    <title>[generator] Additional Navigation Banner customizations</title>
    <published>2007-10-04T17:47:04Z</published>
    <updated>2007-10-04T17:50:31Z</updated>
    <category term="customizing header"/>
    <category term="- generator"/>
    <category term="navigation banner"/>
    <content type="html">&lt;p&gt;This tutorial explains how customize the header in any way CSS allows to via overrides. You should use it only in the Generator layout; otherwise this code may cause undesired behavior.&lt;/p&gt;

&lt;p&gt;If you copy and paste all the code provided below to your overrides, it will turn the font color of your entire navigation bar to red; however, you can replace the code in &lt;span style="background-color: #ffa500; color: #000000;"&gt;orange&lt;/span&gt; to any other CSS, which will enable you to achieve other effects . For information on CSS rules, you can refer to &lt;a href="http://community.livejournal.com/howto/17028.html" target="_blank"&gt;another tutorial&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;All codes you will get as a result should be added to your GLOBAL_HEAD override.&lt;/p&gt;

&lt;p&gt;The following code will change behavior of the title of your journal, which is by default placed right below your Control Strip, to the left of the [entries|friends|calendar] links bar:&lt;/p&gt;

&lt;pre style="background-color: #f5deb3; color: #000000;"&gt;&amp;lt;style type="text/css"&amp;gt;
&amp;lt;!--
tr.caption td.caption{
 &lt;span style="background-color: #ffa500; color: #000000;"&gt;color: red;&lt;/span&gt;
}
--&amp;gt;
&amp;lt;/style&amp;gt;&lt;/pre&gt;

&lt;p&gt;The following code will change appearance of regular text in the [entries|friends|calendar] links bar, except for links. That is, if you are viewing your Recent Entries page, if will affect square brackets ([ and ]), the "entries" text, and the pipe symbol (|).&lt;/p&gt;

&lt;pre style="background-color: #f5deb3; color: #000000;"&gt;&amp;lt;style type="text/css"&amp;gt;
&amp;lt;!--
tr.caption td.index{
 &lt;span style="background-color: #ffa500; color: #000000;"&gt;color: red;&lt;/span&gt;
}
--&amp;gt;
&amp;lt;/style&amp;gt;&lt;/pre&gt;

&lt;p&gt;The following one will change appearance of the text which symbolizes the page current viewed (if you view your own Recent Entries page, this is the "entries" text). By default it is bold, and this code will remove boldness from it. If you wish it to stay bold, you can remove the &lt;span style="background-color: #cc66ff; color: #000000;"&gt;purple&lt;/span&gt; line from this code.&lt;/p&gt;

&lt;pre style="background-color: #f5deb3; color: #000000;"&gt;&amp;lt;style type="text/css"&amp;gt;
&amp;lt;!--
tr.caption td.index b{
&lt;span style="background-color: #cc66ff; color: #000000;"&gt;font-weight: normal;&lt;/span&gt;
&lt;span style="background-color: #ffa500; color: #000000;"&gt;color: red;&lt;/span&gt;
}
--&amp;gt;
&amp;lt;/style&amp;gt;&lt;/pre&gt;

&lt;p&gt;And the following piece, the last one, will change appearance of links in the same bar:&lt;/p&gt;

&lt;pre style="background-color: #f5deb3; color: #000000;"&gt;&amp;lt;style type="text/css"&amp;gt;
&amp;lt;!--
tr.caption td.index a{
 &lt;span style="background-color: #ffa500; color: #000000;"&gt;color: red;&lt;/span&gt;
}
--&amp;gt;
&amp;lt;/style&amp;gt;&lt;/pre&gt;

&lt;p class="" style="background:red; color:white; text-align:center"&gt;&lt;b&gt;Only one override is permitted for each specific override block.&lt;/b&gt;
&lt;span style="font-size: 8pt"&gt;If you are currently using a GLOBAL_HEAD override, then that override would need to be revised to reflect changes presented here or otherwise merged.&lt;/span&gt;&lt;/p&gt;

&lt;center&gt;&lt;table cellpadding="2" border="0" width="100%" cellspacing="0"&gt;&lt;tr&gt;&lt;td style="text-align: left; background: #a9a9a9;" valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;&lt;td style="text-align: left; background: #a9a9a9;"&gt;&lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="text-align: left; background: #a9a9a9;" valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;&lt;td style="text-align: left; background: #a9a9a9;"&gt;&lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides? How do they work?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.livejournal.com/users/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://community.livejournal.com/howto/17028.html" target="_blank"&gt;CSS text and link alteration&lt;/a&gt;&lt;/li&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;

&lt;p style="font-size: smaller;"&gt;Original tutorial by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alkalynex" lj:user="alkalynex" &gt;&lt;a href="https://alkalynex.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alkalynex.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alkalynex&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; and &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="kamara" lj:user="kamara" &gt;&lt;a href="https://kamara.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://kamara.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;kamara&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;. Later, rewritten by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="jemmix" lj:user="jemmix" &gt;&lt;a href="https://jemmix.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://jemmix.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;jemmix&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:40882</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/40882.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=40882"/>
    <title>[paid] Friends Page RSS</title>
    <published>2006-12-21T21:46:28Z</published>
    <updated>2006-12-21T21:50:49Z</updated>
    <category term="~ friends page rss"/>
    <category term="paid users only"/>
    <content type="html">&lt;p&gt;LiveJournal provides &lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=149" target="_blank"&gt;feeds of journals&lt;/a&gt;, but there are no feeds of friends pages. If you wish to subscribe to your friends' entries using a feed aggregator, you can add each of your friends' individual feeds. Alternatively, if you have a paid, permanent or early adopter account, you can use a specially designed custom style to subscribe to all of your friends at once.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;First, you will need to mark the S1 style #670763 trusted. You can do this at &lt;a href="http://www.livejournal.com/admin/console" target="_blank"&gt;the Admin Console&lt;/a&gt;, using the following command:&lt;br /&gt;

&lt;code&gt;set trusted_s1 670763&lt;/code&gt;&lt;/li&gt;

&lt;li&gt;Then you will be able to use the following URL (after replacing &lt;i&gt;exampleusername&lt;/i&gt; with your own username) to subscribe to your friends page in an RSS aggregator:&lt;br /&gt;

http://&lt;i&gt;exampleusername&lt;/i&gt;.livejournal.com/data/customview?styleid=670763&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Note that protected entries will not appear in this feed. If your RSS reader supports cookies, you can add "&amp;checkcookies=1" to the end of the URL to see the protected entries.&lt;/p&gt;

&lt;p&gt;If you wish the feed to contain entries from only one certain friends group, you may need to make that group &lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=102&amp;amp;view=full" target="_blank"&gt;default view&lt;/a&gt;. Alternatively, if your RSS aggregator supports cookies, you can use a "filter" parameter with "&amp;checkcookies=1" to filter your friends page. For information on using the filter parameter, please refer to the &lt;a href="http://community.livejournal.com/howto/16676.html" target="_blank"&gt;Guide on customview&lt;/a&gt;.&lt;/p&gt;


&lt;p style="font-size: smaller;"&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="camomiletea" lj:user="camomiletea" &gt;&lt;a href="https://camomiletea.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://camomiletea.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;camomiletea&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;; thanks to &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="deus_x" lj:user="deus_x" &gt;&lt;a href="https://deus-x.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://deus-x.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;deus_x&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; for the original style.&lt;/p&gt;&lt;a name='cutid0-end'&gt;&lt;/a&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:40517</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/40517.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=40517"/>
    <title>Creating a scrolling text box using the &amp;lt;textarea&amp;gt; HTML tag</title>
    <published>2006-12-19T01:34:12Z</published>
    <updated>2006-12-19T01:34:12Z</updated>
    <category term="~ textarea"/>
    <category term="~ scrolling text box"/>
    <content type="html">&lt;p&gt;A scrolling text box is often used to put code onto a LiveJournal page for other people to copy to use elsewhere.&lt;/p&gt;

&lt;p&gt;Here is the code that creates a simple scrolling text box. Changing the values in the "cols" and "rows" will make your text box bigger or smaller.&lt;/p&gt;

&lt;pre style="background: #f5deb3; color: #000000;"&gt;&lt;b&gt;&amp;lt;textarea cols="20" rows="5"&amp;gt;&lt;span style="background: #ffa500;"&gt; your text box contents go here &lt;/span&gt;&amp;lt;/textarea&amp;gt;&lt;/b&gt;&lt;/pre&gt;

&lt;p&gt;You can add a scrolling text box to your user information page by putting the HTML in the "about you" section of your &lt;a href="http://www.livejournal.com/manage/profile/" target="_blank"&gt;Edit Profile&lt;/a&gt; page. You can also add them to a journal entry or a comment.&lt;/p&gt;

&lt;p&gt;Malformed HTML tags can cause your journal, comments pages and &lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=40&amp;amp;view=full" target="_blank"&gt;friends pages to display incorrectly&lt;/a&gt; or trigger an "&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=189" target="_blank"&gt;irreparable invalid markup in entry&lt;/a&gt;" error. To avoid malformed HTML you should "escape" any HTML you put in the text box in order to ensure that the code displays correctly. This means that &amp;, &amp;lt; and &amp;gt; should be typed as &amp;amp;amp;, &amp;amp;lt; and &amp;amp;gt; respectively.&lt;/p&gt;

&lt;div style="background-color:darkgray;color:#000000"&gt;&lt;center style="font-weight: bold;"&gt;Additional References&lt;/center&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=72" target="_blank"&gt;Common HTML Effects&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;small&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="bekijane" lj:user="bekijane" &gt;&lt;a href="https://bekijane.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://bekijane.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;bekijane&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:40240</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/40240.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=40240"/>
    <title>[all] Customizing Navigation Strip Colors</title>
    <published>2006-07-25T19:44:33Z</published>
    <updated>2006-08-16T19:39:36Z</updated>
    <category term="- all styles"/>
    <category term="navigation strip"/>
    <content type="html">The &lt;a href="http://www.livejournal.com/manage/settings/" target="_blank"&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't always match the journal's style.  Luckily, it'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.  The following override will allow you to change any or all of these colors.  (Users who are familiar with CSS can also make additional customizations as desired.)&lt;br /&gt;&lt;br /&gt;&lt;div style="background-color:#f5deb3;color:#000000"&gt;GLOBAL_HEAD&amp;lt;=&lt;br /&gt;&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;/* background of entire strip */&lt;br /&gt;&lt;a href='https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip'&gt;#lj_controlstrip&lt;/a&gt;&lt;br /&gt;{&lt;br /&gt;background-image: none;&lt;br /&gt;background-color: &lt;span style="background-color: #ffff00; color: #000000;"&gt;&lt;a href='https://www.livejournal.com/rsearch/?tags=%23FFFFFF'&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='https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip'&gt;#lj_controlstrip&lt;/a&gt; td, &lt;a href='https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip_statustext'&gt;#lj_controlstrip_statustext&lt;/a&gt;&lt;br /&gt;{&lt;br /&gt;color: &lt;span style="background-color: #ffa500; color: #000000;"&gt;#000000&lt;/span&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* link color */&lt;br /&gt;&lt;a href='https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip'&gt;#lj_controlstrip&lt;/a&gt; a&lt;br /&gt;{&lt;br /&gt;color: &lt;span style="background-color: #cc66ff; color: #000000;"&gt;&lt;a href='https://www.livejournal.com/rsearch/?tags=%230000FF'&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='https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip_user'&gt;#lj_controlstrip_user&lt;/a&gt;, &lt;a href='https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip_userlinks'&gt;#lj_controlstrip_userlinks&lt;/a&gt;, &lt;a href='https://www.livejournal.com/rsearch/?tags=%23lj_controlstrip_login'&gt;#lj_controlstrip_login&lt;/a&gt;&lt;br /&gt;{&lt;br /&gt;border-right: &lt;span style="background-color: #87cefa; color: #000000;"&gt;1px&lt;/span&gt;  &lt;span style="background-color: #ffff00; color: #000000;"&gt;solid&lt;/span&gt; &lt;span style="background-color: #00ff66; color: #000000;"&gt;#888888&lt;/span&gt;;&lt;br /&gt;}&lt;br /&gt;--&amp;gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;=GLOBAL_HEAD&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Change &lt;span style="background-color: #ffff00; color: #000000;"&gt;&lt;a href='https://www.livejournal.com/rsearch/?tags=%23FFFFFF'&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="background-color: #ffa500; color: #000000;"&gt;#000000&lt;/span&gt; to the color code you want for the text; change &lt;span style="background-color: #cc66ff; color: #000000;"&gt;&lt;a href='https://www.livejournal.com/rsearch/?tags=%230000FF'&gt;#0000FF&lt;/a&gt;&lt;/span&gt; to the color code you want for links.  For the border, change &lt;span style="background-color: #87cefa; color: #000000;"&gt;1px&lt;/span&gt; to the desired width, &lt;span style="background-color: #ffff00; color: #000000;"&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="background-color: #00ff66; color: #000000;"&gt;#888888&lt;/span&gt; to the desired color code.&lt;br /&gt;&lt;br /&gt;You can use the &lt;a href="http://www.livejournal.com/users/howto/28475.html" target="_blank"&gt;Color Hexadecimal Codes Chart&lt;/a&gt; to find the hexadecimal color code for your desired colors.&lt;br /&gt;&lt;br /&gt;If you are already using a GLOBAL_HEAD override, you will need to &lt;a href="http://community.livejournal.com/howto/926.html" target="_blank"&gt;merge this code&lt;/a&gt; with your existing code.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;table cellpadding="2" border="0" width="100%" cellspacing="0"&gt;&lt;tr&gt;&lt;td style="text-align: left; background: #a9a9a9;" valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;&lt;td style="text-align: left; background: #a9a9a9;"&gt;&lt;li&gt;&lt;a href="http://community.livejournal.com/howto/926.html" target="_blank"&gt;Merging GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124&amp;amp;view=full" target="_blank"&gt;What are overrides? How do they work?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: smaller;"&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="isabeau" lj:user="isabeau" &gt;&lt;a href="https://isabeau.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://isabeau.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;isabeau&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/span&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:39835</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/39835.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=39835"/>
    <title>LiveJournal-specific URL forms</title>
    <published>2006-06-30T08:16:50Z</published>
    <updated>2008-01-17T05:39:12Z</updated>
    <category term="~ lj url forms"/>
    <content type="html">There are several LiveJournal-specific URL forms that will only work on LiveJournal. These URLs can only be used in links made by &lt;a href="https://www.livejournal.com/support/faq/67.html" target="_blank"&gt;using the anchor (&amp;lt;a&amp;gt;) HTML tag&lt;/a&gt;. In the following, the "//" can be removed. For example, both &lt;b&gt;lj://user/exampleusername&lt;/b&gt; and &lt;b&gt;lj:user/exampleusername/&lt;/b&gt; will both link to &lt;i&gt;exampleusername&lt;/i&gt;'s journal.
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;lj://user/&lt;i&gt;exampleusername&lt;/i&gt;/&lt;/b&gt;&lt;br /&gt;
This turns into the location of &lt;i&gt;exampleusername&lt;/i&gt;'s journal, i.e. http://&lt;i&gt;exampleusername&lt;/i&gt;.livejournal.com/ or http://users.livejournal.com/&lt;i&gt;exampleusername&lt;/i&gt;/.&lt;br /&gt;&lt;br /&gt;

You can also extend this URL form to make a link to other pages in the journal as long as the URL ends with a /. For example, &lt;b&gt;lj://user/&lt;i&gt;exampleusername&lt;/i&gt;/friends/&lt;/b&gt; turns into the location of &lt;i&gt;exampleusername&lt;/i&gt;'s Friends page, i.e. http://&lt;i&gt;exampleusername&lt;/i&gt;.livejournal.com/friends/ or http://users.livejournal.com/&lt;i&gt;exampleusername&lt;/i&gt;/friends/. However, lj://user/&lt;i&gt;exampleusername&lt;/i&gt;/&lt;i&gt;123456&lt;/i&gt;.html (individual entry) or lj://user/&lt;i&gt;exampleusername&lt;/i&gt;/tag/&lt;i&gt;foo&lt;/i&gt; (entries tagged with "foo") wouldn't work, because they don't end with a /.&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;&lt;b&gt;lj://user/&lt;i&gt;exampleusername&lt;/i&gt;/profile&lt;br /&gt;
lj://userinfo/&lt;i&gt;exampleusername&lt;/i&gt;/&lt;/b&gt;&lt;br /&gt;
Both of these forms turn into the location of &lt;i&gt;exampleusername&lt;/i&gt;'s User Info page (http://&lt;i&gt;exampleusername&lt;/i&gt;.livejournal.com/profile or http://users.livejournal.com/&lt;i&gt;exampleusername&lt;/i&gt;/profile).&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;&lt;b&gt;lj://userpics/&lt;i&gt;exampleusername&lt;/i&gt;/&lt;/b&gt;&lt;br /&gt;
This turns into the location of &lt;i&gt;exampleusername&lt;/i&gt;'s userpics page (http://www.livejournal.com/allpics.bml?user=&lt;i&gt;exampleusername&lt;/i&gt;).&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;&lt;b&gt;lj://memories/&lt;i&gt;exampleusername&lt;/i&gt;/&lt;/b&gt;&lt;br /&gt;
This turns into the location of  &lt;i&gt;exampleusername&lt;/i&gt;'s Memories page (http://www.livejournal.com/tools/memories.bml?user=&lt;i&gt;exampleusername&lt;/i&gt;).&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;&lt;b&gt;lj://todo/&lt;i&gt;exampleusername&lt;/i&gt;/&lt;/b&gt;&lt;br /&gt;
This turns into the location of  &lt;i&gt;exampleusername&lt;/i&gt;'s to-do list (http://www.livejournal.com/todo/?user=&lt;i&gt;exampleusername&lt;/i&gt;).&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;&lt;b&gt;lj://pubkey/&lt;i&gt;exampleusername&lt;/i&gt;/&lt;/b&gt;&lt;br /&gt;
This turns into the location of &lt;i&gt;exampleusername&lt;/i&gt;'s public key (http://www.livejournal.com/pubkey.bml?user=&lt;i&gt;exampleusername&lt;/i&gt;).&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;&lt;b&gt;lj://support/&lt;i&gt;3777&lt;/i&gt;/&lt;/b&gt;&lt;br /&gt;
This turns into the location of the &lt;i&gt;3777&lt;/i&gt;th support request (http://www.livejournal.com/support/see_request.bml?id=&lt;i&gt;3777&lt;/i&gt;). &lt;b&gt;lj://support/&lt;/b&gt; without a number will turn into a link to the main Support page (http://www.livejournal.com/support/).&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;&lt;b&gt;lj://faq/&lt;i&gt;75&lt;/i&gt;/&lt;/b&gt;&lt;br /&gt;
This turns into the location of FAQ Question #&lt;i&gt;75&lt;/i&gt; (http://www.livejournal.com/support/faqbrowse.bml?faqid=&lt;i&gt;75&lt;/i&gt;), i.e. this FAQ. &lt;b&gt;lj://faq/&lt;/b&gt; without a number turns into a link to the main FAQ page (http://www.livejournal.com/support/faq.bml).&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;&lt;b&gt;lj://&lt;/b&gt;&lt;br /&gt;
This turns into the location of the LiveJournal home page (http://www.livejournal.com/).&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:39466</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/39466.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=39466"/>
    <title>[paidaccounts] [all] Adding a Navigation Strip</title>
    <published>2006-04-07T02:36:51Z</published>
    <updated>2006-04-12T23:39:37Z</updated>
    <category term="- all styles"/>
    <category term="paid users only"/>
    <category term="navigation strip"/>
    <content type="html">&lt;div style="background-color:#ff0000;color:#ffffff"&gt;&lt;center style="font-weight: bold;"&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="http://www.livejournal.com/support/faqbrowse.bml?faqid=131" target="_blank"&gt;What are the paid account benefits?&lt;/a&gt; and &lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=21" target="_blank"&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;&lt;br /&gt;&lt;br /&gt;LiveJournal provides the &lt;a href="https://www.livejournal.com/support/faq/264.html" target="_blank"&gt;Navigation Strip&lt;/a&gt; for easy access to common site features. All system styles automatically support it, however, if you have a custom style, you will need to include the system property for printing the Navigation Strip in your style in order for it to display. This property will need to be added immediately after the &amp;lt;body&amp;gt; tag of the HTML structure.&lt;br /&gt;&lt;br /&gt;To do this, you will need to &lt;a href="http://www.livejournal.com/styles/edit.bml" target="_blank"&gt;edit your custom style&lt;/a&gt;. The &amp;lt;body&amp;gt; tag can be found in the *_PAGE variable; you can add %%control_strip%% where you want the navigation strip to appear. The code generated by %%control_strip%% is self-contained, so you do not need to include extra HTML code to support it.&lt;br /&gt;&lt;br /&gt;In this example, it's done directly following the &amp;lt;BODY&amp;gt; tag of the standard Generator style while editing inside the LASTN_PAGE section:&lt;br /&gt;&lt;br /&gt;&lt;p style="background-color: #f5deb3; color: #000000;"&gt;&amp;lt;body bgcolor="%%color:strong_back%%" text="%%color:page_text%%" link="%%color:page_link%%" vlink="%%color:page_vlink%%" alink="%%color:page_alink%%"&amp;gt;&lt;br /&gt;&lt;span style="background-color: #ffff00; color: #000000;"&gt;%%control_strip%%&lt;/span&gt;&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;You will also need to enable the navigation strip in your &lt;a href="http://www.livejournal.com/editinfo.bml" target="_blank"&gt;Edit Personal Information&lt;/a&gt; page before it will appear on your journal.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: smaller;"&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="isabeau" lj:user="isabeau" &gt;&lt;a href="https://isabeau.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://isabeau.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;isabeau&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/span&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:39313</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/39313.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=39313"/>
    <title>[magazine] content table transparency</title>
    <published>2006-04-01T05:50:39Z</published>
    <updated>2006-04-01T06:10:42Z</updated>
    <category term="background image"/>
    <category term="transparency"/>
    <category term="background"/>
    <category term="- magazine"/>
    <content type="html">The content table within the Magazine style declares a specific background color. Therefore, if you want to add a &lt;a href="https://www.livejournal.com/support/faq/97.html" target="_blank"&gt;background image&lt;/a&gt; or perform other similar customizations, those modifications will be hidden by the content of the table where the entries appear. In order to see your customizations, you will need to make the content tables transparent. The following overrides provide instructions on how to do this.&lt;br /&gt;&lt;br /&gt;&lt;p style="background:wheat; color: #000000"&gt;GLOBAL_HEAD&amp;lt;=&lt;br /&gt;&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;&amp;lt;!--&amp;nbsp;&lt;br /&gt;&lt;a href='https://www.livejournal.com/rsearch/?tags=%23content'&gt;#content&lt;/a&gt; {&lt;br /&gt;background: transparent;&lt;br /&gt;}&lt;br /&gt;--&amp;gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;=GLOBAL_HEAD&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;Remember that you will need to &lt;a href="http://community.livejournal.com/howto/926.html" target="_blank"&gt;merge these overrides&lt;/a&gt; with your existing overrides.&lt;br /&gt;&lt;br /&gt;
&lt;center&gt;
&lt;table width="100%" border="0" cellpadding="2" cellspacing="0"&gt;
&lt;tr&gt;
&lt;td width="30%" valign="top" style="text-align:left;background:darkgray"&gt;&lt;span style="color: #000000"&gt;Variable Reference:&lt;/span&gt;
&lt;/td&gt;
&lt;td style="text-align:left;background:darkgray"&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" style="text-align:left;background:darkgray"&gt;&lt;span style="color: #000000"&gt;Additional References:&lt;/span&gt;
&lt;/td&gt;
&lt;td style="text-align:left;background:darkgray"&gt;

&lt;li&gt;&lt;a href="http://community.livejournal.com/howto/926.html" target="_blank"&gt;Merging Your GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.livejournal.com/support/faq/97.html" target="_blank"&gt;How do I add a background image in S1?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.livejournal.com/support/faq/124.html" target="_blank"&gt;What are overrides? How do they work?&lt;/a&gt;&lt;/li&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;
</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:39068</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/39068.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=39068"/>
    <title>Rendering XML readable</title>
    <published>2005-11-19T22:44:03Z</published>
    <updated>2005-11-19T22:47:29Z</updated>
    <category term="~ readable xml"/>
    <content type="html">Currently, there are two formats in which you can download your journal: CSV (comma-separated values) and XML (extensible markup language). &lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=8" target="_blank"&gt;&lt;img src="https://stat.livejournal.com/img/help.gif" width="14" height="14" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Both of these formats have advantages and disadvantages. CSV has the advantage that it can be imported into spreadsheet applications (for example, users have reported success with newer versions of Microsoft Excel), from which it can generally be ported into text-editing or word-processing applications. XML has the advantage that, given a little bit of help, it can be viewed directly from your browser.&lt;br /&gt;&lt;br /&gt;This tutorial aims to explain how to put your downloaded XML file into a browser-readable format. &lt;a name="cutid2" target="_blank"&gt;&lt;/a&gt;Please note that, short of converting XML into HTML (either by hand or using an automated script), there is no perfect way to do this; and older browsers are generally incapable of rendering XML. LiveJournal plans, in future, to make it possible to download your journal in other formats, such as HTML, which may be more convenient; for the moment, however, this appears to be the best way.&lt;br /&gt;&lt;br /&gt;Step 1 is to obtain the XML file. &lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=8" target="_blank"&gt;FAQ #8&lt;/a&gt; explains how to do this. Be sure to select XML as your output format (as opposed to CSV). Once you have obtained this file, save it to your hard drive. (Note: to do this, use your browser's "Save As..." feature, or alternatively use its "View Source" feature and use the resultant text file; if you are unsure how to do this, or encounter difficulties, consult your browser's documentation. Do &lt;em&gt;not&lt;/em&gt; copy the code out of your browser window and paste it into a text editor, as that will not work properly.) Be sure to save it as an XML file (i.e., with the extension ".xml").&lt;br /&gt;&lt;br /&gt;Step 2 is to edit the XML file slightly. To do this, open it in a regular text editor and add the line, &lt;code style="background-color:#F5DEB3;white-space:nowrap"&gt;&amp;lt;?xml-stylesheet type="text/css" href="export.css"?&amp;gt;&lt;/code&gt; right after the first line of the file (so that it will be the second line of the file).&lt;br /&gt;&lt;br /&gt;Step 3 is only if you intend to view your downloaded journal using Microsoft Internet Explorer; if you intend to view it using any other browser, skip this step and proceed to step 4. (This step addresses a bug in Microsoft Internet Explorer; however, the XML file it produces will not work quite properly in other browsers.) In the XML file from Steps 1 and 2, replace every occurence of "&amp;amp;amp;" with "&amp;amp;amp;amp;", of "&amp;amp;lt;" with "&amp;amp;amp;lt;", of "&amp;amp;gt;" with "&amp;amp;amp;gt;", and of "&amp;amp;quot;" with "&amp;amp;amp;quot;". Many text editors come with a "Find and Replace" utility, often with the ability to change all occurences of certain text at once. If you are not sure if your text editor has this feature, or if you are not sure how to use it, consult its documentation.&lt;br /&gt;&lt;br /&gt;Step 4 is to create a CSS stylesheet. You create it in the same way as you would a normal text file (using a text editor or word processor), except that when you save it, you save it as a CSS file instead of as a TXT file (i.e., save it with the extension ".css" instead of with the extension ".txt."). Name your stylesheet "export.css", saving it in the same directory as your XML file from Steps 1-3, and give it the following text:&lt;br /&gt;&lt;br /&gt;&lt;pre style="background-color:#F5DEB3;font-family: monospace"&gt;livejournal
{
display: block;
background-color: #9999FF;
color: #000000;
}

entry
{
display: block;
border: 2px solid #000099;
background-color: #EEEEFF;
color: #000099;
margin: 1em;
padding: .5em;
}

itemid:before
{
content: "Entry #";
}

itemid
{
display: inline;
background-color: #000099;
color: #EEEEFF;
padding: 1px;
font-size: 80%;
}

eventtime
{
display: inline;
background-color: #000099;
color: #EEEEFF;
padding: 1px;
font-size: 80%;
}

eventtime:after
{
content: " local time";
}

logtime
{
display: inline;
background-color: #000099;
color: #EEEEFF;
padding: 1px;
font-size: 80%;
}

logtime:after
{
content: " LiveJournal time";
}

subject
{
display: block;
background-color: inherit;
color: inherit;
font-weight: bold;
font-size: 120%;
}

event
{
display: block;
background-color: inherit;
color: inherit;
border-left: 2px solid #000099;
margin-top: .5em;
margin-bottom: .5em;
padding-left: 3px;
}

security:before
{
content: "Security level: ";
}

security
{
display: inline;
background-color: #000099;
color: #EEEEFF;
padding: 1px;
font-size: 80%;
}

allowmask:before
{
content: "Allowmask: ";
}

allowmask
{
display: inline;
background-color: #000099;
color: #EEEEFF;
padding: 1px;
font-size: 80%;
}

current_music:before
{
content: "Current music: ";
}

current_music
{
display: block;
background-color: inherit;
color: inherit;
}

current_mood:before
{
content: "Current mood: ";
}

current_mood
{
display: block;
background-color: inherit;
color: inherit;
}&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;If you are familiar with CSS, you should feel free to edit this file to your liking.&lt;br /&gt;&lt;br /&gt;Known issues:&lt;br /&gt;1. Because of the way LiveJournal exports your entries, any markup in your entries will be displayed rather than applied; so, for example, if a given entry has a hyperlink in it, then you will see something like &lt;code style="background-color:#F5DEB3"&gt;&amp;lt;a href="&lt;a href="http://www.example.com/" target="_blank"&gt;http://www.example.com/&lt;/a&gt;"&amp;gt;example text&amp;lt;/a&amp;gt;&lt;/code&gt; in your entry when viewing it this way. (Note: In the case of Microsoft Internet Explorer, there is a bug which means that if you do not follow Step 3 above, then the markup will simply be neither displayed nor applied. If you follow Step 3 above, then the Internet Explorer will display the markup rather than apply it.)&lt;br /&gt;2. LiveJournal does not export autoformatting, so linebreaks will appear only as spaces. You can change this slightly by adding a CSS declaration such as &lt;code style="background-color:#F5DEB3;white-space:nowrap"&gt;entry{white-space:pre}&lt;/code&gt;; however, if you have any long paragraphs, this will result in horizontal scrolling. Ultimately, short of editing the XML file manually to insert line breaks in long paragraphs, there is no way to address both of these issues at once. &lt;br /&gt;3. There is a bug in Microsoft Internet Explorer that affects the aesthetics of your exported journal; it creates a white background around a smaller blue background. There is no way to alter the white background; however, if you like, you can lessen the effects by setting the blue background to be white. To do this, change the fourth line of your CSS file (export.css) from &lt;code style="background-color:#F5DEB3;white-space:nowrap"&gt;background-color: #9999FF;&lt;/code&gt; to &lt;code style="background-color:#F5DEB3;white-space:nowrap"&gt;background-color: #FFFFFF;&lt;/code&gt;.&lt;br /&gt;4. There is a bug in Microsoft Internet Explorer that causes the different parts of the entry (current mood, time posted according to LJ, etc.) not to be labeled explicitly. There is no simple way to address this; however, you can edit the CSS stylesheet such that the different parts appear different (or not at all, using the property &lt;code style="background-color:#F5DEB3;white-space:nowrap"&gt;display: none;&lt;/code&gt; on any entry part).&lt;br /&gt;&lt;br /&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="ruakh" lj:user="ruakh" &gt;&lt;a href="https://ruakh.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://ruakh.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;ruakh&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;, &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="erin" lj:user="erin" &gt;&lt;a href="https://erin.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://erin.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;erin&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;, &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="janinedog" lj:user="janinedog" &gt;&lt;a href="https://janinedog.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://janinedog.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;janinedog&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;, &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="adcott" lj:user="adcott" &gt;&lt;a href="https://adcott.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://adcott.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;adcott&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;, &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="arie" lj:user="arie" &gt;&lt;a href="https://arie.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://arie.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;arie&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;, &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="deslea" lj:user="deslea" &gt;&lt;a href="https://deslea.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://deslea.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;deslea&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;, and &lt;span  class="ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     "  data-ljuser="technodummy" lj:user="technodummy" &gt;&lt;a href="https://technodummy.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://technodummy.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;technodummy&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:38600</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/38600.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=38600"/>
    <title>[C&amp;S, def., mag., notepad, punq., ref. paper] Extended Comment Links Customization for "No Comments"</title>
    <published>2005-10-27T18:00:11Z</published>
    <updated>2005-10-27T18:02:32Z</updated>
    <category term="- notepad"/>
    <category term="- punquin"/>
    <category term="comment link text"/>
    <category term="- clean and simple"/>
    <category term="- default"/>
    <category term="- refried paper"/>
    <category term="comment links"/>
    <category term="custom &amp;quot;no comments&amp;quot; phrase"/>
    <category term="- magazine"/>
    <content type="html">&lt;p&gt;The following overrides allow you to have a custom phrase show up when there are no comments on an entry. These overrides are intended to be used with the Default LiveJournal, Punquin Elegant w/Sidebar, Notepad, Refried Paper, Clean and Simple, and Magazine system styles. If you use these overrides with any other style, they may cause your journal to display incorrectly, such as changing the location of your comment links.&lt;/p&gt;

&lt;p&gt;You will have to use the following GLOBAL_HEAD override in order to allow for a customize phrase to show up when there are no comments and also to create custom comment link pluralizations. This GLOBAL_HEAD override sets up 5 classes that will be used to 'hide' certain text depending on the number of comments that are on an entry. Remember that you have to merge this override with any existing GLOBAL_HEAD overrides that you might have.&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;GLOBAL_HEAD&amp;lt;=&lt;br /&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
.nc, .ncs, .v, .scs, .pc {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;

&amp;lt;=GLOBAL_HEAD&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Each style has three sets of overrides, one for each of the three journal views. LASTN overrides affect the Recent Entries page, FRIENDS overrides affect the Friends page, and DAY overrides affect the Day page, which is accessible through the Calendar view. If you are not using the same style on all three of these views, then you may need to combine overrides from multiple tutorials in order to use the correct override for each combination of styles and views.&lt;/p&gt;

&lt;p&gt;LASTN View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;LASTN_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=LASTN_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

LASTN_TALK_LINKS&amp;lt;=&lt;br /&gt;

&amp;lt;p align="right" class="comments"&amp;gt;&amp;lt;font face="Verdana,Arial,Helvetica" size="1"&amp;gt;(&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; | &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;)&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;

&amp;lt;=LASTN_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;FRIENDS View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

FRIENDS_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;p align="right" class="comments"&amp;gt;&amp;lt;font face="Verdana,Arial,Helvetica" size="1"&amp;gt;(&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; | &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;)&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;

&amp;lt;=FRIENDS_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;DAY View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;DAY_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=DAY_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

DAY_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;p align="right" class="comments"&amp;gt;&amp;lt;font face="Verdana,Arial,Helvetica" size="1"&amp;gt;(&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; | &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;)&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;

&amp;lt;=DAY_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;ul&gt;
&lt;li&gt;&lt;b style="background: palegreen;"&gt;Leave a Comment&lt;/b&gt; : word or phrase you want to use as a link to post a new comment&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: lightskyblue;"&gt;no one has spoken&lt;/b&gt; : word or phrase that will be displayed when there are no comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: yellow;"&gt;has spoken&lt;/b&gt; : word or phrase that will be displayed when there is one comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: orange;"&gt;have spoken&lt;/b&gt; : word or phrase that will be displayed when there are more then one comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;&lt;b style="background: lightpink;"&gt; | &lt;/b&gt; : what will be displayed between the comment links&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;You might look at the *_TALK_READLINK overrides and think that it's not possible for that to allow for a link to view the comments to be present. Well you are partly correct in thinking this way. The *_TALK_READLINK override itself does not produce any text that could be used to make a link. If you look at the *_TALK_LINKS overrides, you will notice that I have placed %%readlink%% into the class argument of the span tags. The %%readlink%% will be replaced by whatever is "produced" by the *_TALK_READLINK override. The *_TALK_READLINK overrides will "produce" either nothing, a 'c' or a 'cs' depending on the number of comments that are on the entry.&lt;/p&gt;

&lt;table border="0" cellpadding="2" width="100%"&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;u&gt;What is produced&lt;/u&gt;&lt;/td&gt;
    &lt;td&gt;&lt;u&gt;Reason it was produced&lt;/u&gt;&lt;/td&gt;

  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;nothing&lt;/td&gt;
    &lt;td&gt;No comments on the entry&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td&gt;'c'&lt;/td&gt;

    &lt;td&gt;One comment on the entry&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;'cs'&lt;/td&gt;
    &lt;td&gt;More then one comment on the entry&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Using what was produced by the *_TALK_READLINK, 12 different class can be produced.&lt;/p&gt;

&lt;table border="0" cellpadding="2" width="100%"&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;u&gt;Class&lt;/u&gt;&lt;/td&gt;
    &lt;td&gt;&lt;u&gt;Needed for...&lt;/u&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;n&lt;/td&gt;

    &lt;td&gt;This class is needed to view: &lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt; when there are no comments.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;nc, ncs&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt; when there are comments&lt;/td&gt;

  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;v&lt;/td&gt;
    &lt;td&gt;This class is needed to hide the link to read the comments when there are no comments to read&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;vc, vcs&lt;/td&gt;

    &lt;td&gt;These classes are needed to view the link to read the comments when there are comments to read&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;s,scs&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt; when there is either no comments or more then one comment&lt;/td&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;sc&lt;/td&gt;
    &lt;td&gt;This classes is needed to view: &lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt; when there is exactly one comment&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;p,pc&lt;/td&gt;

    &lt;td&gt;These classes are needed to hide: &lt;span style="background: orange;"&gt;have spoken&lt;/span&gt; when there is either no comments or only one comment&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;pcs&lt;/td&gt;
    &lt;td&gt;This class is need to view: &lt;span style="background: orange;"&gt;have spoken&lt;/span&gt; when there is more then one comment&lt;/td&gt;

  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;This is where the 5 classes that were given the display: none; property in the GLOBAL_HEAD become important. In the table above you will notice that these 5 classes reference to when a class is needed to 'hide' certain text. You might notice that there is actual 7 classes that reference to when a class is needed to 'hide' text, the other 2 classes are the s and p class. we don't have to worry about hiding the s and p classes because the v class will "surround" these class and the result will be that this text will be hidden as well.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_LINKS" target="_blank"&gt;LASTN_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_READLINK" target="_blank"&gt;LASTN_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_LINKS" target="_blank"&gt;FRIENDS_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_READLINK" target="_blank"&gt;FRIENDS_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;

      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides? How do they work?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/community/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     "  data-ljuser="slice420" lj:user="slice420" &gt;&lt;a href="https://slice420.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://slice420.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;slice420&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:38373</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/38373.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=38373"/>
    <title>[tabular indent] Extended Comment Links Customization for "No Comments"</title>
    <published>2005-10-27T17:55:54Z</published>
    <updated>2005-10-27T17:56:57Z</updated>
    <category term="comment links"/>
    <category term="custom &amp;quot;no comments&amp;quot; phrase"/>
    <category term="comment link text"/>
    <category term="- tabular indent"/>
    <content type="html">&lt;p&gt;The following overrides allow you to have a custom phrase show up when there are no comments on an entry. These overrides are intended to be used with the Tabular Indent system style. If you use these overrides with any other style, they may cause your journal to display incorrectly, such as changing the location of your comment links.&lt;/p&gt;

&lt;p&gt;You will have to use the following GLOBAL_HEAD override in order to allow for a customize phrase to show up when there are no comments and also to create custom comment link pluralizations. This GLOBAL_HEAD override sets up 5 classes that will be used to 'hide' certain text depending on the number of comments that are on an entry. Remember that you have to merge this override with any existing GLOBAL_HEAD overrides that you might have.&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;GLOBAL_HEAD&amp;lt;=&lt;br /&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;

.nc, .ncs, .v, .scs, .pc {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;=GLOBAL_HEAD&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Each style has three sets of overrides, one for each of the three journal views. LASTN overrides affect the Recent Entries page, FRIENDS overrides affect the Friends page, and DAY overrides affect the Day page, which is accessible through the Calendar view. If you are not using the same style on all three of these views, then you may need to combine overrides from multiple tutorials in order to use the correct override for each combination of styles and views.&lt;/p&gt;

&lt;p&gt;LASTN View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;LASTN_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=LASTN_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

LASTN_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
&amp;lt;font color="%%color:weak_text%%"&amp;gt;&lt;br /&gt;

&amp;lt;nobr&amp;gt;&lt;br /&gt;
Comments: &amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; - &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=LASTN_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;FRIENDS View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;

&amp;lt;=FRIENDS_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

FRIENDS_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
&amp;lt;font color="%%color:weak_text%%"&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&lt;br /&gt;
Comments: &amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; - &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;DAY View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;DAY_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;

&amp;lt;=DAY_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

DAY_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
&amp;lt;font color="%%color:weak_text%%"&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&lt;br /&gt;
Comments: &amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; - &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=DAY_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;ul&gt;
&lt;li&gt;&lt;b style="background: palegreen;"&gt;Leave a Comment&lt;/b&gt; : word or phrase you want to use as a link to post a new comment&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: lightskyblue;"&gt;no one has spoken&lt;/b&gt; : word or phrase that will be displayed when there are no comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;&lt;b style="background: yellow;"&gt;has spoken&lt;/b&gt; : word or phrase that will be displayed when there is one comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: orange;"&gt;have spoken&lt;/b&gt; : word or phrase that will be displayed when there are more then one comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: lightpink;"&gt; - &lt;/b&gt; : what will be displayed between the comment links&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;You might look at the *_TALK_READLINK overrides and think that it's not possible for that to allow for a link to view the comments to be present. Well you are partly correct in thinking this way. The *_TALK_READLINK override itself does not produce any text that could be used to make a link. If you look at the *_TALK_LINKS overrides, you will notice that I have placed %%readlink%% into the class argument of the span tags. The %%readlink%% will be replaced by whatever is "produced" by the *_TALK_READLINK override. The *_TALK_READLINK overrides will "produce" either nothing, a 'c' or a 'cs' depending on the number of comments that are on the entry.&lt;/p&gt;

&lt;table border="0" cellpadding="2" width="100%"&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;u&gt;What is produced&lt;/u&gt;&lt;/td&gt;
    &lt;td&gt;&lt;u&gt;Reason it was produced&lt;/u&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;nothing&lt;/td&gt;

    &lt;td&gt;No comments on the entry&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td&gt;'c'&lt;/td&gt;
    &lt;td&gt;One comment on the entry&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;

    &lt;td&gt;'cs'&lt;/td&gt;
    &lt;td&gt;More then one comment on the entry&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Using what was produced by the *_TALK_READLINK, 12 different class can be produced.&lt;/p&gt;

&lt;table border="0" cellpadding="2" width="100%"&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;u&gt;Class&lt;/u&gt;&lt;/td&gt;

    &lt;td&gt;&lt;u&gt;Needed for...&lt;/u&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;n&lt;/td&gt;
    &lt;td&gt;This class is needed to view: &lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt; when there are no comments.&lt;/td&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;nc, ncs&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt; when there are comments&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;v&lt;/td&gt;

    &lt;td&gt;This class is needed to hide the link to read the comments when there are no comments to read&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;vc, vcs&lt;/td&gt;
    &lt;td&gt;These classes are needed to view the link to read the comments when there are comments to read&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;

    &lt;td&gt;s,scs&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt; when there is either no comments or more then one comment&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;sc&lt;/td&gt;
    &lt;td&gt;This classes is needed to view: &lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt; when there is exactly one comment&lt;/td&gt;

  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;p,pc&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: orange;"&gt;have spoken&lt;/span&gt; when there is either no comments or only one comment&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;

    &lt;td&gt;pcs&lt;/td&gt;
    &lt;td&gt;This class is need to view: &lt;span style="background: orange;"&gt;have spoken&lt;/span&gt; when there is more then one comment&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;This is where the 5 classes that were given the display: none; property in the GLOBAL_HEAD become important. In the table above you will notice that these 5 classes reference to when a class is needed to 'hide' certain text. You might notice that there is actual 7 classes that reference to when a class is needed to 'hide' text, the other 2 classes are the s and p class. we don't have to worry about hiding the s and p classes because the v class will "surround" these class and the result will be that this text will be hidden as well.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;

  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_LINKS" target="_blank"&gt;LASTN_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_READLINK" target="_blank"&gt;LASTN_TALK_READLINK&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_LINKS" target="_blank"&gt;FRIENDS_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_READLINK" target="_blank"&gt;FRIENDS_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides? How do they work?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/community/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;

    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     "  data-ljuser="slice420" lj:user="slice420" &gt;&lt;a href="https://slice420.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://slice420.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;slice420&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:37985</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/37985.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=37985"/>
    <title>[disjointed] Extended Comment Links Customization for "No Comments"</title>
    <published>2005-10-27T17:53:06Z</published>
    <updated>2005-10-27T17:53:06Z</updated>
    <category term="- disjointed"/>
    <category term="comment links"/>
    <category term="custom &amp;quot;no comments&amp;quot; phrase"/>
    <category term="comment link text"/>
    <content type="html">&lt;p&gt;The following overrides allow you to have a custom phrase show up when there are no comments on an entry. These overrides are intended to be used with the Disjointed system style. If you use these overrides with any other style, they may cause your journal to display incorrectly, such as changing the location of your comment links.&lt;/p&gt;

&lt;p&gt;You will have to use the following GLOBAL_HEAD override in order to allow for a customize phrase to show up when there are no comments and also to create custom comment link pluralizations. This GLOBAL_HEAD override sets up 5 classes that will be used to 'hide' certain text depending on the number of comments that are on an entry. Remember that you have to merge this override with any existing GLOBAL_HEAD overrides that you might have.&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;GLOBAL_HEAD&amp;lt;=&lt;br /&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;

.nc, .ncs, .v, .scs, .pc {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;=GLOBAL_HEAD&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Each style has three sets of overrides, one for each of the three journal views. LASTN overrides affect the Recent Entries page, FRIENDS overrides affect the Friends page, and DAY overrides affect the Day page, which is accessible through the Calendar view. If you are not using the same style on all three of these views, then you may need to combine overrides from multiple tutorials in order to use the correct override for each combination of styles and views.&lt;/p&gt;

&lt;p&gt;LASTN View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;LASTN_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=LASTN_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

LASTN_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; - &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;=LASTN_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;FRIENDS View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

FRIENDS_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; - &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;=FRIENDS_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;DAY View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;DAY_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=DAY_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

DAY_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; - &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;=DAY_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;ul&gt;
&lt;li&gt;&lt;b style="background: palegreen;"&gt;Leave a Comment&lt;/b&gt; : word or phrase you want to use as a link to post a new comment&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: lightskyblue;"&gt;no one has spoken&lt;/b&gt; : word or phrase that will be displayed when there are no comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: yellow;"&gt;has spoken&lt;/b&gt; : word or phrase that will be displayed when there is one comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: orange;"&gt;have spoken&lt;/b&gt; : word or phrase that will be displayed when there are more then one comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;&lt;b style="background: lightpink;"&gt; - &lt;/b&gt; : what will be displayed between the comment links&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;You might look at the *_TALK_READLINK overrides and think that it's not possible for that to allow for a link to view the comments to be present. Well you are partly correct in thinking this way. The *_TALK_READLINK override itself does not produce any text that could be used to make a link. If you look at the *_TALK_LINKS overrides, you will notice that I have placed %%readlink%% into the class argument of the span tags. The %%readlink%% will be replaced by whatever is "produced" by the *_TALK_READLINK override. The *_TALK_READLINK overrides will "produce" either nothing, a 'c' or a 'cs' depending on the number of comments that are on the entry.&lt;/p&gt;

&lt;table border="0" cellpadding="2" width="100%"&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;u&gt;What is produced&lt;/u&gt;&lt;/td&gt;
    &lt;td&gt;&lt;u&gt;Reason it was produced&lt;/u&gt;&lt;/td&gt;

  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;nothing&lt;/td&gt;
    &lt;td&gt;No comments on the entry&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td&gt;'c'&lt;/td&gt;

    &lt;td&gt;One comment on the entry&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;'cs'&lt;/td&gt;
    &lt;td&gt;More then one comment on the entry&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Using what was produced by the *_TALK_READLINK, 12 different class can be produced.&lt;/p&gt;

&lt;table border="0" cellpadding="2" width="100%"&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;u&gt;Class&lt;/u&gt;&lt;/td&gt;
    &lt;td&gt;&lt;u&gt;Needed for...&lt;/u&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;n&lt;/td&gt;

    &lt;td&gt;This class is needed to view: &lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt; when there are no comments.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;nc, ncs&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt; when there are comments&lt;/td&gt;

  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;v&lt;/td&gt;
    &lt;td&gt;This class is needed to hide the link to read the comments when there are no comments to read&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;vc, vcs&lt;/td&gt;

    &lt;td&gt;These classes are needed to view the link to read the comments when there are comments to read&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;s,scs&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt; when there is either no comments or more then one comment&lt;/td&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;sc&lt;/td&gt;
    &lt;td&gt;This classes is needed to view: &lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt; when there is exactly one comment&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;p,pc&lt;/td&gt;

    &lt;td&gt;These classes are needed to hide: &lt;span style="background: orange;"&gt;have spoken&lt;/span&gt; when there is either no comments or only one comment&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;pcs&lt;/td&gt;
    &lt;td&gt;This class is need to view: &lt;span style="background: orange;"&gt;have spoken&lt;/span&gt; when there is more then one comment&lt;/td&gt;

  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;This is where the 5 classes that were given the display: none; property in the GLOBAL_HEAD become important. In the table above you will notice that these 5 classes reference to when a class is needed to 'hide' certain text. You might notice that there is actual 7 classes that reference to when a class is needed to 'hide' text, the other 2 classes are the s and p class. we don't have to worry about hiding the s and p classes because the v class will "surround" these class and the result will be that this text will be hidden as well.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_LINKS" target="_blank"&gt;LASTN_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_READLINK" target="_blank"&gt;LASTN_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_LINKS" target="_blank"&gt;FRIENDS_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_READLINK" target="_blank"&gt;FRIENDS_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;

      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides? How do they work?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/community/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Constributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     "  data-ljuser="slice420" lj:user="slice420" &gt;&lt;a href="https://slice420.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://slice420.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;slice420&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:37858</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/37858.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=37858"/>
    <title>[generator] Extended Comment Links Customization for "No Comments"</title>
    <published>2005-10-27T17:47:23Z</published>
    <updated>2005-10-27T17:47:23Z</updated>
    <category term="- generator"/>
    <category term="comment links"/>
    <category term="custom &amp;quot;no comments&amp;quot; phrase"/>
    <category term="comment link text"/>
    <content type="html">&lt;p&gt;The following overrides allow you to have a custom phrase show up when there are no comments on an entry. These overrides are intended to be used with the Generator system style. If you use these overrides with any other style, they may cause your journal to display incorrectly, such as changing the location of your comment links.&lt;/p&gt;

&lt;p&gt;You will have to use the following GLOBAL_HEAD override in order to allow for a customize phrase to show up when there are no comments and also to create custom comment link pluralizations. This GLOBAL_HEAD override sets up 5 classes that will be used to 'hide' certain text depending on the number of comments that are on an entry. Remember that you have to merge this override with any existing GLOBAL_HEAD overrides that you might have.&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;GLOBAL_HEAD&amp;lt;=&lt;br /&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;

&amp;lt;!--&lt;br /&gt;
.nc, .ncs, .v, .scs, .pc {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;=GLOBAL_HEAD&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Each style has three sets of overrides, one for each of the three journal views. LASTN overrides affect the Recent Entries page, FRIENDS overrides affect the Friends page, and DAY overrides affect the Day page, which is accessible through the Calendar view. If you are not using the same style on all three of these views, then you may need to combine overrides from multiple tutorials in order to use the correct override for each combination of styles and views.&lt;/p&gt;

&lt;p&gt;LASTN View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;LASTN_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=LASTN_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

LASTN_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;

&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; | &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=LASTN_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;FRIENDS View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

FRIENDS_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; | &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;DAY View:&lt;/p&gt;
&lt;div style="background-color:wheat"&gt;&lt;code&gt;DAY_TALK_READLINK&amp;lt;=&lt;br /&gt;
c%%mc-plural-s%%&lt;br /&gt;
&amp;lt;=DAY_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

DAY_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
&amp;lt;span class="n%%readlink%%"&amp;gt;&lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="v%%readlink%%"&amp;gt;&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &amp;lt;span class="s%%readlink%%"&amp;gt;&lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;span class="p%%readlink%%"&amp;gt;&lt;span style="background: orange;"&gt;have spoken&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;span style="background: lightpink;"&gt; | &lt;/span&gt;&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background: palegreen;"&gt;Leave a Comment&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;

&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=DAY_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;ul&gt;
&lt;li&gt;&lt;b style="background: palegreen;"&gt;Leave a Comment&lt;/b&gt; : word or phrase you want to use as a link to post a new comment&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: lightskyblue;"&gt;no one has spoken&lt;/b&gt; : word or phrase that will be displayed when there are no comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: yellow;"&gt;has spoken&lt;/b&gt; : word or phrase that will be displayed when there is one comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;&lt;b style="background: orange;"&gt;have spoken&lt;/b&gt; : word or phrase that will be displayed when there are more then one comments&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="background: lightpink;"&gt; | &lt;/b&gt; : what will be displayed between the comment links&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;You might look at the *_TALK_READLINK overrides and think that it's not possible for that to allow for a link to view the comments to be present. Well you are partly correct in thinking this way. The *_TALK_READLINK override itself does not produce any text that could be used to make a link. If you look at the *_TALK_LINKS overrides, you will notice that I have placed %%readlink%% into the class argument of the span tags. The %%readlink%% will be replaced by whatever is "produced" by the *_TALK_READLINK override. The *_TALK_READLINK overrides will "produce" either nothing, a 'c' or a 'cs' depending on the number of comments that are on the entry.&lt;/p&gt;

&lt;table border="0" cellpadding="2" width="100%"&gt;
  &lt;tr&gt;

    &lt;td&gt;&lt;u&gt;What is produced&lt;/u&gt;&lt;/td&gt;
    &lt;td&gt;&lt;u&gt;Reason it was produced&lt;/u&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;nothing&lt;/td&gt;
    &lt;td&gt;No comments on the entry&lt;/td&gt;
  &lt;/tr&gt;

   &lt;tr&gt;
    &lt;td&gt;'c'&lt;/td&gt;
    &lt;td&gt;One comment on the entry&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;'cs'&lt;/td&gt;
    &lt;td&gt;More then one comment on the entry&lt;/td&gt;

  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Using what was produced by the *_TALK_READLINK, 12 different class can be produced.&lt;/p&gt;

&lt;table border="0" cellpadding="2" width="100%"&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;u&gt;Class&lt;/u&gt;&lt;/td&gt;
    &lt;td&gt;&lt;u&gt;Needed for...&lt;/u&gt;&lt;/td&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;n&lt;/td&gt;
    &lt;td&gt;This class is needed to view: &lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt; when there are no comments.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;nc, ncs&lt;/td&gt;

    &lt;td&gt;These classes are needed to hide: &lt;span style="background: lightskyblue;"&gt;no one has spoken&lt;/span&gt; when there are comments&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;v&lt;/td&gt;
    &lt;td&gt;This class is needed to hide the link to read the comments when there are no comments to read&lt;/td&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;vc, vcs&lt;/td&gt;
    &lt;td&gt;These classes are needed to view the link to read the comments when there are comments to read&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;s,scs&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt; when there is either no comments or more then one comment&lt;/td&gt;

  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;sc&lt;/td&gt;
    &lt;td&gt;This classes is needed to view: &lt;span style="background: yellow;"&gt;has spoken&lt;/span&gt; when there is exactly one comment&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;

    &lt;td&gt;p,pc&lt;/td&gt;
    &lt;td&gt;These classes are needed to hide: &lt;span style="background: orange;"&gt;have spoken&lt;/span&gt; when there is either no comments or only one comment&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;pcs&lt;/td&gt;
    &lt;td&gt;This class is need to view: &lt;span style="background: orange;"&gt;have spoken&lt;/span&gt; when there is more then one comment&lt;/td&gt;

  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;This is where the 5 classes that were given the display: none; property in the GLOBAL_HEAD become important. In the table above you will notice that these 5 classes reference to when a class is needed to 'hide' certain text. You might notice that there is actual 7 classes that reference to when a class is needed to 'hide' text, the other 2 classes are the s and p class. we don't have to worry about hiding the s and p classes because the v class will "surround" these class and the result will be that this text will be hidden as well.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_LINKS" target="_blank"&gt;LASTN_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_READLINK" target="_blank"&gt;LASTN_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_LINKS" target="_blank"&gt;FRIENDS_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_READLINK" target="_blank"&gt;FRIENDS_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;

      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides? How do they work?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/community/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     "  data-ljuser="slice420" lj:user="slice420" &gt;&lt;a href="https://slice420.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://slice420.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;slice420&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:37445</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/37445.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=37445"/>
    <title>Clearing Your Cache: Unix: Konqueror</title>
    <published>2005-09-09T04:02:43Z</published>
    <updated>2009-02-01T18:21:54Z</updated>
    <category term="~ cache"/>
    <content type="html">&lt;p&gt;DISCLAIMER: This document is not an official LiveJournal document. It is a resource document maintained by a fellow user. The original source of information is noted, where applicable. LiveJournal takes no responsibility for the accuracy of this information.&lt;/p&gt;

&lt;h2&gt;Clearing your cache: Unix: Konqueror&lt;/h2&gt;

&lt;p&gt;Reminder: Clearing your cache will slow the performance of your browser and increase your bandwidth consumption. This effect is temporary. The details are available in &lt;a href="http://www.livejournal.com/users/howto/21595.html" target="_blank"&gt;this post&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Clearing your cache&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Click Settings, and select "Configure Konqueror..."&lt;/li&gt;
&lt;li&gt;Select "Cache" from the sidebar.&lt;/li&gt;
&lt;li&gt;Click "Clear Cache".&lt;/li&gt;
&lt;li&gt;Click OK.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;Clearing LiveJournal cached files only&lt;/h3&gt;
&lt;ul&gt;

&lt;li&gt;Open a command-line window, and enter the following command exactly as shown:
&lt;pre&gt;
rm -f $HOME/.kde/cache-`hostname`/http/?/*.livejournal.com*
&lt;/pre&gt;
&lt;/li&gt;&lt;/ul&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:37349</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/37349.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=37349"/>
    <title>[magazine] Removing Currents from Friends Page</title>
    <published>2005-08-11T01:58:07Z</published>
    <updated>2005-08-11T01:58:07Z</updated>
    <category term="current mood and music"/>
    <category term="removing currents"/>
    <category term="- magazine"/>
    <content type="html">&lt;p&gt;In the Magazine system style, it is possible to hide the current mood and music on your Friends page by using the following override.  Please note that this override hides both mood and music, and it is not possible to hide one of them individually.&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_HEAD&amp;lt;=&lt;br /&gt;

&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;nbsp;&amp;nbsp;.Current {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display: none;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;=FRIENDS_HEAD&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;If you would like to hide the current mood and music on your Recent Entries and Day pages as well, you can change FRIENDS_HEAD to GLOBAL_HEAD.  Please note that you will then need to merge this override with any other GLOBAL_HEAD overrides you are using.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;
    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_HEAD" target="_blank"&gt;FRIENDS_HEAD&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;

      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides?  How do they work?&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/community/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alsatia" lj:user="alsatia" &gt;&lt;a href="https://alsatia.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alsatia.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alsatia&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:37014</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/37014.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=37014"/>
    <title>[generator] Removing Currents from Friends Page</title>
    <published>2005-08-11T01:45:34Z</published>
    <updated>2005-08-11T01:45:34Z</updated>
    <category term="current mood and music"/>
    <category term="removing currents"/>
    <category term="- generator"/>
    <content type="html">&lt;p&gt;In the Generator system style, it is possible to hide the current mood and music on your Friends page by using the following override.  Please note that this override hides both mood and music, and it is not possible to hide one of them individually.&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_HEAD&amp;lt;=&lt;br /&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;nbsp;&amp;nbsp;.entrybox .meta {&lt;br /&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display: none;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;=FRIENDS_HEAD&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;If you would like to hide the current mood and music on your Recent Entries and Day pages as well, you can change FRIENDS_HEAD to GLOBAL_HEAD.  Please note that you will then need to merge this override with any other GLOBAL_HEAD overrides you are using.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_HEAD" target="_blank"&gt;FRIENDS_HEAD&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;

  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides?  How do they work?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/community/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;

      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alsatia" lj:user="alsatia" &gt;&lt;a href="https://alsatia.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alsatia.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alsatia&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:36713</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/36713.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=36713"/>
    <title>[disjointed] Removing Currents from Friends Page</title>
    <published>2005-08-11T01:43:29Z</published>
    <updated>2005-08-11T01:43:29Z</updated>
    <category term="current mood and music"/>
    <category term="removing currents"/>
    <category term="- disjointed"/>
    <content type="html">&lt;p&gt;In the Disjointed system style, it is possible to hide the current mood and music on your Friends page by using the following override.  Please note that this override hides both mood and music, and it is not possible to hide one of them individually.&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_HEAD&amp;lt;=&lt;br /&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;nbsp;&amp;nbsp;.currbox {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display: none;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;}&lt;br /&gt;

--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;=FRIENDS_HEAD&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;If you would like to hide the current mood and music on your Recent Entries and Day pages as well, you can change FRIENDS_HEAD to GLOBAL_HEAD.  Please note that you will then need to merge this override with any other GLOBAL_HEAD overrides you are using.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;
    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;

      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_HEAD" target="_blank"&gt;FRIENDS_HEAD&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides?  How do they work?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/community/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alsatia" lj:user="alsatia" &gt;&lt;a href="https://alsatia.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alsatia.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alsatia&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:36366</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/36366.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=36366"/>
    <title>[clean and simple] Removing Currents from Friends Page</title>
    <published>2005-08-11T01:00:32Z</published>
    <updated>2005-08-11T01:00:32Z</updated>
    <category term="current mood and music"/>
    <category term="removing currents"/>
    <category term="- clean and simple"/>
    <content type="html">&lt;p&gt;In the Clean and Simple system style, it is possible to hide the current mood and music on your Friends page by using the following override.  Please note that this override hides both mood and music, and it is not possible to hide one of them individually.&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_HEAD&amp;lt;=&lt;br /&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;nbsp;&amp;nbsp;.currents {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display: none;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;

&amp;lt;=FRIENDS_HEAD&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;If you would like to hide the current mood and music on your Recent Entries and Day pages as well, you can change FRIENDS_HEAD to GLOBAL_HEAD.  Please note that you will then need to merge this override with any other GLOBAL_HEAD overrides you are using.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;
    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_HEAD" target="_blank"&gt;FRIENDS_HEAD&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?GLOBAL_HEAD" target="_blank"&gt;GLOBAL_HEAD&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides?  How do they work?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/community/howto/926.html" target="_blank"&gt;Merging your GLOBAL_HEAD overrides&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alsatia" lj:user="alsatia" &gt;&lt;a href="https://alsatia.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alsatia.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alsatia&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:36103</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/36103.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=36103"/>
    <title>[tabular indent] Changing Comment Link Text</title>
    <published>2005-08-05T03:58:04Z</published>
    <updated>2005-08-05T03:58:04Z</updated>
    <category term="comment links"/>
    <category term="comment link text"/>
    <category term="- tabular indent"/>
    <content type="html">&lt;p&gt;The following overrides allow you to change the text of comment links in the Tabular Indent system style.  If you use these overrides with any other style, they may cause your journal to display incorrectly, such as changing the location of your comment links.&lt;/p&gt;

&lt;p&gt;Each style has three sets of overrides, one for each of the three journal views.  LASTN overrides affect the Recent Entries page, FRIENDS overrides affect the Friends page, and DAY overrides affect the Day page, which is accessible through the Calendar view.  If you are not using the same style on all three of these views, then you may need to combine overrides from multiple tutorials in order to use the correct override for each combination of styles and views.&lt;/p&gt;

&lt;p&gt;LASTN View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;LASTN_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; -&lt;br /&gt;

&amp;lt;=LASTN_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

LASTN_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
&amp;lt;font color="%%color:weak_text%%"&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&lt;br /&gt;
Comments: %%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;.&lt;br /&gt;

&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=LASTN_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;FRIENDS View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_TALK_READLINK&amp;lt;=&lt;br /&gt;

&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; -&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

FRIENDS_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;

&amp;lt;font color="%%color:weak_text%%"&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&lt;br /&gt;
Comments: %%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;.&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;

&amp;lt;=FRIENDS_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;DAY View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;DAY_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; -&lt;br /&gt;

&amp;lt;=DAY_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

DAY_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
&amp;lt;font color="%%color:weak_text%%"&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&lt;br /&gt;
Comments: %%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;.&lt;br /&gt;

&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=DAY_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Change &lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt; to the word or phrase you want to use as a link to post a new comment and change &lt;span style="background-color:orange"&gt;thought&lt;/span&gt; to the word or phrase you want displayed when there is one comment on an entry.&lt;/p&gt;

&lt;p&gt;The S1 style system supports four forms of pluralization for comment links.  If the word can be pluralized by adding "s" to the end, you do not need to change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; at all.  For other pluralizations, you should make the following changes:&lt;/p&gt;

&lt;dl&gt;
  &lt;dt&gt;&lt;em&gt;Add "es":&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; to %%mc-plural-es%%.&lt;/dd&gt;
  &lt;dt&gt;&lt;em&gt;Change "y" to "ies":&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Remove the "y" from the word and change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; to %%mc-plural-ies%%.&lt;/dd&gt;

  &lt;dt&gt;&lt;em&gt;Singular and plural are the same:&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Remove &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;p&gt;If you want to use a pluralization method that is not listed here, it may be possible through the advanced overrides described in the &lt;a href="http://www.livejournal.com/community/howto/16395.html" target="_blank"&gt;Extended Comments Links Pluralization&lt;/a&gt; tutorial.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_LINKS" target="_blank"&gt;LASTN_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_READLINK" target="_blank"&gt;LASTN_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_LINKS" target="_blank"&gt;FRIENDS_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_READLINK" target="_blank"&gt;FRIENDS_TALK_READLINK&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_LINKS" target="_blank"&gt;DAY_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides?  How do they work?&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alsatia" lj:user="alsatia" &gt;&lt;a href="https://alsatia.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alsatia.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alsatia&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:35914</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/35914.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=35914"/>
    <title>[disjointed] Changing Comment Link Text</title>
    <published>2005-08-05T03:23:29Z</published>
    <updated>2005-08-05T03:23:29Z</updated>
    <category term="- disjointed"/>
    <category term="comment links"/>
    <category term="comment link text"/>
    <content type="html">&lt;p&gt;The following overrides allow you to change the text of comment links in the Disjointed system style.  If you use these overrides with any other style, they may cause your journal to display incorrectly, such as changing the location of your comment links.&lt;/p&gt;

&lt;p&gt;Each style has three sets of overrides, one for each of the three journal views.  LASTN overrides affect the Recent Entries page, FRIENDS overrides affect the Friends page, and DAY overrides affect the Day page, which is accessible through the Calendar view.  If you are not using the same style on all three of these views, then you may need to combine overrides from multiple tutorials in order to use the correct override for each combination of styles and views.&lt;/p&gt;

&lt;p&gt;LASTN View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;LASTN_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; - &lt;br /&gt;

&amp;lt;=LASTN_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

LASTN_TALK_LINKS&amp;lt;=&lt;br /&gt;
%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;=LASTN_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;FRIENDS View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; - &lt;br /&gt;
&amp;lt;=FRIENDS_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

FRIENDS_TALK_LINKS&amp;lt;=&lt;br /&gt;

%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;DAY View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;DAY_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; - &lt;br /&gt;

&amp;lt;=DAY_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

DAY_TALK_LINKS&amp;lt;=&lt;br /&gt;
%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;=DAY_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Change &lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt; to the word or phrase you want to use as a link to post a new comment and change &lt;span style="background-color:orange"&gt;thought&lt;/span&gt; to the word or phrase you want displayed when there is one comment on an entry.&lt;/p&gt;

&lt;p&gt;The S1 style system supports four forms of pluralization for comment links.  If the word can be pluralized by adding "s" to the end, you do not need to change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; at all.  For other pluralizations, you should make the following changes:&lt;/p&gt;

&lt;dl&gt;
  &lt;dt&gt;&lt;em&gt;Add "es":&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; to %%mc-plural-es%%.&lt;/dd&gt;
  &lt;dt&gt;&lt;em&gt;Change "y" to "ies":&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Remove the "y" from the word and change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; to %%mc-plural-ies%%.&lt;/dd&gt;

  &lt;dt&gt;&lt;em&gt;Singular and plural are the same:&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Remove &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;p&gt;If you want to use a pluralization method that is not listed here, it may be possible through the advanced overrides described in the &lt;a href="http://www.livejournal.com/community/howto/16395.html" target="_blank"&gt;Extended Comments Links Pluralization&lt;/a&gt; tutorial.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_LINKS" target="_blank"&gt;LASTN_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_READLINK" target="_blank"&gt;LASTN_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_LINKS" target="_blank"&gt;FRIENDS_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_READLINK" target="_blank"&gt;FRIENDS_TALK_READLINK&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_LINKS" target="_blank"&gt;DAY_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides?  How do they work?&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alsatia" lj:user="alsatia" &gt;&lt;a href="https://alsatia.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alsatia.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alsatia&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:35782</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/35782.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=35782"/>
    <title>[generator] Changing Comment Link Text</title>
    <published>2005-08-05T03:13:47Z</published>
    <updated>2005-08-05T03:20:03Z</updated>
    <category term="- generator"/>
    <category term="comment links"/>
    <category term="comment link text"/>
    <content type="html">&lt;p&gt;The following overrides allow you to change the text of comment links in the Generator system style.  If you use these overrides with any other style, they may cause your journal to display incorrectly, such as changing the location of your comment links.&lt;/p&gt;

&lt;p&gt;Each style has three sets of overrides, one for each of the three journal views.  LASTN overrides affect the Recent Entries page, FRIENDS overrides affect the Friends page, and DAY overrides affect the Day page, which is accessible through the Calendar view.  If you are not using the same style on all three of these views, then you may need to combine overrides from multiple tutorials in order to use the correct override for each combination of styles and views.&lt;/p&gt;

&lt;p&gt;LASTN View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;LASTN_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;&amp;lt;b&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;|&lt;br /&gt;

&amp;lt;=LASTN_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

LASTN_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;

&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=LASTN_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;FRIENDS View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;&amp;lt;b&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;|&lt;br /&gt;

&amp;lt;=FRIENDS_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

FRIENDS_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;

&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;DAY View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;DAY_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;&amp;lt;b&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;|&lt;br /&gt;

&amp;lt;=DAY_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

DAY_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"&amp;gt;&lt;br /&gt;
%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;

&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;=DAY_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Change &lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt; to the word or phrase you want to use as a link to post a new comment and change &lt;span style="background-color:orange"&gt;thought&lt;/span&gt; to the word or phrase you want displayed when there is one comment on an entry.&lt;/p&gt;

&lt;p&gt;The S1 style system supports four forms of pluralization for comment links.  If the word can be pluralized by adding "s" to the end, you do not need to change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; at all.  For other pluralizations, you should make the following changes:&lt;/p&gt;

&lt;dl&gt;
  &lt;dt&gt;&lt;em&gt;Add "es":&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; to %%mc-plural-es%%.&lt;/dd&gt;
  &lt;dt&gt;&lt;em&gt;Change "y" to "ies":&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Remove the "y" from the word and change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; to %%mc-plural-ies%%.&lt;/dd&gt;

  &lt;dt&gt;&lt;em&gt;Singular and plural are the same:&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Remove &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;p&gt;If you want to use a pluralization method that is not listed here, it may be possible through the advanced overrides described in the &lt;a href="http://www.livejournal.com/community/howto/16395.html" target="_blank"&gt;Extended Comments Links Pluralization&lt;/a&gt; tutorial.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_LINKS" target="_blank"&gt;LASTN_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_READLINK" target="_blank"&gt;LASTN_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_LINKS" target="_blank"&gt;FRIENDS_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_READLINK" target="_blank"&gt;FRIENDS_TALK_READLINK&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_LINKS" target="_blank"&gt;DAY_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides?  How do they work?&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alsatia" lj:user="alsatia" &gt;&lt;a href="https://alsatia.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alsatia.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alsatia&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:howto:35450</id>
    <author>
      <name>howto_user</name>
    </author>
    <lj:poster user="howto_user" userid="5799482"/>
    <link rel="alternate" type="text/html" href="https://howto.livejournal.com/35450.html"/>
    <link rel="self" type="text/xml" href="https://howto.livejournal.com/data/atom/?itemid=35450"/>
    <title>[default][punquin][notepad][refried paper][clean and simple][magazine] Changing Comment Link Text</title>
    <published>2005-08-05T02:53:07Z</published>
    <updated>2005-08-05T02:54:46Z</updated>
    <category term="- notepad"/>
    <category term="- punquin"/>
    <category term="comment link text"/>
    <category term="- clean and simple"/>
    <category term="- default"/>
    <category term="- refried paper"/>
    <category term="comment links"/>
    <category term="- magazine"/>
    <content type="html">&lt;p&gt;The following overrides allow you to change the text of comment links in the Default LiveJournal, Punquin Elegant w/Sidebar, Notepad, Refried Paper, Clean and Simple, and Magazine system styles.  If you use these overrides with any other style, they may cause your journal to display incorrectly, such as changing the location of your comment links.&lt;/p&gt;

&lt;p&gt;Each style has three sets of overrides, one for each of the three journal views.  LASTN overrides affect the Recent Entries page, FRIENDS overrides affect the Friends page, and DAY overrides affect the Day page, which is accessible through the Calendar view.  If you are not using the same style on all three of these views, then you may need to combine overrides from multiple tutorials in order to use the correct override for each combination of styles and views.&lt;/p&gt;

&lt;p&gt;LASTN View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;LASTN_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; |&lt;br /&gt;
&amp;lt;=LASTN_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

LASTN_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;p align="right" class="comments"&amp;gt;&amp;lt;font face="Verdana,Arial,Helvetica" size="1"&amp;gt;(%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;)&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;=LASTN_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;FRIENDS View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;FRIENDS_TALK_READLINK&amp;lt;=&lt;br /&gt;
&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; |&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

FRIENDS_TALK_LINKS&amp;lt;=&lt;br /&gt;

&amp;lt;p align="right" class="comments"&amp;gt;&amp;lt;font face="Verdana,Arial,Helvetica" size="1"&amp;gt;(%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;)&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;=FRIENDS_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;DAY View:&lt;/p&gt;

&lt;div style="background-color:wheat"&gt;&lt;code&gt;DAY_TALK_READLINK&amp;lt;=&lt;br /&gt;

&amp;lt;a href="%%urlread%%"&amp;gt;%%messagecount%% &lt;span style="background-color:orange"&gt;thought&lt;/span&gt;&lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;&amp;lt;/a&amp;gt; |&lt;br /&gt;
&amp;lt;=DAY_TALK_READLINK&lt;br /&gt;&lt;br /&gt;

DAY_TALK_LINKS&amp;lt;=&lt;br /&gt;
&amp;lt;p align="right" class="comments"&amp;gt;&amp;lt;font face="Verdana,Arial,Helvetica" size="1"&amp;gt;(%%readlink%%&amp;lt;a href="%%urlpost%%"&amp;gt;&lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt;&amp;lt;/a&amp;gt;)&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;

&amp;lt;=DAY_TALK_LINKS&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Change &lt;span style="background-color:yellow"&gt;share your thoughts&lt;/span&gt; to the word or phrase you want to use as a link to post a new comment and change &lt;span style="background-color:orange"&gt;thought&lt;/span&gt; to the word or phrase you want displayed when there is one comment on an entry.&lt;/p&gt;

&lt;p&gt;The S1 style system supports four forms of pluralization for comment links.  If the word can be pluralized by adding "s" to the end, you do not need to change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; at all.  For other pluralizations, you should make the following changes:&lt;/p&gt;

&lt;dl&gt;
  &lt;dt&gt;&lt;em&gt;Add "es":&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; to %%mc-plural-es%%.&lt;/dd&gt;
  &lt;dt&gt;&lt;em&gt;Change "y" to "ies":&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Remove the "y" from the word and change &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt; to %%mc-plural-ies%%.&lt;/dd&gt;

  &lt;dt&gt;&lt;em&gt;Singular and plural are the same:&lt;/em&gt;&lt;/dt&gt; &lt;dd&gt;Remove &lt;span style="background-color:lightskyblue"&gt;%%mc-plural-s%%&lt;/span&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;p&gt;If you want to use a pluralization method that is not listed here, it may be possible through the advanced overrides described in the &lt;a href="http://www.livejournal.com/community/howto/16395.html" target="_blank"&gt;Extended Comments Links Pluralization&lt;/a&gt; tutorial.&lt;/p&gt;

&lt;table cellpadding="2" border="0" width="100%" cellspacing="0" style="text-align: left; background: #a9a9a9;"&gt;
  &lt;tr&gt;

    &lt;td valign="top" width="30%"&gt;&lt;span style="color: #000000;"&gt;Variable References:&lt;/span&gt;&lt;/td&gt;
    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_LINKS" target="_blank"&gt;LASTN_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?LASTN_TALK_READLINK" target="_blank"&gt;LASTN_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_LINKS" target="_blank"&gt;FRIENDS_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?FRIENDS_TALK_READLINK" target="_blank"&gt;FRIENDS_TALK_READLINK&lt;/a&gt;&lt;/li&gt;

        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_LINKS" target="_blank"&gt;DAY_TALK_LINKS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/developer/varinfo.bml?DAY_TALK_READLINK" target="_blank"&gt;DAY_TALK_READLINK&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td valign="top"&gt;&lt;span style="color: #000000;"&gt;Additional References:&lt;/span&gt;&lt;/td&gt;

    &lt;td valign="top"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=124" target="_blank"&gt;What are overrides?  How do they work?&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Contributed by &lt;span  class="ljuser  i-ljuser  i-ljuser-type-P     "  data-ljuser="alsatia" lj:user="alsatia" &gt;&lt;a href="https://alsatia.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=923.1" /&gt;&lt;/a&gt;&lt;a href="https://alsatia.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;alsatia&lt;/b&gt;&lt;/a&gt;&lt;a class="i-ljuser-badge i-ljuser-badge--pro" data-badge-type="pro" data-placement="bottom" data-pro-badge data-pro-badge-type="1" data-is-raw hidden href="#"&gt;&lt;span class="i-ljuser-badge__icon"&gt;&lt;svg class="svgicon" width="25" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;path fill-rule="evenodd" d="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" clip-rule="evenodd"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;</content>
  </entry>
</feed>
