<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Link in Notify emails template not clickable in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/494016#M40519</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Out of the box email templates are stored on the repository folder:&lt;/P&gt;&lt;P&gt;Repository &amp;gt;&amp;nbsp;&amp;nbsp;Data Dictionary &amp;gt;&amp;nbsp;Email Templates&lt;/P&gt;&lt;P&gt;The ones you are trying&amp;nbsp; to change are in a subfolder call&amp;nbsp;&amp;nbsp;&amp;nbsp;"Notify Email Templates".&amp;nbsp;&lt;/P&gt;&lt;P&gt;To update them you only have to create a new versions of the contents in this folder.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 18:28:42 GMT</pubDate>
    <dc:creator>roberto_gamiz</dc:creator>
    <dc:date>2025-10-20T18:28:42Z</dc:date>
    <item>
      <title>Link in Notify emails template not clickable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/493735#M40483</link>
      <description>&lt;P&gt;Good day Folks,&lt;/P&gt;
&lt;P&gt;The links in all the Notify emails templates in the various languages are not clickable. I would please like to know how I can fix this, so that users can click on the links.&lt;/P&gt;
&lt;P&gt;Please find the script for the Notify emails template in English for preview.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;style type="text/css"&amp;gt;&amp;lt;!--
body
{
font-family: Arial, sans-serif;
font-size: 14px;
color: #4c4c4c;
}

a, a:visited
{
color: #0072cf;
}
--&amp;gt;&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body bgcolor="#dddddd"&amp;gt;
&amp;lt;table width="100%" cellpadding="20" cellspacing="0" border="0" bgcolor="#dddddd"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td width="100%" align="center"&amp;gt;
&amp;lt;table width="70%" cellpadding="0" cellspacing="0" bgcolor="white" style="background-color: white; border: 1px solid #aaaaaa;"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td width="100%"&amp;gt;
&amp;lt;table width="100%" cellpadding="0" cellspacing="0" border="0"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="padding: 10px 30px 0px;"&amp;gt;
&amp;lt;table width="100%" cellpadding="0" cellspacing="0" border="0"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;
&amp;lt;table cellpadding="0" cellspacing="0" border="0"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;
&amp;lt;img src="http://10.0.0.58:8080/share/res/components/images/page-64.png" alt="" width="64" height="64" border="0" style="padding-right: 20px;" /&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;
&amp;lt;div style="font-size: 22px; padding-bottom: 4px;"&amp;gt;
${person.properties.firstName} &amp;lt;#if person.properties.lastName?exists&amp;gt; ${person.properties.lastName}&amp;lt;/#if&amp;gt; has added a new content item, ${document.name}, in the ${document.siteShortName!""} site
&amp;lt;/div&amp;gt;
&amp;lt;div style="font-size: 13px;"&amp;gt;
${date?datetime?string.full}
&amp;lt;/div&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;div style="font-size: 14px; margin: 12px 0px 24px 0px; padding-top: 10px; border-top: 1px solid #aaaaaa;"&amp;gt;
&amp;lt;p&amp;gt;Hi,&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;${person.properties.firstName}
&amp;lt;#if person.properties.lastName?exists&amp;gt; ${person.properties.lastName}&amp;lt;/#if&amp;gt;
has added a new content item, ${document.name}, in the ${document.siteShortName!""} site. &amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Click this link to view the item:&amp;lt;br /&amp;gt;

&amp;lt;br /&amp;gt;${document.shareUrl}&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Sincerely,&amp;lt;br /&amp;gt;
Alfresco&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;
&amp;lt;div style="border-bottom: 1px solid #aaaaaa;"&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;I look forward to hearing from anyone who can assist me.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 14:09:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/493735#M40483</guid>
      <dc:creator>EjikeAlfie</dc:creator>
      <dc:date>2025-10-08T14:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Link in Notify emails template not clickable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/493855#M40493</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You should wrap the share url in a link tag. Download the template and upload the modified one as a new version.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 09:05:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/493855#M40493</guid>
      <dc:creator>jesusmarmol</dc:creator>
      <dc:date>2025-10-14T09:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Link in Notify emails template not clickable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/493887#M40500</link>
      <description>&lt;P&gt;How do I do that?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 15:56:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/493887#M40500</guid>
      <dc:creator>EjikeAlfie</dc:creator>
      <dc:date>2025-10-15T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Link in Notify emails template not clickable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/494016#M40519</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Out of the box email templates are stored on the repository folder:&lt;/P&gt;&lt;P&gt;Repository &amp;gt;&amp;nbsp;&amp;nbsp;Data Dictionary &amp;gt;&amp;nbsp;Email Templates&lt;/P&gt;&lt;P&gt;The ones you are trying&amp;nbsp; to change are in a subfolder call&amp;nbsp;&amp;nbsp;&amp;nbsp;"Notify Email Templates".&amp;nbsp;&lt;/P&gt;&lt;P&gt;To update them you only have to create a new versions of the contents in this folder.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 18:28:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/link-in-notify-emails-template-not-clickable/m-p/494016#M40519</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-10-20T18:28:42Z</dc:date>
    </item>
  </channel>
</rss>

