<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — WordPress PunBB Complete integration]]></title>
		<link>https://punbb.informer.com/forums/topic/20679/wordpress-punbb-complete-integration/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/20679/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in WordPress PunBB Complete integration.]]></description>
		<lastBuildDate>Mon, 16 Aug 2010 18:33:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/136888/#p136888</link>
			<description><![CDATA[<p>Hi, is anyone using latest punBB with WP3? I&#039;m interested in getting it going. Currently running phpbb and wp3 (not integrated)</p>]]></description>
			<author><![CDATA[null@example.com (markelshark)]]></author>
			<pubDate>Mon, 16 Aug 2010 18:33:30 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/136888/#p136888</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/136419/#p136419</link>
			<description><![CDATA[<p>any news ? i&#039;m very interested</p><p>thx</p>]]></description>
			<author><![CDATA[null@example.com (GhostKilla)]]></author>
			<pubDate>Sun, 25 Jul 2010 23:01:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/136419/#p136419</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/134719/#p134719</link>
			<description><![CDATA[<p>After it&#039;s look like nobody is going to work in this brilliant Plugin, I just want to give you a small edit to get a function working again.<br /></p><div class="quotebox"><cite>beckham_lkc wrote:</cite><blockquote><p>Test results:<br />4. try to logout from wp, it did log out from forum. <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /><br />5. try to logout from the forum, didnt log me out from wordpress. (just logout from forum) <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p></blockquote></div><p>I just fixed the logout from the forum, with my small hotfix it will also log you off from wordpress with a tiny question if you really liked to log off.</p><p>It maybe not elegant but it&#039;s pretty easy.</p><p>Open file: login.php in your PunBB Dir.<br /><strong>Remove the phrase:<br />header(&#039;Location: ../wp-login.php?action=logout&#039;);</strong><br />from the top of this file.</p><p><strong>Replace it with:</strong><br /></p><div class="codebox"><pre><code>$action = isset($_GET[&#039;action&#039;]) ? $_GET[&#039;action&#039;] : null;
$errors = array();
if ($action == out)
{
header(&#039;Location: ../wp-login.php?action=logout&#039;);
}
else
{
header(&#039;Location: ../wp-login.php&#039;);
}</code></pre></div><p>Thats all you need to do. I am already working on the redirecting thing, I keep you on line!</p>]]></description>
			<author><![CDATA[null@example.com (Jones)]]></author>
			<pubDate>Fri, 09 Apr 2010 10:46:27 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134719/#p134719</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/129470/#p129470</link>
			<description><![CDATA[<p>nice post. Its an very useful plugin...</p>]]></description>
			<author><![CDATA[null@example.com (bryansmith)]]></author>
			<pubDate>Wed, 05 Aug 2009 18:15:24 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/129470/#p129470</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/129393/#p129393</link>
			<description><![CDATA[<p><a href="http://www.liewcf.com/archives/2005/04/integrate-punbb-forum-into-wordpress/">http://www.liewcf.com/archives/2005/04/ … wordpress/</a></p><p>I used this method.</p><p>Good luck.</p>]]></description>
			<author><![CDATA[null@example.com (beckham_lkc)]]></author>
			<pubDate>Thu, 30 Jul 2009 11:10:34 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/129393/#p129393</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/129370/#p129370</link>
			<description><![CDATA[<p>Hi,</p><p>The plugin integrator (tiendx2002&#039;s method / Riklaunim plugin) works fine (without theme integration) !</p><p>But do you also try to include header/footer of wordpress blog into your punbb forum ?<br />Here is the <a href="http://www.fcperlimpimpin.fr/punbb-1.3.4"> theme integration </a> (test). When I active the wordpress plugin mentionned above, my forum hompage is now empty...</p><p>Edit : I use wordpress 2.8.2 and punbb 1.3.4</p>]]></description>
			<author><![CDATA[null@example.com (zazzou93)]]></author>
			<pubDate>Wed, 29 Jul 2009 07:23:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/129370/#p129370</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/129362/#p129362</link>
			<description><![CDATA[<div class="quotebox"><cite>zazzou93 wrote:</cite><blockquote><p>Hi, </p><p>beckham_lkc : Do you try to integrate wordpress theme into punbb (like this <a href="http://fluxbb.org/forums/post/15848/#p15848"> method </a>) ? Does it work ?<br />I have a problem on this point, see <a href="http://punbb.informer.com/forums/post/129314/#p129314"> my post </a></p><p>Thanks</p></blockquote></div><p>zazzou93, i did not use that method. I used the method mentioned in <a href="http://punbb.informer.com/forums/post/121643/#p121643">tiendx2002&#039;s first post</a>.. maybe you try to redo everything again using that post and my post...</p><p>or else, try to list out your settings...</p>]]></description>
			<author><![CDATA[null@example.com (beckham_lkc)]]></author>
			<pubDate>Tue, 28 Jul 2009 15:09:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/129362/#p129362</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/129324/#p129324</link>
			<description><![CDATA[<p>Hi, </p><p>beckham_lkc : Do you try to integrate wordpress theme into punbb (like this <a href="http://fluxbb.org/forums/post/15848/#p15848"> method </a>) ? Does it work ?<br />I have a problem on this point, see <a href="http://punbb.informer.com/forums/post/129314/#p129314"> my post </a></p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (zazzou93)]]></author>
			<pubDate>Mon, 27 Jul 2009 14:11:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/129324/#p129324</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/128578/#p128578</link>
			<description><![CDATA[<p>the code on tiendx2002&#039;s first post works for me <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; I am using wordpress 2.8 and punbb 1.3.4</p><p>Test results:<br />1. login using registered wp-user but it &lt;didnt redirect me to the forum&gt;... but was logged in to the forum<br />2. registered a new user, logged in to the forum, same result as 1.<br />3. logged in, tried to change passwd, redirected to wp-profile, change passwd, logout, and login again, was able to use the new passwd, login but &lt;didnt redirect me to the forum&gt;<br />4. try to logout from wp, it did log out from forum. <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /><br />5. try to logout from the forum, didnt log me out from wordpress. (just logout from forum) <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>i had the following config:</p><p>wp: domain.com<br />forum: domain.com/forum</p><p>define(&#039;PUNPATH&#039;, &#039;./forum&#039;); // path to punbb folder<br />define(&#039;PUNPREFIX&#039;, &#039;pbb_&#039;); // punBB table prefix<br />define(&#039;LANGUAGE&#039;, &#039;English&#039;); // punBB language name, English, etc.</p><p><em><br />EDITED July 2009: </em></p><p><em>function punbb_wp_logout()&nbsp; <strong>&lt; look for this function in the plugin</strong><br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; include PUNPATH.&#039;/config.php&#039;;<br />&nbsp; &nbsp; setcookie($cookie_name, NULL, time()-3600, &#039;/&#039;, &#039;domain.com&#039;, &#039;0&#039;);<br />&nbsp; &nbsp; }</em></p><p>$base_url = &#039;<a href="http://domain.com/forum">http://domain.com/forum</a>&#039;;<br />$cookie_domain = &#039;domain.com&#039;;<br />$cookie_path = &#039;/&#039;;</p><p>basically the only things that didnt work are: redirection to the forum after loggin in and point #5.</p><p>EDIT: i solve the redirection by replacing the login.php in punbb:</p><p>header(&#039;Location: <a href="http://domain.com/wp-login.php?redirect_to=http://domain.com/forum);">http://domain.com/wp-login.php?redirect_to=http://domain.com/forum&#039;);</a></p><p>now left item #5.... anyone can enlighten? Thanks a bunch.. <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (beckham_lkc)]]></author>
			<pubDate>Mon, 22 Jun 2009 04:36:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/128578/#p128578</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/125038/#p125038</link>
			<description><![CDATA[<p>This will make me switch to punBB again!<br />Would this plugin work on WPMU 2.7?</p><p>thanks</p>]]></description>
			<author><![CDATA[null@example.com (af3)]]></author>
			<pubDate>Thu, 26 Feb 2009 14:28:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/125038/#p125038</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/123372/#p123372</link>
			<description><![CDATA[<p>I&#039;m wondering if there&#039;s another way around, which is the ideal solution for me:</p><p>- Let WordPress USES the PunBB user database instead. And let PunBB users able to login/post/comment at WordPress blog.</p><p>Is it possible? Or too hard. <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (stevielove)]]></author>
			<pubDate>Fri, 23 Jan 2009 23:06:31 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/123372/#p123372</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/123256/#p123256</link>
			<description><![CDATA[<p>ok i just used the original code of the author and it worked.</p><p>YAYSSSSSS</p><p>check this <a href="http://wrestlingfans.co.cc/forum/">http://wrestlingfans.co.cc/forum/</a></p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Wed, 21 Jan 2009 16:51:52 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/123256/#p123256</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/122997/#p122997</link>
			<description><![CDATA[<p>it&#039;s ok, i&#039;ve find a post for help me</p><p>-&gt; <a href="http://punbb.informer.com/forums/topic/20443/how-to-manually-add-users/">http://punbb.informer.com/forums/topic/ … add-users/</a></p>]]></description>
			<author><![CDATA[null@example.com (GhostKilla)]]></author>
			<pubDate>Fri, 16 Jan 2009 13:47:50 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/122997/#p122997</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/122994/#p122994</link>
			<description><![CDATA[<p>and if i want recreate my user manually, i can paste &quot;BRAK&quot; in the password line, but what is &quot;salt&quot;&nbsp; , i don&#039;t think why i can obtain this value ....</p>]]></description>
			<author><![CDATA[null@example.com (GhostKilla)]]></author>
			<pubDate>Fri, 16 Jan 2009 13:40:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/122994/#p122994</guid>
		</item>
		<item>
			<title><![CDATA[Re: WordPress PunBB Complete integration]]></title>
			<link>https://punbb.informer.com/forums/post/122957/#p122957</link>
			<description><![CDATA[<p>hum, this plugin work very well, just create the possibility to import older member of wordpress on the user table of punBB (if you install punBB and you have many member registered in your wordpress)</p><p>but the cookie and login function are ok for new member, no problem for this</p><p>and password are the same</p>]]></description>
			<author><![CDATA[null@example.com (GhostKilla)]]></author>
			<pubDate>Fri, 16 Jan 2009 00:04:23 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/122957/#p122957</guid>
		</item>
	</channel>
</rss>
