<?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: Wiki hyper link not working in IE 7 and 8 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/wiki-hyper-link-not-working-in-ie-7-and-8/m-p/263904#M217034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't help you on the hyperlink, but can possibly help you with the rendering of the wiki page edit.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We also had the problem where you could not edit a wiki page in IE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are running Alfresco Community 3.4c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were able to fix this by overriding page.get.htm.lftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy the file from D:\Alfresco34\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\wiki\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and place into the extension folder (you might have to create it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tomcat home&amp;gt;\shared\classes\alfresco\web-extension\site-webscripts\org\alfresco\components\wiki\page.get.html.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Approximately line 51,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;change&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create: ${(permissions["create"]!false)?string},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: ${(permissions["edit"]!false)?string},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;delete: ${(permissions["delete"]!false)?string}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"create": ${(permissions["create"]!false)?string},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"edit": ${(permissions["edit"]!false)?string},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"delete": ${(permissions["delete"]!false)?string}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The quotes were there in release 3.3.g and the wiki editor worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure why the quotes were removed between 3.3.g and 3.4.x - but replacing them seemed to fix it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, in our tests, the only one that HAD to be replaced was around the word "delete"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 18:28:38 GMT</pubDate>
    <dc:creator>lgoldblatt</dc:creator>
    <dc:date>2011-03-01T18:28:38Z</dc:date>
    <item>
      <title>Wiki hyper link not working in IE 7 and 8</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wiki-hyper-link-not-working-in-ie-7-and-8/m-p/263903#M217033</link>
      <description>I am using alfresco 3.4.d community edition .when I am creating a wiki page there is an option to call the existing wikipages using hyperlink&amp;nbsp; with its name [[wiki page name]] as described in the documentation of alfresco .But it is not working in IE and its works fine in firefox.Can any one help me</description>
      <pubDate>Tue, 22 Feb 2011 10:24:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wiki-hyper-link-not-working-in-ie-7-and-8/m-p/263903#M217033</guid>
      <dc:creator>sumeshbnr</dc:creator>
      <dc:date>2011-02-22T10:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Wiki hyper link not working in IE 7 and 8</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wiki-hyper-link-not-working-in-ie-7-and-8/m-p/263904#M217034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't help you on the hyperlink, but can possibly help you with the rendering of the wiki page edit.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We also had the problem where you could not edit a wiki page in IE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are running Alfresco Community 3.4c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were able to fix this by overriding page.get.htm.lftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy the file from D:\Alfresco34\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\wiki\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and place into the extension folder (you might have to create it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tomcat home&amp;gt;\shared\classes\alfresco\web-extension\site-webscripts\org\alfresco\components\wiki\page.get.html.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Approximately line 51,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;change&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create: ${(permissions["create"]!false)?string},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: ${(permissions["edit"]!false)?string},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;delete: ${(permissions["delete"]!false)?string}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"create": ${(permissions["create"]!false)?string},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"edit": ${(permissions["edit"]!false)?string},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"delete": ${(permissions["delete"]!false)?string}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The quotes were there in release 3.3.g and the wiki editor worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure why the quotes were removed between 3.3.g and 3.4.x - but replacing them seemed to fix it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, in our tests, the only one that HAD to be replaced was around the word "delete"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 18:28:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wiki-hyper-link-not-working-in-ie-7-and-8/m-p/263904#M217034</guid>
      <dc:creator>lgoldblatt</dc:creator>
      <dc:date>2011-03-01T18:28:38Z</dc:date>
    </item>
  </channel>
</rss>

