<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    if you install the module, you have a text box on the right and one
    on the left.<br>
    <br>
    In the left, you put the string exactly as it appears in the module.
    "Read more" is not the same as "Read more?" I believe the exact
    string in the node.module is "Read more". Only first word
    capitalised, no punctuation.<br>
    <br>
    then on the right, put what you want to appear. Refresh page.
    Celebrate.<br>
    <br>
    On 11/04/2011 16:55, Christian Qui&ntilde;ones wrote:
    <blockquote
      cite="mid:BANLkTi=0egiTYhs-0BA4UTF_J6u_HTrdqg@mail.gmail.com"
      type="cite">Ok, so if I use string overrides, would I just use the
      word "Read More"?, when trying this, no changes take place.<br>
      <br>
      <div class="gmail_quote">On Mon, Apr 11, 2011 at 8:45 PM, Neil
        Coghlan <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:neil@esl-lounge.com">neil@esl-lounge.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff" text="#000000"> if you want to replace
            all instances of "Read More", then string overrides is the
            easiest way to do it.
            <div>
              <div class="h5"><br>
                <br>
                On 11/04/2011 16:31, Christian Qui&ntilde;ones wrote:
                <blockquote type="cite">@Neil.&nbsp; I am afraid I have to do
                  some more research to learn how to roll my own links.&nbsp;
                  I was hoping it was as simple as just "replacing"
                  keywords.<br>
                  <br>
                  @Earnie, I looked at the api and I dont' understand if
                  I have to just copy and paste into the node.api.php
                  file or if I have to actually create a module invoking
                  this api.&nbsp; If its tha latter, I will need to keep
                  searching for a better solution.<br>
                  <br>
                  Either way, thank you for your input.<br>
                  <br>
                  <div class="gmail_quote">On Mon, Apr 11, 2011 at 7:40
                    PM, Earnie Boyd <span dir="ltr">&lt;<a
                        moz-do-not-send="true"
                        href="mailto:earnie@users.sourceforge.net"
                        target="_blank">earnie@users.sourceforge.net</a>&gt;</span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin: 0pt
                      0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
                      204, 204); padding-left: 1ex;">Simply roll a
                      custom module that implements hook_link_alter[1]
                      for D6 or<br>
                      hook_node_view_alter[2] for D7.<br>
                      <br>
                      [1]<br>
                      <a moz-do-not-send="true"
href="http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hook_link_alter/6"
                        target="_blank">http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hook_link_alter/6</a><br>
                      [2]<br>
                      <a moz-do-not-send="true"
href="http://api.drupal.org/api/drupal/modules--node--node.api.php/function/hook_node_view_alter/7"
                        target="_blank">http://api.drupal.org/api/drupal/modules--node--node.api.php/function/hook_node_view_alter/7</a><br>
                      <br>
                      <br>
                      --<br>
                      Earnie<br>
                      -- <a moz-do-not-send="true"
                        href="http://progw.com" target="_blank">http://progw.com</a><br>
                      -- <a moz-do-not-send="true"
                        href="http://www.for-my-kids.com"
                        target="_blank">http://www.for-my-kids.com</a><br>
                      <font color="#888888">--<br>
                      </font>
                      <div>
                        <div>[ Drupal support list | <a
                            moz-do-not-send="true"
                            href="http://lists.drupal.org/"
                            target="_blank">http://lists.drupal.org/</a>
                          ]<br>
                        </div>
                      </div>
                    </blockquote>
                  </div>
                  <br>
                </blockquote>
              </div>
            </div>
          </div>
          <br>
          --<br>
          [ Drupal support list | <a moz-do-not-send="true"
            href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
          ]<br>
        </blockquote>
      </div>
      <br>
    </blockquote>
  </body>
</html>