<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Forum images</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 13:30:22 -0000</pubDate>

		<item>
			<title>Twiebie</title>
			<description><![CDATA[I've tried putting that in with my own class but nothing changed..<br />
<br />
(I see you signed up, join the chat if you have time, it's a bit easier)<br />
<br />
<strong>Added 25 minutes later:</strong><br />
<br />
It's working now.<br />
<br />
Now I have the following code:<br />
<br />
1:<br />
<pre class="code">\&#091;img\&#093;((?:http://|https://|ftp://)?&#091;^&quot;\';\?\&#091;&#093;+\.(?:jpg|jpeg|gif|png))\&#091;/img\&#093;</pre>
<pre class="code">&lt;a href=https://www.cotonti.com/&quot;$1&quot;&gt;&lt;img src=&quot;$1&quot; alt=&quot;&quot; class=&quot;scale&quot; /&gt;&lt;/a&gt;</pre>
<br />
2:<br />
<pre class="code">\&#091;img=((?:http://|https://|ftp://)?&#091;^\&#093;&quot;';\?&#093;+\.(?:jpg|jpeg|gif|png))\&#093;((?:http://|https://|ftp://)?&#091;^\&#093;&quot;';\?&#093;+\.(?:jpg|jpeg|gif|png))\&#091;/img\&#093;</pre>
<pre class="code">&lt;a href=https://www.cotonti.com/&quot;$1&quot;&gt;&lt;img src=&quot;$2&quot; alt=&quot;&quot; class=&quot;scale&quot; /&gt;&lt;/a&gt;</pre>]]></description>
			<pubDate>Do, 05 Aug 2010 17:14:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25489]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[<a href="http://www.cotonti.com/datas/users/bbcodes_64.gif"><img src="http://www.cotonti.com/datas/users/bbcodes_64.gif" alt="" class="scale" /></a><br />
<br />
This is how mine is:<br /><br /><b>Added 51 seconds later:</b><br /><br />don't put the class=resizeimage]]></description>
			<pubDate>Do, 05 Aug 2010 17:12:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25488]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[Cleared the HTML cache, nothing changed.. <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/sad.gif" alt=":(" />]]></description>
			<pubDate>Do, 05 Aug 2010 17:12:06 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25487]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[go Admin &gt; Others &gt; BBcode and Clear HTML cache see if that works<br /><br /><b>Added 21 seconds later:</b><br /><br />Add the bottom]]></description>
			<pubDate>Do, 05 Aug 2010 17:07:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25486]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[Yep, did that. Didn't work..]]></description>
			<pubDate>Do, 05 Aug 2010 16:47:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25485]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[both items changed.<br />
<br />
1st img: you need to change the pattern ANd the replacement with the first 2 lines<br />
2nd img: you need to change the pattern ANd the replacement with the last 2 lines]]></description>
			<pubDate>Do, 05 Aug 2010 16:45:06 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25484]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[I've tried replacing it with your patterns but it didn't work..<br />
<br />
I upgraded from the latest Seditio, does that have something to do with it maybe?]]></description>
			<pubDate>Do, 05 Aug 2010 16:42:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25483]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[go to: <a href="http://www.dev-enter.net/admin.php?m=bbcode" rel="nofollow">http://www.dev-enter.net/admin.php?m=bbcode</a><br />
<br />
Search for img (2nd page for me)<br />
There are 2<br />
<br />
I know there was a problem, but I can't find it anymore in the forums.<br />
<br />
These are mine, and they work for me:<br />
Pattern(2nd column):<br />
<pre class="code">\&#091;img\&#093;((?:http://|https://|ftp://)?&#091;^&quot;\';:\?&#093;+\.(?:jpg|jpeg|gif|png))\&#091;/img\&#093;</pre>
Replacement(3th column):<br />
<pre class="code">&lt;a href=https://www.cotonti.com/&quot;$1&quot;&gt;&lt;img src=&quot;$1&quot; alt=&quot;&quot; class=&quot;resizeimage&quot; /&gt;&lt;/a&gt;</pre>
<br />
Pattern(2nd column):<br />
<pre class="code">\&#091;img=((?:http://|https://|ftp://)?&#091;^\&#093;&quot;';:\?&#093;+\.(?:jpg|jpeg|gif|png))\&#093;((?:http://|https://|ftp://)?&#091;^\&#093;&quot;';:\?&#093;+\.(?:jpg|jpeg|gif|png))\&#091;/img\&#093;</pre>
Replacement(3th column):<br />
<pre class="code">&lt;a href=https://www.cotonti.com/&quot;$1&quot;&gt;&lt;img src=&quot;$2&quot; alt=&quot;&quot; class=&quot;resizeimage&quot; /&gt;&lt;/a&gt;</pre><br /><br /><b>Added 1 minute later:</b><br /><br />EDIT: Have you done a fresh install?? Maybe me need to check if it is OK in the source.<br />
<br />
Most of us that had the problem changed it, and this is not changed if you do an upgrade.]]></description>
			<pubDate>Do, 05 Aug 2010 16:25:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25482]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[When on my website I post an image with the image tags, it works fine.<br />
However when I post 2 images in the same post both images don't show up anymore!<br />
<br />
What is going on?]]></description>
			<pubDate>Do, 05 Aug 2010 15:19:26 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5773&d=0#post25479]]></link>
		</item>
	</channel>
</rss>