<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tutorial:  How to create a thread in vBulletin with a script</title>
	<atom:link href="http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>Facebook should&#039;ve be written in unicornSchemaLang, because everyone *knows* that PHP is no good for anything, right?</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:36:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
		<item>
		<title>By: Nasko</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/comment-page-1/#comment-8129</link>
		<dc:creator>Nasko</dc:creator>
		<pubDate>Mon, 26 Nov 2007 16:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/#comment-8129</guid>
		<description>@Chris: Thank you for your quick reply!

Well, I don&#039;t need any common functionality. I even don&#039;t need either application to be wrapped by the other one&#039;s layout - I just need the forum to supplement the main website on a separate autonomous screen. User registration and login should be done via Cake actions and I think I couldn&#039;t do without programatically adding the users record in vBulletin&#039;s core user DB tables and setting the appropriate session and cookie variables that vBulletin would need to recognize a logged user.

I&#039;m well aware that my comments may not be relevant for this post, the only reason I wrote here is because I spotted a common thing with programatically adding a thread and I was thinking similar about registration and log-in.
If you think this is way off-topic, feel free to remove my comments and I&#039;d be happy to direct my inquiries to the CakePHP Google group (although I&#039;m not hoping for any huge success in doing this, because I&#039;ve searched the group messages and have only been able to find several  inquiries similar to mine with hardly any follow ups).</description>
		<content:encoded><![CDATA[<p>@Chris: Thank you for your quick reply!</p>
<p>Well, I don&#8217;t need any common functionality. I even don&#8217;t need either application to be wrapped by the other one&#8217;s layout &#8211; I just need the forum to supplement the main website on a separate autonomous screen. User registration and login should be done via Cake actions and I think I couldn&#8217;t do without programatically adding the users record in vBulletin&#8217;s core user DB tables and setting the appropriate session and cookie variables that vBulletin would need to recognize a logged user.</p>
<p>I&#8217;m well aware that my comments may not be relevant for this post, the only reason I wrote here is because I spotted a common thing with programatically adding a thread and I was thinking similar about registration and log-in.<br />
If you think this is way off-topic, feel free to remove my comments and I&#8217;d be happy to direct my inquiries to the CakePHP Google group (although I&#8217;m not hoping for any huge success in doing this, because I&#8217;ve searched the group messages and have only been able to find several  inquiries similar to mine with hardly any follow ups).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/comment-page-1/#comment-8128</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Mon, 26 Nov 2007 16:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/#comment-8128</guid>
		<description>@Nasko

I haven&#039;t seen any articles covering this, but I suspect it *can* be done but will be a lot of work.  Sort of similar to the Drake (Drupal + Cake) and Jake (Joomla + Cake) projects.  I guess a lot depends on what exact functionality you need from vBulletin in your Cake app</description>
		<content:encoded><![CDATA[<p>@Nasko</p>
<p>I haven&#8217;t seen any articles covering this, but I suspect it *can* be done but will be a lot of work.  Sort of similar to the Drake (Drupal + Cake) and Jake (Joomla + Cake) projects.  I guess a lot depends on what exact functionality you need from vBulletin in your Cake app</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasko</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/comment-page-1/#comment-8126</link>
		<dc:creator>Nasko</dc:creator>
		<pubDate>Mon, 26 Nov 2007 15:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/#comment-8126</guid>
		<description>Hey Chris,

do you know of any articles on how I could integrate CakePHP and vBulletin?  I&#039;m developing my main site with CakePHP 1.2 and I need the vBulletin to share the same userbase etc.

Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>do you know of any articles on how I could integrate CakePHP and vBulletin?  I&#8217;m developing my main site with CakePHP 1.2 and I need the vBulletin to share the same userbase etc.</p>
<p>Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qSaemulit</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/comment-page-1/#comment-7270</link>
		<dc:creator>qSaemulit</dc:creator>
		<pubDate>Thu, 06 Sep 2007 21:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/#comment-7270</guid>
		<description>Hi all! 
Very Interesting... 
 
Thanks</description>
		<content:encoded><![CDATA[<p>Hi all!<br />
Very Interesting&#8230; </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/comment-page-1/#comment-467</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Tue, 10 Oct 2006 12:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/10/06/tutorial-how-to-create-a-thread-in-vbulletin-with-a-script/#comment-467</guid>
		<description>&lt;strong&gt;Chris Hartjes&#039; Blog: Tutorial: How to create a thread in vBulletin with a script&lt;/strong&gt;

</description>
		<content:encoded><![CDATA[<p><strong>Chris Hartjes&#8217; Blog: Tutorial: How to create a thread in vBulletin with a script</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->