<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Good work Christophe<br>
    <br>
    The only thing missing:<br>
    variables when used need to be prefixed with $, so you can use: <br>
    <blockquote type="cite">{assign var="ParentRecordMd" value=
      Vtiger_Record_Model::getInstanceById($RECORD->getId(),
      $MODULE_MODEL->get('name'))}<br>
      {assign var="RelationListVw" value=
      Vtiger_RelationListView_Model::getInstance(<b>$Par</b><b>entRecordMd</b>,
      $RELATED_LINK->getRelatedModuleName(),
      $RELATED_LINK->getLabel())}<br>
      {assign var="TotalCountRr" value=<b>$RelationListVw</b>->getRelatedEntriesCount()}<br>
    </blockquote>
    (I don't know why, but mine wouldn't parse correctly with the single
    {} containing semi colons..)<br>
    <br>
    And finally you can show the count somewhere with {$TotalCountRr}<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 23/04/15 08:12, Christophe Humbert
      wrote:<br>
    </div>
    <blockquote
cite="mid:CABffS=zOGVxXXBuwvKPez--Shw_G-PNq0WdvE8eKUs6B4o2QfA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>Hello Richard and All<br>
            <br>
          </div>
          I have never developed in PHP so please excuse my newbee
          question but I think I am onto something<br>
        </div>
        in the file you mentionned after the line mentionned below i.e
        line 36 I have added some code<br>
        {* Assuming most of the related link label would be module name
        - we perform dual translation *}<br>
                                    {assign
        var="DETAILVIEWRELATEDLINKLBL" value=
        vtranslate($RELATED_LINK->getLabel(),
        $RELATED_LINK->getRelatedModuleName());<br>
        assign var="ParentRecordMd" value=
        Vtiger_Record_Model::getInstanceById($RECORD->getId(),
        $MODULE_MODEL->get('name'));<br>
        assign var="RelationListVw" value=
        Vtiger_RelationListView_Model::getInstance(ParentRecordMd,
        $RELATED_LINK->getRelatedModuleName(),
        $RELATED_LINK->getLabel());<br>
        assign var="TotalCountRr" value=
        RelationListVw->getRelatedEntriesCount();}<br>
        <div>
          <div>
            <div>
              <div class="gmail_extra"><br>
              </div>
              <div class="gmail_extra">But it does not work<br>
              </div>
              <div class="gmail_extra">I know that $Record->getId()
                is working as well as $MODULE... and $RELATED_LINK...<br>
                <br>
              </div>
              <div class="gmail_extra">Any further tip would be
                appreciated<br>
              </div>
              <div class="gmail_extra"><br clear="all">
                <div>
                  <div class="gmail_signature">Christophe Humbert<br>
                    <br>
                    <br>
                  </div>
                </div>
                <br>
                <div class="gmail_quote">On Mon, Apr 20, 2015 at 12:37
                  AM, Richard Hills - Technologywise <span dir="ltr"><<a
                      moz-do-not-send="true"
                      href="mailto:richard@tw.co.nz" target="_blank">richard@tw.co.nz</a>></span>
                  wrote:<br>
                  <blockquote class="gmail_quote" style="margin:0px 0px
                    0px 0.8ex;border-left:1px solid
                    rgb(204,204,204);padding-left:1ex">
                    <div text="#000000" bgcolor="#FFFFFF"> layout:
                      layouts/vlayout/modules/Vtiger/DetailViewPostProcess.tpl<br>
                      then you can likely adjust
                      getDetailViewRelatedLinks() inside of
                      ./modules/Vtiger/models/DetailView.php to find the
                      count and pass it through to the template.<br>
                      <br>
                      Should be relatively easy to do and you could even
                      chuck in a config switch and submit it to the
                      project.<br>
                      <br>
                      This was just a two minute look after seeing the
                      question here, I may be missing some better way to
                      do it, but this is at least one way you should be
                      able to achieve what you want.<br>
                      <br>
                      Good luck
                      <div>
                        <div class="h5"><br>
                          <br>
                          <br>
                          <div>On 19/04/15 21:59, Simone Travaglini
                            wrote:<br>
                          </div>
                        </div>
                      </div>
                      <blockquote type="cite">
                        <div>
                          <div class="h5">
                            <div dir="ltr">+1</div>
                            <div class="gmail_extra"><br>
                              <div class="gmail_quote">2015-04-19 10:46
                                GMT+02:00 Christophe Humbert <span
                                  dir="ltr"><<a
                                    moz-do-not-send="true"
                                    href="mailto:chrissc.humbert@gmail.com"
                                    target="_blank">chrissc.humbert@gmail.com</a>></span>:<br>
                                <blockquote class="gmail_quote"
                                  style="margin:0px 0px 0px
                                  0.8ex;border-left:1px solid
                                  rgb(204,204,204);padding-left:1ex">
                                  <div dir="ltr">
                                    <div>Anyone...a tip to guide me in
                                      the right direction?<br>
                                      <br>
                                    </div>
                                    Thanks a lot
                                    <div>
                                      <div><br>
                                        <div class="gmail_extra"><br
                                            clear="all">
                                          <div>
                                            <div><br>
                                              <br>
                                            </div>
                                          </div>
                                          <br>
                                          <div class="gmail_quote">On
                                            Fri, Apr 17, 2015 at 10:57
                                            AM, Christophe Humbert <span
                                              dir="ltr"><<a
                                                moz-do-not-send="true"
                                                href="mailto:chrissc.humbert@gmail.com"
                                                target="_blank">chrissc.humbert@gmail.com</a>></span>
                                            wrote:<br>
                                            <blockquote
                                              class="gmail_quote"
                                              style="margin:0px 0px 0px
                                              0.8ex;border-left:1px
                                              solid
                                              rgb(204,204,204);padding-left:1ex">
                                              <div dir="ltr">
                                                <div>Hello Alan<br>
                                                  <br>
                                                </div>
                                                Yes it is present on
                                                on-demand version and
                                                for me it should not be
                                                too complicated...once
                                                you know where to look
                                                at..<br>
                                                <div class="gmail_extra"><br
                                                    clear="all">
                                                  <div>
                                                    <div>and it is
                                                      clearly a nice
                                                      plus..<br>
                                                    </div>
                                                    <div><br>
                                                    </div>
                                                  </div>
                                                  <div>
                                                    <div> <br>
                                                      <div
                                                        class="gmail_quote">On
                                                        Fri, Apr 17,
                                                        2015 at 10:42
                                                        AM, Alan Lord <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:alanslists@gmail.com"
                                                          target="_blank">alanslists@gmail.com</a>></span>
                                                        wrote:<br>
                                                        <blockquote
                                                          class="gmail_quote"
                                                          style="margin:0px
                                                          0px 0px
                                                          0.8ex;border-left:1px
                                                          solid
                                                          rgb(204,204,204);padding-left:1ex"><span>On

                                                          17/04/15
                                                          09:34,
                                                          Christophe
                                                          Humbert wrote:<br>
                                                          <blockquote
                                                          class="gmail_quote"
                                                          style="margin:0px
                                                          0px 0px
                                                          0.8ex;border-left:1px
                                                          solid
                                                          rgb(204,204,204);padding-left:1ex">
                                                          Hello<br>
                                                          <br>
                                                          On community
                                                          Edition, I
                                                          would like to
                                                          add in the
                                                          right panel
                                                          where you<br>
                                                          have all
                                                          related
                                                          modules the
                                                          number of
                                                          records for
                                                          each
                                                          modules....<br>
                                                          </blockquote>
                                                          <br>
                                                          </span> I have
                                                          been asking
                                                          for that for
                                                          *years*...<br>
                                                          <br>
                                                          The developers
                                                          seemed a bit
                                                          reticent about
                                                          doing it for
                                                          performance
                                                          reasons but I
                                                          noted (I
                                                          think) that it
                                                          is possible in
                                                          the On Demand
                                                          version.<br>
                                                          <br>
                                                          Al<br>
                                                          <br>
                                                          <br>
