<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Change Page Link]]></title>
		<link>https://punbb.informer.com/forums/topic/4613/change-page-link/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/4613/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Change Page Link.]]></description>
		<lastBuildDate>Mon, 13 Sep 2004 07:21:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Change Page Link]]></title>
			<link>https://punbb.informer.com/forums/post/20884/#p20884</link>
			<description><![CDATA[<p>ok i see the having a bigger button, although numbers are big enough for me <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Mon, 13 Sep 2004 07:21:22 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/20884/#p20884</guid>
		</item>
		<item>
			<title><![CDATA[Re: Change Page Link]]></title>
			<link>https://punbb.informer.com/forums/post/20861/#p20861</link>
			<description><![CDATA[<p>well i think pressing a big word like next insetd of lookin for the next page from the one your on. and i wanted to make some thing to take up my time and sence im still new at php scriptin it was funn</p>]]></description>
			<author><![CDATA[null@example.com (Gizzmo)]]></author>
			<pubDate>Sun, 12 Sep 2004 19:18:43 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/20861/#p20861</guid>
		</item>
		<item>
			<title><![CDATA[Re: Change Page Link]]></title>
			<link>https://punbb.informer.com/forums/post/20850/#p20850</link>
			<description><![CDATA[<p>i don&#039;t really see the point in this as the numbers are good enough and as the current one is not a hyperlink its easy to go back and next</p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Sun, 12 Sep 2004 13:54:35 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/20850/#p20850</guid>
		</item>
		<item>
			<title><![CDATA[Re: Change Page Link]]></title>
			<link>https://punbb.informer.com/forums/post/20846/#p20846</link>
			<description><![CDATA[<p>Cool <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> (As I think this would be a basic feature)</p>]]></description>
			<author><![CDATA[null@example.com (paolo)]]></author>
			<pubDate>Sun, 12 Sep 2004 12:47:20 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/20846/#p20846</guid>
		</item>
		<item>
			<title><![CDATA[Change Page Link]]></title>
			<link>https://punbb.informer.com/forums/post/20791/#p20791</link>
			<description><![CDATA[<p>If there are any problems please contact me. This is my first mod.<br />And with step 7&amp;8 just edit your language you use.<br /></p><div class="codebox"><pre><code>##
##
##        Mod title: Change Page Links
##
##       Mod version:  1.0
##       Only Tested on 1.1.5
##       Release date:  2007-09-10
##       Author:  Michael Lanman (justgiz@justgizzmo.com)
##
##       Description:  Addes the Next and Back Link Where There are Page Numbers!
##
##       Affected files:  include/functions.php
##                        lang/en/en_common.php          
##
##       Affects DB:  Yes
##
##       Note: I beleave it will work on all virsions but i have not tested it 
##           on any other one cept 1.1.5
##
##       DISCLAIMER:  Please note that &quot;mods&quot; are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##


#
#---------[ 1. OPEN ]---------------------------------------------------------
#

include/functions..php


#
#---------[ 2. FIND (line: 363) ]---------------------------------------------
#

function paginate($num_pages, $cur_page, $base_url)
{

#
#---------[ 3. ADD AFTER ]-------------------------------------------------
#

    global $lang_common;

    if($cur_page != $num_pages){
        $next_page_number =  $cur_page+1;
        $next_page = &#039;&lt;a href=&quot;&#039;.$base_url.&#039;&amp;p=&#039;.$next_page_number.&#039;&quot;&gt;&#039;.$lang_common[&#039;Next&#039;].&#039;»&lt;/a&gt;&#039;;
    }
    if($cur_page &gt; 1){
        $back_page_number = $cur_page-1;
        $back_page = &#039;&lt;a href=&quot;&#039;.$base_url.&#039;&amp;p=&#039;.$back_page_number.&#039;&quot;&gt;«&#039;.$lang_common[&#039;Back&#039;].&#039;&lt;/a&gt;&#039;;
    }


#
#---------[ 5. Find (line: 393) ]-------------------------------------------------
#

    return $string;


#
#---------[ 6. ADD BEFOR ]-------------------------------------------------
#

    $string = &#039; &#039;.$back_page.&#039; &#039;.$string.&#039; &#039;.$next_page;

#
#---------[ 7. OPEN]-------------------------------------------------
#

lang/en/en_common.php

#
#---------[ 8. ADD]-------------------------------------------------
#

&#039;Next&#039;    =&gt;    &#039;Next&#039;,
&#039;Back&#039;    =&gt;    &#039;Back&#039;,</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Gizzmo)]]></author>
			<pubDate>Sat, 11 Sep 2004 00:02:19 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/20791/#p20791</guid>
		</item>
	</channel>
</rss>
