<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - PunBB 1.3 discussion]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/forum/73/"/>
	<updated>2009-11-23T12:07:40Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/</id>
		<entry>
			<title type="html"><![CDATA[Setting up 1.3 in stage and then replace a 1.2]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22513/setting-up-13-in-stage-and-then-replace-a-12/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[nicky6]]></name>
				<uri>http://punbb.informer.com/forums/user/22642/</uri>
			</author>
			<updated>2009-11-23T12:07:40Z</updated>
			<id>http://punbb.informer.com/forums/topic/22513/setting-up-13-in-stage-and-then-replace-a-12/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Upgrading highly modded forum from 1.2 to 1.3]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22564/upgrading-highly-modded-forum-from-12-to-13/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[mixart]]></name>
				<uri>http://punbb.informer.com/forums/user/12206/</uri>
			</author>
			<updated>2009-11-23T11:07:03Z</updated>
			<id>http://punbb.informer.com/forums/topic/22564/upgrading-highly-modded-forum-from-12-to-13/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[User merge]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22521/user-merge/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/15416/</uri>
			</author>
			<updated>2009-11-23T11:04:04Z</updated>
			<id>http://punbb.informer.com/forums/topic/22521/user-merge/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Get user emails]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22563/get-user-emails/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[teva]]></name>
				<uri>http://punbb.informer.com/forums/user/3945/</uri>
			</author>
			<updated>2009-11-20T13:04:11Z</updated>
			<id>http://punbb.informer.com/forums/topic/22563/get-user-emails/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[prefetch requests - what is it?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22538/prefetch-requests-what-is-it/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/22664/</uri>
			</author>
			<updated>2009-11-20T08:33:26Z</updated>
			<id>http://punbb.informer.com/forums/topic/22538/prefetch-requests-what-is-it/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Is there a way to theme PunBB / any documentation on this?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22535/is-there-a-way-to-theme-punbb-any-documentation-on-this/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/22620/</uri>
			</author>
			<updated>2009-11-18T08:34:22Z</updated>
			<id>http://punbb.informer.com/forums/topic/22535/is-there-a-way-to-theme-punbb-any-documentation-on-this/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How can I automatically subscribe users whenever they post a topic?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22511/how-can-i-automatically-subscribe-users-whenever-they-post-a-topic/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/22620/</uri>
			</author>
			<updated>2009-11-13T12:57:24Z</updated>
			<id>http://punbb.informer.com/forums/topic/22511/how-can-i-automatically-subscribe-users-whenever-they-post-a-topic/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PunBB 1.3 Template Based Edition!?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22501/punbb-13-template-based-edition/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jordi]]></name>
				<uri>http://punbb.informer.com/forums/user/22266/</uri>
			</author>
			<updated>2009-11-09T11:03:18Z</updated>
			<id>http://punbb.informer.com/forums/topic/22501/punbb-13-template-based-edition/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[flash chat 5.0.11 integrated?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22502/flash-chat-5011-integrated/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[mlgdave]]></name>
				<uri>http://punbb.informer.com/forums/user/15783/</uri>
			</author>
			<updated>2009-11-09T02:07:43Z</updated>
			<id>http://punbb.informer.com/forums/topic/22502/flash-chat-5011-integrated/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Search engines are not picking up forums and posts]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22468/search-engines-are-not-picking-up-forums-and-posts/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jordi]]></name>
				<uri>http://punbb.informer.com/forums/user/22333/</uri>
			</author>
			<updated>2009-11-08T10:00:38Z</updated>
			<id>http://punbb.informer.com/forums/topic/22468/search-engines-are-not-picking-up-forums-and-posts/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Too long title on topic posts page]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22485/too-long-title-on-topic-posts-page/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[cigs]]></name>
				<uri>http://punbb.informer.com/forums/user/22395/</uri>
			</author>
			<updated>2009-11-05T12:10:31Z</updated>
			<id>http://punbb.informer.com/forums/topic/22485/too-long-title-on-topic-posts-page/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Log-in implementation]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22475/login-implementation/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/22384/</uri>
			</author>
			<updated>2009-11-03T11:43:05Z</updated>
			<id>http://punbb.informer.com/forums/topic/22475/login-implementation/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Move from PHP 4 to PHP 5]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22476/move-from-php-4-to-php-5/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/14280/</uri>
			</author>
			<updated>2009-11-03T11:28:30Z</updated>
			<id>http://punbb.informer.com/forums/topic/22476/move-from-php-4-to-php-5/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PunBB sitemap generator]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22483/punbb-sitemap-generator/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[cigs]]></name>
				<uri>http://punbb.informer.com/forums/user/22395/</uri>
			</author>
			<updated>2009-11-03T08:35:52Z</updated>
			<id>http://punbb.informer.com/forums/topic/22483/punbb-sitemap-generator/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Unbuffered in mysqli Database Class]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22473/unbuffered-in-mysqli-database-class/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[maly_pirat]]></name>
				<uri>http://punbb.informer.com/forums/user/22131/</uri>
			</author>
			<updated>2009-11-02T13:18:25Z</updated>
			<id>http://punbb.informer.com/forums/topic/22473/unbuffered-in-mysqli-database-class/new/posts/</id>
		</entry>
</feed>
