<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[www.punbb-forum.de - [QUOTE] in der Signatur erlauben?]]></title>
	<link rel="self" href="http://www.punbb-forum.de/forum/feed/atom/topic/254/"/>
	<updated>2007-12-03T08:32:59Z</updated>
	<generator>PunBB</generator>
	<id>http://www.punbb-forum.de/forum/topic/254/quote-in-der-signatur-erlauben/</id>
		<entry>
			<title type="html"><![CDATA[Re: [QUOTE] in der Signatur erlauben?]]></title>
			<link rel="alternate" href="http://www.punbb-forum.de/forum/post/1025/#p1025"/>
			<content type="html"><![CDATA[Quotes in der Signatur?
Ideen haben die Leute... :P]]></content>
			<author>
				<name><![CDATA[Tobi]]></name>
				<uri>http://www.punbb-forum.de/forum/user/2/</uri>
			</author>
			<updated>2007-12-03T08:32:59Z</updated>
			<id>http://www.punbb-forum.de/forum/post/1025/#p1025</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [QUOTE] in der Signatur erlauben?]]></title>
			<link rel="alternate" href="http://www.punbb-forum.de/forum/post/1020/#p1020"/>
			<content type="html"><![CDATA[OK, auch das habe ich gelöst:

In der parser.php die "function preparse_bbcode($text, &$errors, $is_signature = false)" muss am Ende so aussehen:
[code]    }
    else
    {
    global $lang_prof_reg;
 /*  AB HIER AUSKOMMENTIEREN
    if (preg_match('#\[quote=("|"|\'|)(.*)\\1\]|\[quote\]|\[/quote\]|\[code\]|\[/code\]#i', $text))
    message($lang_prof_reg['Signature quote/code']);
*/ //BIS HIER AUSKOMMENTIEREN
    }

     return trim($text);
}[/code]
Habe also nur was auskommentiert.]]></content>
			<author>
				<name><![CDATA[kas]]></name>
				<uri>http://www.punbb-forum.de/forum/user/179/</uri>
			</author>
			<updated>2007-12-03T02:01:52Z</updated>
			<id>http://www.punbb-forum.de/forum/post/1020/#p1020</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[QUOTE] in der Signatur erlauben?]]></title>
			<link rel="alternate" href="http://www.punbb-forum.de/forum/post/1019/#p1019"/>
			<content type="html"><![CDATA[Wie geht das?
Wo muss ich das ändern?]]></content>
			<author>
				<name><![CDATA[kas]]></name>
				<uri>http://www.punbb-forum.de/forum/user/179/</uri>
			</author>
			<updated>2007-12-03T00:39:33Z</updated>
			<id>http://www.punbb-forum.de/forum/post/1019/#p1019</id>
		</entry>
</feed>

