Hello Frank,
As mentioned in my previous post, once you have added the format_text() function into misc.lib, all you would need to do thereafter is parse cat and links names in the appropriate classes:
For example in 'category.class.php':To avoid any confusion with dody's vars, I created my own vars and replaced $title and $url by $parsedtitle and $parsedurl in the frontend templates. Then I added the following lines in the link.class.php:Code:$tpl->assign('cat_description', format_text($cat_description));Unfortunately my changes were very intuitive so I can't really write a complete HOWTO... Must be intermediate or advanced PHP programmer to implement this mod.Code:$tpl->assign('parsedtitle', format_text($title)); $tpl->assign('parsedurl', format_text($url));
It was fairly easy to modify the CheckUrl.php to scan two URLs per multilang entry (my site is asymmetrical, some links are English, about 25% is both in English and French) but my endeavor was successful (my code is so ugly though ... I'll post it only if an advanced developer agrees to review it ...)
Cheers,
Seb


