<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - PunBB 1.3 discussion]]></title>
		<link>http://punbb.informer.com/forums/</link>
		<description><![CDATA[The most recent topics at PunBB Forums.]]></description>
		<lastBuildDate>Mon, 23 Nov 2009 12:07:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Setting up 1.3 in stage and then replace a 1.2]]></title>
			<link>http://punbb.informer.com/forums/topic/22513/setting-up-13-in-stage-and-then-replace-a-12/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>I have a hard time knowing what to search for and because of that, to find information on how to do the below:</p><p>I run a 1.2.20 forum which I want to upgrade to 1.3.4<br />I want to install the 1.3.4, set everything up, install templates etc. and THEN migrate the users and posts etc from 1.2.20 to 1.3.4 and switch from 1.2.20. Then the downtime would be minimal.</p><p>Any leads to instructions on how to perform this?</p>]]></description>
			<author><![CDATA[dummy@example.com (nicky6)]]></author>
			<pubDate>Mon, 23 Nov 2009 12:07:40 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22513/setting-up-13-in-stage-and-then-replace-a-12/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Upgrading highly modded forum from 1.2 to 1.3]]></title>
			<link>http://punbb.informer.com/forums/topic/22564/upgrading-highly-modded-forum-from-12-to-13/new/posts/</link>
			<description><![CDATA[<p>I&#039;m considering going through the painstaking task of upgrading a highly modded 1.2 forum to 1.3.</p><p>In addition to this, I have many many custom pages on my website that use punbb&#039;s user tables and many punbb functions. For example I have custom profile pages that refer to all the $pun_user[] variables. Another example is I use some of the parsing functions when posting user content to other pages on my site.</p><p><strong>My question is</strong>, does 1.3 still user mostly the same function names, user table names, routine names, and still reference $pun_user[] for all the user vars?</p>]]></description>
			<author><![CDATA[dummy@example.com (mixart)]]></author>
			<pubDate>Mon, 23 Nov 2009 11:07:03 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22564/upgrading-highly-modded-forum-from-12-to-13/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[User merge]]></title>
			<link>http://punbb.informer.com/forums/topic/22521/user-merge/new/posts/</link>
			<description><![CDATA[<p>How can I merge two users in PunBB 1.3? I&#039;ve seen the user merge admin plugin, but it says to install it in the plugins folder, which doesn&#039;t exist. I tried manually creating a plugins folder and putting it there, but it didn&#039;t seem to work.</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Mon, 23 Nov 2009 11:04:04 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22521/user-merge/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Get user emails]]></title>
			<link>http://punbb.informer.com/forums/topic/22563/get-user-emails/new/posts/</link>
			<description><![CDATA[<p>Is there a way to get emails from all registered users? Admin console doesn&#039;t have that, so i was thinking of getting them directly from database. Does anybody know how to do that?</p><p>tnx</p>]]></description>
			<author><![CDATA[dummy@example.com (teva)]]></author>
			<pubDate>Fri, 20 Nov 2009 13:04:11 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22563/get-user-emails/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[prefetch requests - what is it?]]></title>
			<link>http://punbb.informer.com/forums/topic/22538/prefetch-requests-what-is-it/new/posts/</link>
			<description><![CDATA[<div class="codebox"><pre><code>// Block prefetch requests
if (isset($_SERVER[&#039;HTTP_X_MOZ&#039;]) &amp;&amp; $_SERVER[&#039;HTTP_X_MOZ&#039;] == &#039;prefetch&#039;)
{
    header(&#039;HTTP/1.1 403 Prefetching Forbidden&#039;);

    // Send no-cache headers
    header(&#039;Expires: Thu, 21 Jul 1977 07:30:00 GMT&#039;);    // When yours truly first set eyes on this world! :)
    header(&#039;Last-Modified: &#039;.gmdate(&#039;D, d M Y H:i:s&#039;).&#039; GMT&#039;);
    header(&#039;Cache-Control: post-check=0, pre-check=0&#039;, false);
    header(&#039;Pragma: no-cache&#039;);        // For HTTP/1.0 compability

    exit;
}</code></pre></div><p>Explain me, why this is necessary and what is the prefetch requests?<br />Thanks advance!</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Fri, 20 Nov 2009 08:33:26 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22538/prefetch-requests-what-is-it/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Is there a way to theme PunBB / any documentation on this?]]></title>
			<link>http://punbb.informer.com/forums/topic/22535/is-there-a-way-to-theme-punbb-any-documentation-on-this/new/posts/</link>
			<description><![CDATA[<p>I want to apply my own website header and footer to the PunBB forum. I was unable to locate any documentation on this. Is there any? Where should I start to poke around?</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Wed, 18 Nov 2009 08:34:22 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22535/is-there-a-way-to-theme-punbb-any-documentation-on-this/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[How can I automatically subscribe users whenever they post a topic?]]></title>
			<link>http://punbb.informer.com/forums/topic/22511/how-can-i-automatically-subscribe-users-whenever-they-post-a-topic/new/posts/</link>
			<description><![CDATA[<p>I want it so that whenever a user posts a topic, they get subscribed to it. </p><p>This seems to mean that for every new user, I need to either have them edit their profile so that it defaults to subscribing them, or they need to do that. </p><p>How can I have it so that it defaults to subscribing them to their own posts for all new users?</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Fri, 13 Nov 2009 12:57:24 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22511/how-can-i-automatically-subscribe-users-whenever-they-post-a-topic/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[PunBB 1.3 Template Based Edition!?]]></title>
			<link>http://punbb.informer.com/forums/topic/22501/punbb-13-template-based-edition/new/posts/</link>
			<description><![CDATA[<p>Hello guys!</p><p>First, I want to say thanks to the developers team that created a such good &amp; simple forum script! I&#039;m testing PunBB for about a week and it works very well for me... But there is a problem (that I think is not only mine) - Styles. I understand that the present model of styling was created for a lighweight, fast and secured forum, but it limits very well the designers to make some new forum styles... I&#039;m asking the development team to create a PunBB 1.3 Template Based Edition. What that means? I think it is easier to work with tables than with divs (for me) and other major goodies... Can you guys create a style based on table tags, not on divs???</p><p>Thanks, jordi</p><p>PS. PunBB Dev Team, you have a bug report from me...</p>]]></description>
			<author><![CDATA[dummy@example.com (jordi)]]></author>
			<pubDate>Mon, 09 Nov 2009 11:03:18 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22501/punbb-13-template-based-edition/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[flash chat 5.0.11 integrated?]]></title>
			<link>http://punbb.informer.com/forums/topic/22502/flash-chat-5011-integrated/new/posts/</link>
			<description><![CDATA[<p>into Punbb 1.3.4 has anyone done it? I have veronicas files for version 1.2.3 and no luck, im not a programmer and only know some very basic stuff. Or is there a great chat addon for 1.3.4? </p><p>mlgdave</p>]]></description>
			<author><![CDATA[dummy@example.com (mlgdave)]]></author>
			<pubDate>Mon, 09 Nov 2009 02:07:43 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22502/flash-chat-5011-integrated/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Search engines are not picking up forums and posts]]></title>
			<link>http://punbb.informer.com/forums/topic/22468/search-engines-are-not-picking-up-forums-and-posts/new/posts/</link>
			<description><![CDATA[<p>My friend has a Punbb forum here <a href="http://www.k-zentertainment.com/forum/">http://www.k-zentertainment.com/forum/</a></p><p>Search engines are not picking up the posts or forums.</p><p>Does anybody know whether there are any specific reasons behind that.</p><p>Any help will be very much appreciated.</p>]]></description>
			<author><![CDATA[dummy@example.com (jordi)]]></author>
			<pubDate>Sun, 08 Nov 2009 10:00:38 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22468/search-engines-are-not-picking-up-forums-and-posts/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Too long title on topic posts page]]></title>
			<link>http://punbb.informer.com/forums/topic/22485/too-long-title-on-topic-posts-page/new/posts/</link>
			<description><![CDATA[<p>I noticed, it is too long title on topic posts page ... I think it is not too good for <strong>SEO</strong> </p><p>How to make <strong>title</strong> on topic name only??? </p><p>I also dont like &quot;(Page1)&quot; and whatever in title tag ...</p><p><strong>&lt;title&gt;</strong> tag could be nicer</p><p>for example this topic:</p><div class="codebox"><pre><code>&lt;title&gt;Too long title on topic posts page (Page 1) - PunBB 1.3 discussion - PunBB Forums&lt;/title&gt;</code></pre></div><p>&nbsp; <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (cigs)]]></author>
			<pubDate>Thu, 05 Nov 2009 12:10:31 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22485/too-long-title-on-topic-posts-page/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Log-in implementation]]></title>
			<link>http://punbb.informer.com/forums/topic/22475/login-implementation/new/posts/</link>
			<description><![CDATA[<p>Hello reader,</p><p>i&#039;m currently working on a website for my guild. It looks really sweet and is working pretty properly aswell, i editted the punbb forum to my style etc.</p><p>However, i want to add login functionality to all my pages. I have a widget that has member functionality in it, such as uploading screenshots and other private information. To achieve this i want to link this login-div to the punbb forum/user accounts. </p><p>I figured out that i had to add</p><p>define(&#039;FORUM_ROOT&#039;, &#039;./forum/&#039;);<br />require FORUM_ROOT.&#039;include/common.php&#039;;</p><p>to my pages in order to achieve that. But i can&#039;t figure out where i can find the user informations. I saw that it was stored in an array in 1.2, but i can&#039;t figure out how it works now.</p><p>could anyone help me out?</p><p>I just want a simple login/logoff function on a random page, the define/require works properly. Also this includes having the check if the user is allready logged in.</p><p>thanks in advance.</p><p>(When it&#039;s done i can link the webpage <img src="http://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /> don&#039;t want to spoil )</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Tue, 03 Nov 2009 11:43:05 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22475/login-implementation/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Move from PHP 4 to PHP 5]]></title>
			<link>http://punbb.informer.com/forums/topic/22476/move-from-php-4-to-php-5/new/posts/</link>
			<description><![CDATA[<p>I need to move my forum from a server running PHP 4.3.11 (under Windows server with Apache module v.1.3) to a server running PHP 5.2 (or newer) under Linux 2.6 with Apache module 2.2.</p><p>What are the most important differences I should look out for?</p><p>And is there a recommended procedure for moving a forum to a new server?</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Tue, 03 Nov 2009 11:28:30 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22476/move-from-php-4-to-php-5/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[PunBB sitemap generator]]></title>
			<link>http://punbb.informer.com/forums/topic/22483/punbb-sitemap-generator/new/posts/</link>
			<description><![CDATA[<p>Real important question ... Where can i get a mod, plugin or something to empower my favorite punBB with <strong>sitemap</strong> generator???</p><p>THX for your answers</p>]]></description>
			<author><![CDATA[dummy@example.com (cigs)]]></author>
			<pubDate>Tue, 03 Nov 2009 08:35:52 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22483/punbb-sitemap-generator/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Unbuffered in mysqli Database Class]]></title>
			<link>http://punbb.informer.com/forums/topic/22473/unbuffered-in-mysqli-database-class/new/posts/</link>
			<description><![CDATA[<p>Hi.</p><p>In <strong>\include\dblayer\mysqli.php</strong> we can see Query/Query build function:</p><p>#1<br />function query($sql, <strong>$unbuffered = false</strong>)</p><p>#2<br />function query_build($query, $return_query_string = false, <strong>$unbuffered = false</strong>)</p><p>Can anybody tell me when <strong>unbuffered</strong> is true?</p>]]></description>
			<author><![CDATA[dummy@example.com (maly_pirat)]]></author>
			<pubDate>Mon, 02 Nov 2009 13:18:25 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22473/unbuffered-in-mysqli-database-class/new/posts/</guid>
		</item>
	</channel>
</rss>
