Wednesday 13 July 2005 12:37:53 am
Hi,
has anybody else encountered this problem? After I updated to 3.6 links entered through OE don't work anymore. All that's displayed when I disable the editor is
<strong><link href='' target='_self'>Ungdommens Naturvidenskabelige Forening (UNF) </link></strong>har til formål er at fremme interessen for naturvidenskab og teknologi, fortrinsvis blandt unge. UNF arrangerer foredrag, studiebesøg, konkurrencer og camps, f.eks. <link href=''>Biotech Camp</link>
Both links are displayed as standard text only. They worked before the update. Here's the link to the page:http://130.226.173.218/index.php/planteforskningdk/links/forening. I use the following to display the links:
{let nodes=fetch('content','list',hash('parent_node_id',$node.node_id ,
sort_by,array('name',true()),
depth,3,
class_filter_type,include,
class_filter_array,array('link')
))}
<table>
{section loop=$nodes}
<tr><td width="580">
{attribute_view_gui attribute=$:item.object.data_map.description}
</td>
</tr>
{/section}
</table>
{/let}
{/let}
Thanks Michael
|