Bugs » Modify Categories

added on Aug 24, 2007 by Ignacio
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>&nbsp;{$DESCRIPTION}&nbsp;";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>&nbsp;{$DESCRIPTION}<br>&nbsp;";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.

added on Aug 27, 2007 by v0id
hi, did you modify the file directly or did you edit it from the admin of LinkEX?

You should never edit any of the files LinkEX created, since it'll screw up the data files.

You should change the template from the admin > Categories > Edit

Simply add the <br> and you're fine

- v0id
added on Aug 27, 2007 by Ignacio
;) sorry I change the categories directly, now its work very fine.

Thanks very much!

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.