_______________________________________________<br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                                                        </blockquote>
                                                      </div>
                                                      <br>
                                                    </div>
                                                  </div>
                                                </div>
                                              </div>
                                            </blockquote>
                                          </div>
                                          <br>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                  <br>
_______________________________________________<br>
                                  <a moz-do-not-send="true"
                                    href="http://www.vtiger.com/"
                                    target="_blank">http://www.vtiger.com/</a><br>
                                </blockquote>
                              </div>
                              <br>
                              <br clear="all">
                              <div><br>
                              </div>
                              -- <br>
                              <div>Simone Travaglini<br>
                                328 <a moz-do-not-send="true"
                                  href="tel:5499846" value="+3525499846"
                                  target="_blank">5499846</a><br>
                                Linkedin: Simone Travaglini <br>
                                <br>
                                <br>
                                <span style="color:rgb(51,204,0)">Rispetta
                                  l'ambiente: non stampare questa mail
                                  se non ti è veramente necessario!</span><br>
                              </div>
                            </div>
                            <br>
                            <fieldset></fieldset>
                            <br>
                          </div>
                        </div>
                        <pre>_______________________________________________
<a moz-do-not-send="true" href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a></pre>
                        <span class=""><font color="#888888"> </font></span></blockquote>
                      <span class=""><font color="#888888"> <br>
                          <pre cols="72">-- 
Richard Hills
TechnologyWise Ltd, Tauranga, NZ
<a moz-do-not-send="true" href="mailto:richard@tw.co.nz" target="_blank">richard@tw.co.nz</a>
<a moz-do-not-send="true" href="http://www.technologywise.co.nz" target="_blank">www.technologywise.co.nz</a>
ph: <a moz-do-not-send="true" href="tel:%2B64%20%280%297%20571%201060" value="+6475711060" target="_blank">+64 (0)7 571 1060</a>
fax: <a moz-do-not-send="true" href="tel:%2B64%20%280%297%20571%201061" value="+6475711061" target="_blank">+64 (0)7 571 1061</a></pre>
                        </font></span></div>
                    <br>
                    _______________________________________________<br>
                    <a moz-do-not-send="true"
                      href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  </blockquote>
                </div>
                <br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Richard Hills
TechnologyWise Ltd, Tauranga, NZ
<a class="moz-txt-link-abbreviated" href="mailto:richard@tw.co.nz">richard@tw.co.nz</a>
<a class="moz-txt-link-abbreviated" href="http://www.technologywise.co.nz">www.technologywise.co.nz</a>
ph: +64 (0)7 571 1060
fax: +64 (0)7 571 1061</pre>
  </body>
</html>