<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - Archive]]></title>
		<link>http://punbb.informer.com/forums/</link>
		<description><![CDATA[The most recent topics at PunBB Forums.]]></description>
		<lastBuildDate>Tue, 02 Dec 2008 11:40:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[own clickable links]]></title>
			<link>http://punbb.informer.com/forums/topic/20432/own-clickable-links/new/posts/</link>
			<description><![CDATA[<p>i</p><p>i have set for clickable kommte:// link in parser.php<br />but this not make a sence mean not work.</p><div class="codebox"><pre><code>    $text = preg_replace(&#039;#(?&lt;=[\s\]\)])(&lt;)?(\[)?(\()?([\&#039;&quot;]?)(https?|ftp|news|kommute){1}://([\w\-]+\.([\w\-]+\.)*[\w]+(:[0-9]+)?(/[^\s\[]*[^\s.,?!\[;:-])?)\4(?(3)(\)))(?(2)(\]))(?(1)(&gt;))(?![^\s]*\[/(?:url|img)\])#ie&#039;, &#039;stripslashes(\&#039;$1$2$3$4\&#039;).handle_url_tag(\&#039;$5://$6\&#039;, \&#039;$5://$6\&#039;, true).stripslashes(\&#039;$4$10$11$12\&#039;)&#039;, $text);</code></pre></div><p>but it will not clickable i must use to get clickable?</p><p>or i must rewrite handle_url_tag ?</p><div class="codebox"><pre><code>    $full_url = str_replace(array(&#039; &#039;, &#039;\&#039;&#039;, &#039;`&#039;, &#039;&quot;&#039;), array(&#039;%20&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;), $url);
    if (strpos($url, &#039;www.&#039;) === 0)            // If it starts with www, we add http://
        $full_url = &#039;http://&#039;.$full_url;
    else if (strpos($url, &#039;ftp.&#039;) === 0)    // Else if it starts with ftp, we add ftp://
        $full_url = &#039;ftp://&#039;.$full_url;
    else if (!preg_match(&#039;#^([a-z0-9]{3,6})://#&#039;, $url))     // Else if it doesn&#039;t start with abcdef://, we add http://
        $full_url = &#039;http://&#039;.$full_url;</code></pre></div><p>But this it will add 2 &quot;kommute://&quot;<br /></p><div class="codebox"><pre><code>    else if (strpos($url, &#039;kommute://&#039;) === 0)    
        $full_url =kommute://&#039;.$full_url;</code></pre></div><p>how must it look to get work?</p>]]></description>
			<author><![CDATA[dummy@example.com (Anatoly)]]></author>
			<pubDate>Tue, 02 Dec 2008 11:40:14 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/20432/own-clickable-links/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Forum for installation issues]]></title>
			<link>http://punbb.informer.com/forums/topic/20279/forum-for-installation-issues/new/posts/</link>
			<description><![CDATA[<p>Surely there should be a forum for discussing installation issues?</p>]]></description>
			<author><![CDATA[dummy@example.com (esupergood)]]></author>
			<pubDate>Sun, 16 Nov 2008 18:45:21 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/20279/forum-for-installation-issues/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[Release] Meta Keywords]]></title>
			<link>http://punbb.informer.com/forums/topic/20254/release-meta-keywords/new/posts/</link>
			<description><![CDATA[<p><span style="color: red"><strong>------------------------------------------------------------------</strong></span></p><p><span style="color: red"><strong>Edit:</strong></span> This and other functions have been packed into a better extension, you can find it <a href="http://punbb.informer.com/forums/topic/20258/release-meta-tags-administration/">here</a>.</p><p><span style="color: red"><strong>------------------------------------------------------------------</strong></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Thu, 13 Nov 2008 20:35:45 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/20254/release-meta-keywords/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Putting elements 'behind' PunBB with z-index]]></title>
			<link>http://punbb.informer.com/forums/topic/19467/putting-elements-behind-punbb-with-zindex/new/posts/</link>
			<description><![CDATA[<p>Hola,<br />Recently I&#039;ve tried to put elements &#039;under&#039; the forum columns, with z-index. As IE is numbering the index from 0, I couldn&#039;t use z-index:-1 - so, I need to give PunBB a higher number... </p><p><a href="http://kepfeltoltes.hu/080630/Clipboard03_www.kepfeltoltes.hu_.jpg">http://kepfeltoltes.hu/080630/Clipboard &#133; es.hu_.jpg</a></p><p>Red Circle: this is what I want to achieve: an element positioned behind the forum<br />Pink Circle: this is the max I could get (in IE) only links (elements that have hover) are displayed<br />Green circle: this is the default display of an item, positioned over the forum.</p><p>So, again: I want to give a Z-index for PunBB as a whole to be able to put absolutely positioned divs/elements behind it. I could achieve this with negative z-index numbers, but those are only supported in FF/Opera. IE only supports positive Z-index numbers, so to be able to put something behind an element, I have to raise the index number for the foreground one.</p><p>I&#039;ve tried #punwrap without success. I also tried to create a div (with high index number) by opening/closing it in the header/footer. Is there a div that encompasses PunBB as a whole?</p>]]></description>
			<author><![CDATA[dummy@example.com (poisoborz)]]></author>
			<pubDate>Mon, 30 Jun 2008 20:55:54 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/19467/putting-elements-behind-punbb-with-zindex/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Раскажи здесь о своём форуме.]]></title>
			<link>http://punbb.informer.com/forums/topic/12016/raskazhi-zdes-o-svoem-forume/new/posts/</link>
			<description><![CDATA[<p>???? ? ?????? ???? ???? ????? ????????? ? ???.<br />???????.</p>]]></description>
			<author><![CDATA[dummy@example.com (segoist)]]></author>
			<pubDate>Sun, 07 Jan 2007 05:15:02 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/12016/raskazhi-zdes-o-svoem-forume/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Всем кто пишет в этот форум]]></title>
			<link>http://punbb.informer.com/forums/topic/7141/vsem-kto-pishet-v-etot-forum/new/posts/</link>
			<description><![CDATA[<p>???? ??? ????? ? ???? ?????</p><p><strong>???????</strong><br />?? ??????? ????????? ?? ????????? ????? ??????? ???-???? - ??????? ?????????? ????? ?? win-1251<br />?????? ????????? ? ????????? ?? ????????? (iso-8859-1) ?? ??????? ????? ?? ????????? Mozilla 1.3 ? ????, ? ?? IE 6 ????????????? ?????????</p><p>??????? ?? ???????????? ? ????? ?? ???????? - ??? ??????.<br />??? ????????? ???????? ???????? ?????????? ????????????? ?? &quot;??????????&quot; ????????? - ???? ???????, ??? ???? ????????? 10 ???????? ?? ?? ??????? ??????????? ????????? ?? win1251. <br />? ?? ? ???? ???? ??????? ??????????? ?????? ??? ????????????? - ??????? ??? ??????? ????????????????? ?????? ???????????? ????????? ?? ?????????.</p><p>? ???? ???????? ? ?????? ?????????? ??????????. ????? ?????? ? ????? ?????? ??????? ????????.</p><p>??????? ?? ????????.</p>]]></description>
			<author><![CDATA[dummy@example.com (torg)]]></author>
			<pubDate>Thu, 19 Oct 2006 14:20:46 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/7141/vsem-kto-pishet-v-etot-forum/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[XSS]]></title>
			<link>http://punbb.informer.com/forums/topic/13405/xss/new/posts/</link>
			<description><![CDATA[<p>?? ???, ??? ??? ????? 1.2.13 ??? ?? ??????????</p>]]></description>
			<author><![CDATA[dummy@example.com (lamo)]]></author>
			<pubDate>Sat, 07 Oct 2006 13:20:35 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13405/xss/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[КАТАЛОГ ФОРУМОВ!!!]]></title>
			<link>http://punbb.informer.com/forums/topic/13366/katalog-forumov/new/posts/</link>
			<description><![CDATA[<p>?????????? ??????????????? ???? ??????? ? ????? ???????? <a href="http://www.xamelion.al.ru/kat/">http://www.xamelion.al.ru/kat/</a></p><p>?? ? ????? ?? ?????????!</p>]]></description>
			<author><![CDATA[dummy@example.com (DRS)]]></author>
			<pubDate>Wed, 04 Oct 2006 15:45:31 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13366/katalog-forumov/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Vill ha smalare forum.]]></title>
			<link>http://punbb.informer.com/forums/topic/13365/vill-ha-smalare-forum/new/posts/</link>
			<description><![CDATA[<p>Hur fixar man så att forumet blir smalare?, nu går det ut till varje kant</p>]]></description>
			<author><![CDATA[dummy@example.com (SokoMan)]]></author>
			<pubDate>Wed, 04 Oct 2006 12:39:54 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13365/vill-ha-smalare-forum/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Ändra färger eller Måste man göra en style?]]></title>
			<link>http://punbb.informer.com/forums/topic/13353/aendra-faerger-eller-maste-man-goera-en-style/new/posts/</link>
			<description><![CDATA[<p>Hej!<br />Är nybörjare<br />här är min sida <a href="http://www.falkarna.org/hysteriaforum/upload/index.php">http://www.falkarna.org/hysteriaforum/upload/index.php</a><br />Jag skulle vilja ändra färger på forumet (alltså det blåa vita m.m)<br />Finns det ngn kod som man bara kan ändra ngnstans eller måste man göra en ny style eller liknade<br />Som sgat jag är en nybörjare.</p><p>Tack på förhand</p>]]></description>
			<author><![CDATA[dummy@example.com (SokoMan)]]></author>
			<pubDate>Wed, 04 Oct 2006 12:38:12 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13353/aendra-faerger-eller-maste-man-goera-en-style/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Ограничение доступа к разделам]]></title>
			<link>http://punbb.informer.com/forums/topic/13302/ogranichenie-dostupa-k-razdelam/new/posts/</link>
			<description><![CDATA[<p>?????? ?????????? ??? ??????? ????? ?????????? ?????? ? ???????? ?????? ???????? ????&nbsp; &nbsp;?????????</p><p>?????1<br />?????2<br />?????3</p><p>???? ????? ? ?????1 ??????? ?????? ???????????? ??????? ??? ?????????</p>]]></description>
			<author><![CDATA[dummy@example.com (Enemy)]]></author>
			<pubDate>Sat, 30 Sep 2006 17:32:10 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13302/ogranichenie-dostupa-k-razdelam/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Mysko fel på menyn i Profilsidan]]></title>
			<link>http://punbb.informer.com/forums/topic/13301/mysko-fel-pa-menyn-i-profilsidan/new/posts/</link>
			<description><![CDATA[<p>som rubriken antyder har jag fått ett fel i Profilsidans meny.</p><p>länkarna går till file:/// sen sökvägen som jag har på min hårddisk.</p><p>någon som vet hur jag ska fixa det här?</p>]]></description>
			<author><![CDATA[dummy@example.com (XaaR)]]></author>
			<pubDate>Sat, 30 Sep 2006 14:22:29 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13301/mysko-fel-pa-menyn-i-profilsidan/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[klistrad tråd]]></title>
			<link>http://punbb.informer.com/forums/topic/13258/klistrad-trad/new/posts/</link>
			<description><![CDATA[<p>om jag har flera klistrade trådar, hur gör jag för att en av dom ALLTID ska ligga överst ?</p>]]></description>
			<author><![CDATA[dummy@example.com (kalle11)]]></author>
			<pubDate>Sat, 30 Sep 2006 09:01:10 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13258/klistrad-trad/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[This forum will soon close]]></title>
			<link>http://punbb.informer.com/forums/topic/13247/this-forum-will-soon-close/new/posts/</link>
			<description><![CDATA[<p>It is my intention to keep every discussion here at punbb.org in English. For this reason, I will close the Russian and Swedish speaking forums in a few days.</p><p>If anyone can recommend a Russian PunBB community outside punbb.org, I will be glad to link to it as I&#039;ve done with Spanish, German etc.</p>]]></description>
			<author><![CDATA[dummy@example.com (Enemy)]]></author>
			<pubDate>Thu, 28 Sep 2006 08:11:00 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13247/this-forum-will-soon-close/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Как увеличить посещаемость форума?]]></title>
			<link>http://punbb.informer.com/forums/topic/13273/kak-uvelichit-poseshchaemost-foruma/new/posts/</link>
			<description><![CDATA[<p>? ????? ????? ??? ???? ????????)( ???? ?? ????? ?? ???? <a href="http://www.zachita.vip.su">www.zachita.vip.su</a> </p><p>? ???????? ? ???? ??????? ??????????? ??????? ???? ????????????(*_) </p><p>????????? ? ??? ??????????? ???? ????????? ?????????? ? ???????? ??????????? ??????????? ?? ????? ????????? ???????????? ???? ??????????.!</p>]]></description>
			<author><![CDATA[dummy@example.com (DRS)]]></author>
			<pubDate>Thu, 28 Sep 2006 04:15:36 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/13273/kak-uvelichit-poseshchaemost-foruma/new/posts/</guid>
		</item>
	</channel>
</rss>
