<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - How to remove (Page 1) from page title?]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/21849/"/>
	<updated>2009-07-10T17:06:07Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/21849/how-to-remove-page-1-from-page-title/</id>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128959/#p128959"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sridefender]]></name>
				<uri>http://punbb.informer.com/forums/user/15745/</uri>
			</author>
			<updated>2009-07-10T17:06:07Z</updated>
			<id>http://punbb.informer.com/forums/post/128959/#p128959</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128850/#p128850"/>
			<content type="html"><![CDATA[<p><a href="http://punbb.informer.com/forums/topic/21859/release-no-page-1-in-title/">Extension released</a></p>]]></content>
			<author>
				<name><![CDATA[sunshine]]></name>
				<uri>http://punbb.informer.com/forums/user/2191/</uri>
			</author>
			<updated>2009-07-06T04:48:26Z</updated>
			<id>http://punbb.informer.com/forums/post/128850/#p128850</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128848/#p128848"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sridefender]]></name>
				<uri>http://punbb.informer.com/forums/user/15745/</uri>
			</author>
			<updated>2009-07-05T21:58:32Z</updated>
			<id>http://punbb.informer.com/forums/post/128848/#p128848</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128838/#p128838"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gmbrdilos]]></name>
				<uri>http://punbb.informer.com/forums/user/11731/</uri>
			</author>
			<updated>2009-07-05T08:26:50Z</updated>
			<id>http://punbb.informer.com/forums/post/128838/#p128838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128835/#p128835"/>
			<content type="html"><![CDATA[<p>Good !!</p><p>Thank</p>]]></content>
			<author>
				<name><![CDATA[N3twork2]]></name>
				<uri>http://punbb.informer.com/forums/user/8550/</uri>
			</author>
			<updated>2009-07-05T07:50:10Z</updated>
			<id>http://punbb.informer.com/forums/post/128835/#p128835</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128834/#p128834"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sunshine]]></name>
				<uri>http://punbb.informer.com/forums/user/2191/</uri>
			</author>
			<updated>2009-07-05T05:36:08Z</updated>
			<id>http://punbb.informer.com/forums/post/128834/#p128834</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128831/#p128831"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gmbrdilos]]></name>
				<uri>http://punbb.informer.com/forums/user/11731/</uri>
			</author>
			<updated>2009-07-04T21:11:37Z</updated>
			<id>http://punbb.informer.com/forums/post/128831/#p128831</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128826/#p128826"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ploufplouf]]></name>
				<uri>http://punbb.informer.com/forums/user/15571/</uri>
			</author>
			<updated>2009-07-04T19:32:34Z</updated>
			<id>http://punbb.informer.com/forums/post/128826/#p128826</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128811/#p128811"/>
			<content type="html"><![CDATA[<p>I think you have to make an extension, see function generate_crumbs() in include/functions.php.</p>]]></content>
			<author>
				<name><![CDATA[sunshine]]></name>
				<uri>http://punbb.informer.com/forums/user/2191/</uri>
			</author>
			<updated>2009-07-04T02:19:42Z</updated>
			<id>http://punbb.informer.com/forums/post/128811/#p128811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to remove (Page 1) from page title?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128805/#p128805"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sridefender]]></name>
				<uri>http://punbb.informer.com/forums/user/15745/</uri>
			</author>
			<updated>2009-07-03T15:09:20Z</updated>
			<id>http://punbb.informer.com/forums/post/128805/#p128805</id>
		</entry>
</feed>
