<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - How to remove (Page 1) from page title?]]></title>
		<link>http://punbb.informer.com/forums/topic/21849/how-to-remove-page-1-from-page-title/</link>
		<description><![CDATA[The most recent posts in How to remove (Page 1) from page title?.]]></description>
		<lastBuildDate>Fri, 10 Jul 2009 17:06:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128959/#p128959</link>
			<description><![CDATA[<div class="quotebox"><cite>sunshine wrote:</cite><blockquote><p>I think I&#039;ve figured out how to do it. I&#039;m new to PunBB extensions, so I hope knowledgeable people will let me know any corrections that should be made. It seems to work for me, though. <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>--removed--</p><p><a href="http://punbb.informer.com/forums/topic/21859/release-no-page-1-in-title/">Extension released</a></p></blockquote></div><p>Hello Sunshine,</p><p>Thanks for releasing the extension. Now the &quot;Page 1&quot; from title field is removed. Thanks again!</p>]]></description>
			<author><![CDATA[dummy@example.com (sridefender)]]></author>
			<pubDate>Fri, 10 Jul 2009 17:06:07 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128959/#p128959</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128850/#p128850</link>
			<description><![CDATA[<p><a href="http://punbb.informer.com/forums/topic/21859/release-no-page-1-in-title/">Extension released</a></p>]]></description>
			<author><![CDATA[dummy@example.com (sunshine)]]></author>
			<pubDate>Mon, 06 Jul 2009 04:48:26 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128850/#p128850</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128848/#p128848</link>
			<description><![CDATA[<div class="quotebox"><cite>sunshine wrote:</cite><blockquote><p>I think I&#039;ve figured out how to do it. I&#039;m new to PunBB extensions, so I hope knowledgeable people will let me know any corrections that should be made. It seems to work for me, though. <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>manifest.xml looks like:</p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;

&lt;extension engine=&quot;1.0&quot;&gt;
    &lt;id&gt;no_page1_title&lt;/id&gt;
    &lt;title&gt;No (Page 1) in page title&lt;/title&gt;
    &lt;description&gt;Strips annoying (Page 1) from all forum page titles&lt;/description&gt;
    &lt;version&gt;0.1&lt;/version&gt;
    &lt;author&gt;Mary Fredborg&lt;/author&gt;
    &lt;minversion&gt;1.3.4&lt;/minversion&gt;
    &lt;maxtestedon&gt;1.3.4&lt;/maxtestedon&gt;
    &lt;hooks&gt;
        &lt;hook id=&quot;co_common&quot;&gt;&lt;![CDATA[
            $pun_extensions_used = array_merge(isset($pun_extensions_used) ? $pun_extensions_used : array(), array($ext_info[&#039;id&#039;]));
        ]]&gt;&lt;/hook&gt;

        &lt;hook id=&quot;fn_generate_crumbs_start&quot;&gt;&lt;![CDATA[
            // take it out, so it won&#039;t appear in page &lt;title&gt;
            if ($reverse == true and $forum_page[&#039;page&#039;] == 1)
            {
                $current_page = $forum_page[&#039;page&#039;];
                unset($forum_page[&#039;page&#039;]);
            }
        ]]&gt;&lt;/hook&gt;
    &lt;/hooks&gt;
&lt;/extension&gt;</code></pre></div></blockquote></div><p>It seems to be the code will work! Can you please release this extension? or atleast let me know the steps to archieve this!</p><p>Thanks in advance.</p>]]></description>
			<author><![CDATA[dummy@example.com (sridefender)]]></author>
			<pubDate>Sun, 05 Jul 2009 21:58:32 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128848/#p128848</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128838/#p128838</link>
			<description><![CDATA[<p>Can&#039;t wait for release! <img src="http://punbb.informer.com/forums/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p>]]></description>
			<author><![CDATA[dummy@example.com (gmbrdilos)]]></author>
			<pubDate>Sun, 05 Jul 2009 08:26:50 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128838/#p128838</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128835/#p128835</link>
			<description><![CDATA[<p>Good !!</p><p>Thank</p>]]></description>
			<author><![CDATA[dummy@example.com (N3twork2)]]></author>
			<pubDate>Sun, 05 Jul 2009 07:50:10 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128835/#p128835</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128834/#p128834</link>
			<description><![CDATA[<p>I think I&#039;ve figured out how to do it. I&#039;m new to PunBB extensions, so I hope knowledgeable people will let me know any corrections that should be made. It seems to work for me, though. <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>--removed--</p><p><a href="http://punbb.informer.com/forums/topic/21859/release-no-page-1-in-title/">Extension released</a></p>]]></description>
			<author><![CDATA[dummy@example.com (sunshine)]]></author>
			<pubDate>Sun, 05 Jul 2009 05:36:08 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128834/#p128834</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128831/#p128831</link>
			<description><![CDATA[<p>this is relevant to my interests. <img src="http://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (gmbrdilos)]]></author>
			<pubDate>Sat, 04 Jul 2009 21:11:37 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128831/#p128831</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128826/#p128826</link>
			<description><![CDATA[<p>Waiting for that extension, would be cool <img src="http://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (ploufplouf)]]></author>
			<pubDate>Sat, 04 Jul 2009 19:32:34 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128826/#p128826</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128811/#p128811</link>
			<description><![CDATA[<p>I think you have to make an extension, see function generate_crumbs() in include/functions.php.</p>]]></description>
			<author><![CDATA[dummy@example.com (sunshine)]]></author>
			<pubDate>Sat, 04 Jul 2009 02:19:42 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128811/#p128811</guid>
		</item>
		<item>
			<title><![CDATA[How to remove (Page 1) from page title?]]></title>
			<link>http://punbb.informer.com/forums/post/128805/#p128805</link>
			<description><![CDATA[<p>Hello,</p><p>I recently installed punbb on my website. I&#039;m in the prcess of customizing the theme. Unfortunately I can&#039;t remove the &quot;<strong>(Page 1)</strong>&quot; from title. In every forum category, forum and post title (i.e., page title), it displays like this:</p><p><a href="http://punbb.informer.com/forums/forum/23/punbb-feature-requests/">http://punbb.informer.com/forums/forum/ &#133; -requests/</a></p><p>In the above punBB page, the title is: &lt;title&gt;PunBB feature requests <strong>(Page 1)</strong> - PunBB Forums&lt;/title&gt;</p><p>How I can remove (at least change) this?</p>]]></description>
			<author><![CDATA[dummy@example.com (sridefender)]]></author>
			<pubDate>Fri, 03 Jul 2009 15:09:20 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128805/#p128805</guid>
		</item>
	</channel>
</rss>
