cotonti.com : tittle for image links https://www.cotonti.com Последние сообщения в теме Cotonti en Tue, 21 Oct 2025 11:10:58 -0000 esclkm ср, 24 дек 2008 05:10:29 -0000 Trustmaster ср, 24 дек 2008 05:05:24 -0000 esclkm 1. insert image in text area
2. insert file in text area
3/ reply pm
4/ delete
5/ and other
I think that some of them may be replaced with text links. and other must have hint - because some times to understand what is what is so difficult

and i don't know what country has what flag? that's why I recommend to replace build_flag function by that:
new standart
function sed_build_flag($flag)
{
$flag = (empty($flag)) ? '00' : $flag;
return '<a href=https://www.cotonti.com/"'.sed_url('users', 'f=country_'.$flag).'"><img src=https://www.cotonti.com/"images/flags/f-'.$flag.'.gif" alt="'.$flag.'" /></a>';
}

my variation

function sed_build_flag($flag)
{
global $sed_countries;

$flag = (empty($flag)) ? '00' : $flag;
$result = '<a href=https://www.cotonti.com/"users.php?f=country_'.$flag.'" title="'.$sed_countries[$flag].'"><img src=https://www.cotonti.com/"system/img/flags/f-'.$flag.'.gif" alt="'.$flag.'" /></a>';
return($result);
}
alt - loading only when our pictures are are disabled in browser
and this function give to us hint with name of the country]]>
ср, 24 дек 2008 04:28:45 -0000