<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — [Solved] How change admin/forums.php]]></title>
		<link>https://punbb.informer.com/forums/topic/23609/solved-how-change-adminforumsphp/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/23609/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Solved] How change admin/forums.php.]]></description>
		<lastBuildDate>Wed, 08 Sep 2010 10:25:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] How change admin/forums.php]]></title>
			<link>https://punbb.informer.com/forums/post/137577/#p137577</link>
			<description><![CDATA[<p>Cool, what did your code look like in the end?</p>]]></description>
			<author><![CDATA[null@example.com (KeyDog)]]></author>
			<pubDate>Wed, 08 Sep 2010 10:25:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/137577/#p137577</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How change admin/forums.php]]></title>
			<link>https://punbb.informer.com/forums/post/137576/#p137576</link>
			<description><![CDATA[<div class="quotebox"><cite>KeyDog wrote:</cite><blockquote><p>I think you need to do something with</p><p>ob_start <br /><em>//the code you don&#039;t want</em><br />ob_end_clean()</p><p><a href="http://ch2.php.net/manual/en/function.ob-start.php">http://ch2.php.net/manual/en/function.ob-start.php</a></p><p>and/or</p><p>str_replace (old, new, ...)</p><p><a href="http://php.net/manual/en/function.str-replace.php">http://php.net/manual/en/function.str-replace.php</a></p></blockquote></div><p>SOLVED!<br />&nbsp; thanks</p>]]></description>
			<author><![CDATA[null@example.com (kreack)]]></author>
			<pubDate>Wed, 08 Sep 2010 10:11:42 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/137576/#p137576</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] How change admin/forums.php]]></title>
			<link>https://punbb.informer.com/forums/post/137572/#p137572</link>
			<description><![CDATA[<p>I think you need to do something with</p><p>ob_start <br /><em>//the code you don&#039;t want</em><br />ob_end_clean()</p><p><a href="http://ch2.php.net/manual/en/function.ob-start.php">http://ch2.php.net/manual/en/function.ob-start.php</a></p><p>and/or</p><p>str_replace (old, new, ...)</p><p><a href="http://php.net/manual/en/function.str-replace.php">http://php.net/manual/en/function.str-replace.php</a></p>]]></description>
			<author><![CDATA[null@example.com (KeyDog)]]></author>
			<pubDate>Wed, 08 Sep 2010 06:29:11 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/137572/#p137572</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] How change admin/forums.php]]></title>
			<link>https://punbb.informer.com/forums/post/137566/#p137566</link>
			<description><![CDATA[<p>hi,<br />i want change in line <strong>463</strong> /admin/forums.php :</p><div class="codebox"><pre><code>&lt;form method=&quot;post&quot; class=&quot;frm-form&quot; accept-charset=&quot;utf-8&quot; action=&quot;&lt;?php echo forum_link($forum_url[&#039;admin_forums&#039;]) ?&gt;?edit_forum=&lt;?php echo $forum_id ?&gt;&quot;&gt;</code></pre></div><p>to </p><div class="codebox"><pre><code>&lt;form method=&quot;post&quot; class=&quot;frm-form&quot; accept-charset=&quot;utf-8&quot; action=&quot;&lt;?php echo forum_link($forum_url[&#039;admin_forums&#039;]) ?&gt;?edit_forum=&lt;?php echo $forum_id ?&gt;&quot; onClick=&quot;myJavascript()&quot;&gt;</code></pre></div><p>i try to <br /></p><div class="codebox"><pre><code>&lt;hook id=&quot;afo_edit_forum_pre_forum_name&quot;&gt;
                    &lt;![CDATA[
                    ?&gt;
                         &lt;form method=&quot;post&quot; class=&quot;frm-form&quot; accept-charset=&quot;utf-8&quot; action=&quot;&lt;?php echo forum_link($forum_url[&#039;admin_forums&#039;]) ?&gt;?edit_forum=&lt;?php echo $forum_id ?&gt;&quot; onSubmit=&quot;myJavascript()&quot;&gt;
&lt;?php
                     ]]&gt;
&lt;/hook&gt;</code></pre></div><p>but i see duplicate <br /></p><div class="codebox"><pre><code> &lt;form method=&quot;post&quot; class=&quot;frm-form&quot; accept-charset=&quot;utf-8&quot; action=&quot;&lt;?php echo forum_link($forum_url[&#039;admin_forums&#039;]) ?&gt;?edit_forum=&lt;?php echo $forum_id ?&gt;&quot;&gt;

 &lt;form method=&quot;post&quot; class=&quot;frm-form&quot; accept-charset=&quot;utf-8&quot; action=&quot;&lt;?php echo forum_link($forum_url[&#039;admin_forums&#039;]) ?&gt;?edit_forum=&lt;?php echo $forum_id ?&gt;&quot; onSubmit=&quot;myJavascript()&quot;&gt;</code></pre></div><p>in source of http://localhost/admin/forums.php?edit_forum=1 <br /><img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />help!<br />sorry bad english..</p>]]></description>
			<author><![CDATA[null@example.com (kreack)]]></author>
			<pubDate>Tue, 07 Sep 2010 23:22:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/137566/#p137566</guid>
		</item>
	</channel>
</rss>
