<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Links are not working correct</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Thu, 23 Apr 2026 00:49:10 -0000</pubDate>

		<item>
			<title>foxhound</title>
			<description><![CDATA[Yes, gaming community site.<br />
Thanks for that I did read the topic earlier today and checked my code, all was fine there  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/wink.gif" alt=";)" />]]></description>
			<pubDate>Sa, 14 Aug 2010 23:13:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5723&d=0#post25657]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Do you have a gaming-site?<br />
<br />
A lot of them have pictures with stats. And in there are also :<br />
If you delete them there do, these can be shown too.<br />
See <a href="http://www.cotonti.com/forums.php?m=posts&amp;q=5773">here</a>]]></description>
			<pubDate>Sa, 14 Aug 2010 21:52:07 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5723&d=0#post25654]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[Awesome, thanks a lot.<br />
You know, probably this is again due to my stupidity but i always thought that list was the &quot;allow&quot; list  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/surprised.gif" alt=":O" /> <br />
<br />
Thanks, that immediatly fixed all my link issues!]]></description>
			<pubDate>Sa, 14 Aug 2010 21:49:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5723&d=0#post25653]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[In your BBCode : is not aloud<br />
<br />
<pre class="code">\&#091;url=((?:http://|https://|ftp://)?&#091;^\s&quot;':\&#091;&#093;+)\&#093;(.+?)\&#091;/url\&#093;</pre>
<br />
delete de : in de part after second ?<br />
<br />
Like this:<br />
<pre class="code">\&#091;url=((?:http://|https://|ftp://)?&#091;^\s&quot;'\&#091;&#093;+)\&#093;(.+?)\&#091;/url\&#093;</pre>]]></description>
			<pubDate>Sa, 14 Aug 2010 20:41:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5723&d=0#post25646]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[Sorry for not responding for so long but I went out on holidays and also have my PC fried and so lost all details (inlcuding the main email, thats why i did not answer you yet, I had to wait for mail from my isp).<br />
<br />
Anyway, changing the bbcode like that does not fix it, cause the first bbcode does not even work on my site neither. This<br />
- <a href="http://community.bistudio.com/wiki/ArmA2:_Moves" rel="nofollow">Animation list 3</a><br />
- [url]http://community.bistudio.com/wiki/ArmA2:_Moves[/url]<br />
<br />
Displays as <pre class="code">- &#091;url=http://community.bistudio.com/wiki/ArmA2:_Moves&#093;Animation list 3&#091;/url&#093;
- &#091;url&#093;http://community.bistudio.com/wiki/ArmA2:_Moves&#091;/url&#093;</pre>
<br />
Here on the Cotonti site its working (that first link, the second is neither), so I am wondering whats wrong with my bbcode in the admin panel.<br />
If you want to see an example i can show you on the site.]]></description>
			<pubDate>Sa, 14 Aug 2010 20:09:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5723&d=0#post25645]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Hi fox,<br />
<br />
[^\s&quot;':\[]+)\](.+?)<br />
<br />
is different from:<br />
<br />
[^\s&quot;':]+)<br />
<br />
so the second one will detect less url's.<br />
<br />
This is just a quick look at it, do not kill me if it is wrong..<br />
<br />
But try to replace [^\s&quot;':]+) with [^\s&quot;':\[]+)\](.+?)<br />
<br />
OW, when you change BBCodes, try it in a <strong>NEW</strong> post, or save an existing one.<br />
<br />
greetings,<br />
<br />
EZ<br />
<br />
(ps. Check the shoutbox I sent  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />  )]]></description>
			<pubDate>Di, 13 Jul 2010 20:11:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5723&d=0#post25227]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[I have a problem on my website. The bbcode for urls is not working correctly as how it should.<br />
I checked it on this site and here it is working just fine as you can see below.<br />
The problem is with links like these: <pre class="code">http://community.bistudio.com/wiki/ArmA2:_Moves</pre> The &quot;:&quot; makes the bbcode being unable to paste the link correctly. If you use bbcodes the output looks like this: <pre class="code">- &#091;url=http://community.bistudio.com/wiki/ArmA2:_Moves&#093;Animation list 3&#091;/url&#093;
- &#091;url&#093;http://community.bistudio.com/wiki/ArmA2:_Moves&#091;/url&#093;</pre>
While if I post these links here they are pasted correctly:<br />
- <a href="http://community.bistudio.com/wiki/ArmA2:_Moves" rel="nofollow">Animation list 3</a><br />
- [url]http://community.bistudio.com/wiki/ArmA2:_Moves[/url]  &lt;----hmmm, seems not to work here neither?<br />
<br />
You can have a look for yourself how it looks in the forums:<br />
<a href="http://www.armaholic.com/forums.php?m=posts&amp;q=6751" rel="nofollow">http://www.armaholic.com/forums.php?m=posts&amp;q=6751</a><br />
<br />
<br />
This is my bbcode: <pre class="code">\&#091;url=((?:http://|https://|ftp://)?&#091;^\s&quot;':\&#091;&#093;+)\&#093;(.+?)\&#091;/url\&#093;</pre> with html: <pre class="code">&lt;a href=https://www.cotonti.com/&quot;$1&quot; target=&quot;_blank&quot;&gt;$2&lt;/a&gt;</pre>
<br />
And here is the other bbcode: <pre class="code">\&#091;url\&#093;((?:http://|https://|ftp://)?&#091;^\s&quot;':&#093;+)\&#091;/url\&#093;</pre> with html: <pre class="code">&lt;a href=https://www.cotonti.com/&quot;$1&quot; target=&quot;_blank&quot;&gt;$1&lt;/a&gt;</pre>
<br />
Anyone able to see what is wrong?]]></description>
			<pubDate>Di, 13 Jul 2010 19:43:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5723&d=0#post25225]]></link>
		</item>
	</channel>
</rss>