<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - Archive]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/forum/47/"/>
	<updated>2008-12-02T11:40:14Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/</id>
		<entry>
			<title type="html"><![CDATA[own clickable links]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/20432/own-clickable-links/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Anatoly]]></name>
				<uri>http://punbb.informer.com/forums/user/14238/</uri>
			</author>
			<updated>2008-12-02T11:40:14Z</updated>
			<id>http://punbb.informer.com/forums/topic/20432/own-clickable-links/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Forum for installation issues]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/20279/forum-for-installation-issues/new/posts/"/>
			<summary type="html"><![CDATA[<p>Surely there should be a forum for discussing installation issues?</p>]]></summary>
			<author>
				<name><![CDATA[esupergood]]></name>
				<uri>http://punbb.informer.com/forums/user/14286/</uri>
			</author>
			<updated>2008-11-16T18:45:21Z</updated>
			<id>http://punbb.informer.com/forums/topic/20279/forum-for-installation-issues/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[Release] Meta Keywords]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/20254/release-meta-keywords/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Garciat]]></name>
				<uri>http://punbb.informer.com/forums/user/12481/</uri>
			</author>
			<updated>2008-11-13T20:35:45Z</updated>
			<id>http://punbb.informer.com/forums/topic/20254/release-meta-keywords/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Putting elements 'behind' PunBB with z-index]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/19467/putting-elements-behind-punbb-with-zindex/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[poisoborz]]></name>
				<uri>http://punbb.informer.com/forums/user/13406/</uri>
			</author>
			<updated>2008-06-30T20:55:54Z</updated>
			<id>http://punbb.informer.com/forums/topic/19467/putting-elements-behind-punbb-with-zindex/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Раскажи здесь о своём форуме.]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/12016/raskazhi-zdes-o-svoem-forume/new/posts/"/>
			<summary type="html"><![CDATA[<p>???? ? ?????? ???? ???? ????? ????????? ? ???.<br />???????.</p>]]></summary>
			<author>
				<name><![CDATA[segoist]]></name>
				<uri>http://punbb.informer.com/forums/user/7597/</uri>
			</author>
			<updated>2007-01-07T05:15:02Z</updated>
			<id>http://punbb.informer.com/forums/topic/12016/raskazhi-zdes-o-svoem-forume/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Всем кто пишет в этот форум]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/7141/vsem-kto-pishet-v-etot-forum/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[torg]]></name>
				<uri>http://punbb.informer.com/forums/user/1041/</uri>
			</author>
			<updated>2006-10-19T14:20:46Z</updated>
			<id>http://punbb.informer.com/forums/topic/7141/vsem-kto-pishet-v-etot-forum/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[XSS]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13405/xss/new/posts/"/>
			<summary type="html"><![CDATA[<p>?? ???, ??? ??? ????? 1.2.13 ??? ?? ??????????</p>]]></summary>
			<author>
				<name><![CDATA[lamo]]></name>
				<uri>http://punbb.informer.com/forums/user/8620/</uri>
			</author>
			<updated>2006-10-07T13:20:35Z</updated>
			<id>http://punbb.informer.com/forums/topic/13405/xss/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[КАТАЛОГ ФОРУМОВ!!!]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13366/katalog-forumov/new/posts/"/>
			<summary type="html"><![CDATA[<p>?????????? ??????????????? ???? ??????? ? ????? ???????? <a href="http://www.xamelion.al.ru/kat/">http://www.xamelion.al.ru/kat/</a></p><p>?? ? ????? ?? ?????????!</p>]]></summary>
			<author>
				<name><![CDATA[DRS]]></name>
				<uri>http://punbb.informer.com/forums/user/8525/</uri>
			</author>
			<updated>2006-10-04T15:45:31Z</updated>
			<id>http://punbb.informer.com/forums/topic/13366/katalog-forumov/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Vill ha smalare forum.]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13365/vill-ha-smalare-forum/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hur fixar man så att forumet blir smalare?, nu går det ut till varje kant</p>]]></summary>
			<author>
				<name><![CDATA[SokoMan]]></name>
				<uri>http://punbb.informer.com/forums/user/8578/</uri>
			</author>
			<updated>2006-10-04T12:39:54Z</updated>
			<id>http://punbb.informer.com/forums/topic/13365/vill-ha-smalare-forum/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Ändra färger eller Måste man göra en style?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13353/aendra-faerger-eller-maste-man-goera-en-style/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[SokoMan]]></name>
				<uri>http://punbb.informer.com/forums/user/8578/</uri>
			</author>
			<updated>2006-10-04T12:38:12Z</updated>
			<id>http://punbb.informer.com/forums/topic/13353/aendra-faerger-eller-maste-man-goera-en-style/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Ограничение доступа к разделам]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13302/ogranichenie-dostupa-k-razdelam/new/posts/"/>
			<summary type="html"><![CDATA[<p>?????? ?????????? ??? ??????? ????? ?????????? ?????? ? ???????? ?????? ???????? ????&nbsp; &nbsp;?????????</p><p>?????1<br />?????2<br />?????3</p><p>???? ????? ? ?????1 ??????? ?????? ???????????? ??????? ??? ?????????</p>]]></summary>
			<author>
				<name><![CDATA[Enemy]]></name>
				<uri>http://punbb.informer.com/forums/user/8544/</uri>
			</author>
			<updated>2006-09-30T17:32:10Z</updated>
			<id>http://punbb.informer.com/forums/topic/13302/ogranichenie-dostupa-k-razdelam/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Mysko fel på menyn i Profilsidan]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13301/mysko-fel-pa-menyn-i-profilsidan/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[XaaR]]></name>
				<uri>http://punbb.informer.com/forums/user/8543/</uri>
			</author>
			<updated>2006-09-30T14:22:29Z</updated>
			<id>http://punbb.informer.com/forums/topic/13301/mysko-fel-pa-menyn-i-profilsidan/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[klistrad tråd]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13258/klistrad-trad/new/posts/"/>
			<summary type="html"><![CDATA[<p>om jag har flera klistrade trådar, hur gör jag för att en av dom ALLTID ska ligga överst ?</p>]]></summary>
			<author>
				<name><![CDATA[kalle11]]></name>
				<uri>http://punbb.informer.com/forums/user/1807/</uri>
			</author>
			<updated>2006-09-30T09:01:10Z</updated>
			<id>http://punbb.informer.com/forums/topic/13258/klistrad-trad/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[This forum will soon close]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13247/this-forum-will-soon-close/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Enemy]]></name>
				<uri>http://punbb.informer.com/forums/user/2/</uri>
			</author>
			<updated>2006-09-28T08:11:00Z</updated>
			<id>http://punbb.informer.com/forums/topic/13247/this-forum-will-soon-close/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Как увеличить посещаемость форума?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/13273/kak-uvelichit-poseshchaemost-foruma/new/posts/"/>
			<summary type="html"><![CDATA[<p>? ????? ????? ??? ???? ????????)( ???? ?? ????? ?? ???? <a href="http://www.zachita.vip.su">www.zachita.vip.su</a> </p><p>? ???????? ? ???? ??????? ??????????? ??????? ???? ????????????(*_) </p><p>????????? ? ??? ??????????? ???? ????????? ?????????? ? ???????? ??????????? ??????????? ?? ????? ????????? ???????????? ???? ??????????.!</p>]]></summary>
			<author>
				<name><![CDATA[DRS]]></name>
				<uri>http://punbb.informer.com/forums/user/8525/</uri>
			</author>
			<updated>2006-09-28T04:15:36Z</updated>
			<id>http://punbb.informer.com/forums/topic/13273/kak-uvelichit-poseshchaemost-foruma/new/posts/</id>
		</entry>
</feed>
