Hi, whem I change the file 1001 into categories for add the <br> tag, the urls of the links appear wrong, with the
path of the web and %22 at the begin and the end of the link and when click show a error.
Now I view the links in this format: link 1 link 2 link 3..
I whise the links appear in this mode:
link 1
link 2
link 3
The code of 1001 categories its:
a:12:{s:2:"id";i:1001;s:4:"name";s:7:"Default";s:6:"filter";a:1:{i:0;i:1;}s:6:&q
uot;sortby";s:2:"id";s:5:"order";s:4:"desc";s:5:"slots";i:0;s:5:"limit
";i:0;s:8:"template";s:74:"<a href="{$URL}"
title="{$ANCHOR}">{$ANCHOR}</a> {$DESCRIPTION} ";s:6:"public";i:1;s:
5:"split";i:0;s:5:"links";i:-1;s:6:"linksf";i:-1;}
And the bug appear when I push the <br> after the description, like this:
a:12:{s:2:"id";i:1001;s:4:"name";s:7:"Default";s:6:"filter";a:1:{i:0;i:1;}s:6:&q
uot;sortby";s:2:"id";s:5:"order";s:4:"desc";s:5:"slots";i:0;s:5:"limit
";i:0;s:8:"template";s:74:"<a href="{$URL}"
title="{$ANCHOR}">{$ANCHOR}</a> {$DESCRIPTION}<br> ";s:6:"public&qu
ot;;i:1;s:5:"split";i:0;s:5:"links";i:-1;s:6:"linksf";i:-1;}
Thanks in advanced.
path of the web and %22 at the begin and the end of the link and when click show a error.
Now I view the links in this format: link 1 link 2 link 3..
I whise the links appear in this mode:
link 1
link 2
link 3
The code of 1001 categories its:
a:12:{s:2:"id";i:1001;s:4:"name";s:7:"Default";s:6:"filter";a:1:{i:0;i:1;}s:6:&q
uot;sortby";s:2:"id";s:5:"order";s:4:"desc";s:5:"slots";i:0;s:5:"limit
";i:0;s:8:"template";s:74:"<a href="{$URL}"
title="{$ANCHOR}">{$ANCHOR}</a> {$DESCRIPTION} ";s:6:"public";i:1;s:
5:"split";i:0;s:5:"links";i:-1;s:6:"linksf";i:-1;}
And the bug appear when I push the <br> after the description, like this:
a:12:{s:2:"id";i:1001;s:4:"name";s:7:"Default";s:6:"filter";a:1:{i:0;i:1;}s:6:&q
uot;sortby";s:2:"id";s:5:"order";s:4:"desc";s:5:"slots";i:0;s:5:"limit
";i:0;s:8:"template";s:74:"<a href="{$URL}"
title="{$ANCHOR}">{$ANCHOR}</a> {$DESCRIPTION}<br> ";s:6:"public&qu
ot;;i:1;s:5:"split";i:0;s:5:"links";i:-1;s:6:"linksf";i:-1;}
Thanks in advanced.