<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : tittle for image links</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 21:50:09 -0000</pubDate>

		<item>
			<title>esclkm</title>
			<description><![CDATA[OK! I Will make it for tomorrow (по крайней мере постараюсь. Сейчас занятия в психбольнице)]]></description>
			<pubDate>Wed, 24 Dec 2008 05:10:29 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=916&d=0#post2570]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Right, many ALT attributes of images are missing. Please make a list of locations in code, where we can easily add such missing tags (like you did in example above). So we will add them all at once.]]></description>
			<pubDate>Wed, 24 Dec 2008 05:05:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=916&d=0#post2569]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[there are a lot of imagelinks in sed:<br />
1. insert image in text area<br />
2. insert file in text area<br />
3/ reply pm<br />
4/ delete<br />
5/ and other<br />
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<br />
<br />
and i don't know what country has what flag? that's why I recommend to replace build_flag function by that:<br />
new standart<br />
function sed_build_flag($flag)<br />
{<br />
	$flag = (empty($flag)) ? '00' : $flag;<br />
	return '&lt;a href=https://www.cotonti.com/&quot;'.sed_url('users', 'f=country_'.$flag).'&quot;&gt;&lt;img src=https://www.cotonti.com/&quot;images/flags/f-'.$flag.'.gif&quot; alt=&quot;'.$flag.'&quot; /&gt;&lt;/a&gt;';<br />
}  <br />
<br />
my variation<br />
<br />
function sed_build_flag($flag)<br />
	{<br />
	global $sed_countries;<br />
<br />
	$flag = (empty($flag)) ? '00' : $flag;<br />
	$result = '&lt;a href=https://www.cotonti.com/&quot;users.php?f=country_'.$flag.'&quot; title=&quot;'.$sed_countries[$flag].'&quot;&gt;&lt;img src=https://www.cotonti.com/&quot;system/img/flags/f-'.$flag.'.gif&quot; alt=&quot;'.$flag.'&quot; /&gt;&lt;/a&gt;';<br />
	return($result);<br />
	}<br />
alt - loading only when our pictures are are disabled in browser  <br />
and this function give to us hint with name of the country]]></description>
			<pubDate>Wed, 24 Dec 2008 04:28:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=916&d=0#post2566]]></link>
		</item>
	</channel>
</rss>