<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[LINICKX].com &#187; plugin</title>
	<atom:link href="http://www.linickx.com/archives/tag/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:39:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>phpbb_recent_topics version 0.6</title>
		<link>http://www.linickx.com/archives/2998/phpbb_recent_topics-version-0-6</link>
		<comments>http://www.linickx.com/archives/2998/phpbb_recent_topics-version-0-6#comments</comments>
		<pubDate>Fri, 21 May 2010 14:13:29 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[phpbb_recent_topics]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=2998</guid>
		<description><![CDATA[Admin GUI It&#8217;s that time again, enough things have happened in the support forum to warrant another version. phpbb_recent_topics 0.6 owes a debt of gratitude to number3nl he has worked very hard to push in two main new features and his work was so good it only needed a couple of minor tweaks from myself. [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right">
<table>
<tr>
<td>
<div id="attachment_1935" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.linickx.com/files/2009/08/phpbb_recent_topix_v05x.png" rel="lightbox[2998]"><img src="http://www.linickx.com/files/2009/08/phpbb_recent_topix_v05x-150x150.png" alt="Screenshot phpbb_recent_topics admin page" title="Screenshot phpbb_recent_topics admin page" width="150" height="150" class="size-thumbnail wp-image-1935" /></a><p class="wp-caption-text">Screenshot phpbb_recent_topics admin page</p></div>
</td>
</tr>
<tr>
<td align="center">Admin GUI</td>
</tr>
</table>
</div>
<p>It&#8217;s that time again, enough things have happened in <a href="http://wordpress.org/tags/phpbb-recent-topics">the support forum</a> to warrant another version.</p>
<p>phpbb_recent_topics 0.6 owes a debt of gratitude to <a href="http://wordpress.org/support/profile/5927575">number3nl</a> he has worked very hard to push in two main new features and his work was so good it only needed a couple of minor tweaks from myself.</p>
<p><strong>New Features!</strong></p>
<ul>
<li>The loooong awaited <strong><em>phpBB recent post</em></strong>s feature has been enabled, simply tick the box that says &#8220;Sort results by post date&#8221; and you&#8217;re away!</li>
<li>Tooltips are here! Yup if you&#8217;re into that kind of thing enabling tool tips will show a snippet of the post content to your visitors prior to them clicking on any links.</li>
<li>Admin UI Error Messages are here; the GUI will now inform you if you&#8217;re connected to phpBB.</li>
</ul>
<p><strong>Bug Fixes.</strong></p>
<ul>
<li>The variables in display.php now match those of admin-display.php; hopefully this will make community contribution simpler.</li>
<li>Uninstall.php has been added so removal of the plugin is more comprehensive.</li>
</ul>
<p><strong>A note to upgrader&#8217;s.</strong></p>
<ul>
<li>If you&#8217;re using secure database connectivity you&#8217;ll need to GRANT access to the posts table&#8230;.<br />
<code>GRANT SELECT ON phpbb_database.phpbb_posts TO wp_user@localhost;</code></li>
</ul>
<p><strong><a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">Download phpBB_Recent_Topics_0.6 from wordpress.org</a></strong></p>
<p>The usual stuff now follows&#8230;.</p>
<hr />
<p><strong>The Installation</strong></p>
<p><u>Before starting</u> you need to get your database configuration sorted. So, are you going to connect to the PHPBB Database securely or Insecurely?</p>
<p>To connect Securely you need to GRANT access TO WordPress FROM phpbb.</p>
<p><strong>How to GRANT wordpress read only access to phpBB ?</strong><br />
If you don&#8217;t know it already you need to find your wordpress mysql user id, it&#8217;ll be in wp-config.php</p>
<pre>define('DB_USER', 'wp_user');     // Your MySQL username</pre>
<p>and you should have already found your phpbb database &amp; table for the above.<br />
You need to type the following syntax into your mysql database</p>
<pre>GRANT SELECT ON phpbb_database.phpbb_topics TO wp_user@localhost;</pre>
<p><strong>AND</strong></p>
<pre>GRANT SELECT ON phpbb_database.phpbb_forums TO wp_user@localhost;</pre>
<p><strong>AND</strong></p>
<pre>GRANT SELECT ON phpbb_database.phpbb_posts TO wp_user@localhost;</pre>
<p>this can be achieved by logging into <a href="http://www.phpmyadmin.net">phpmyadmin</a> as your phpbb user, selecting SQL and pasting the correct GRANT into the text box.</p>
<p><strong>WordPress Installation</strong></p>
<ul>
<li>Unzip phpbb_recent_topics.tgz in your `/wp-content/plugins/` directory. (<em>You&#8217;ll have a new directory, with this plugin in /wp-content/plugins/phpbb_recent_topics</em>)</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Configure the plugin, you need to tell wordpress about phpbb, this is done in the wordpress menu &#8216;Settings&#8217; -&gt; &#8216;phpBB Recent Topics&#8217;<br />
The following Settings are required:</p>
<ul>
<li>* The name of your phpBB database (<em>e.g phpbb</em>)</li>
<li>* The name of the table where topics are held (<strong>the default is </strong><strong>phpbb_topics</strong> )</li>
<li>* The full url of your forum for links (<em>e.g. http://www.mydomain.com/forum</em>)</li>
<li>* The number of topics to show. (<em>If left blank you get 5</em>)</li>
<li>* The Date Formatting, i.e. &#8220;d/M/y &#8211; g:i a&#8221; similar to the WordPress &#8220;General Settings&#8221; </li>
</ul>
</li>
<li>The use of Insecure connectivity is optional &#8211; See Below</li>
<li>Tick the boxes of any Forums you don&#8217;t want this plugin to show posts from</li>
<li>Hit &#8216;Update Options&#8221;</li>
<li>To output the list of topics in a page or post&#8230;
<ul>
<li>* create a new page/post, type {phpbb_recent_topics} , hit &#8216;Publish&#8217; or &#8216;Create new page&#8217;</li>
</ul>
<p>To output the list of topics in your theme sidebar using the widget&#8230;</p>
<ul>
<li> * click &#8220;design&#8221; in the dashboard</li>
<li> * click &#8220;widgets&#8221;</li>
<li> * next to  <strong>phpBB Recent Topics click</strong> &#8220;add&#8221;</li>
<li> * click &#8220;save changes&#8221;</li>
</ul>
<p>To output the list of topics in your theme sidebar using a template tag&#8230;</p>
<ul>
<li>* edit sidebar.php and inside &lt;div id=&#8221;sidebar&#8221;&gt; type&#8230;
<pre>&lt;?php
if (function_exists('phpbb_topics')) {
phpbb_topics();
}
?&gt;</pre>
</li>
</ul>
</li>
</ul>
<p><strong>What is Insecure MySQL Connectivity &#038; How do I use it?</strong><br />
If you need to you can connect in a less secure manner, the connection details held in your PHPBB config.php can be loaded into WordPress. This is insecure becuase the phpbb3 credentials are store in clear text, this is bad cuase if someone somehow comprised WordPress they&#8217;d have full access to PHPBB.</p>
<p>To use, tick the &#8220;Enable Insecure Database Connection&#8221; box, and submit, when the page re-freshes you&#8217;ll have some more boxes to populate, from your phpbb config.php fill in</p>
<p><code><br />
$dbuser = phpbb MySQL Database UserName<br />
$dbpasswd = phpbb MySQL Database Password<br />
$dbhost = phpbb MySQL Server<br />
</code></p>
<p>Click update, and you should be connected!</p>
<p><strong>Support</strong><br />
I&#8217;ve always been honest about <u>support, there isn&#8217;t any</u>. Basically I write this for my own needs and then publish it for you to use for free. You&#8217;re more than welcome to post comments here and if you need support the community <a href="http://wordpress.org/tags/phpbb-recent-topics?forum_id=10#postform"><strong>phpbb-recent-topics forum</strong></a> is available, I do read every post there but we all have busy lives and I make no promises on how quickly I&#8217;ll reply to you.</p>
<p><strong>Finally Subversion</strong><br />
The source for this plugin is in the wordpress subversion, you can checkout the trunk directly from <a href="http://plugins.svn.wordpress.org/phpbb-recent-topics/">here</a>, if you weren&#8217;t aware wp.org also auto-magically creates a nightly build of any developments <a href="http://downloads.wordpress.org/plugin/phpbb-recent-topics.zip">here</a>.</p>
<p>I hope you enjoy my plug-in!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/2998/phpbb_recent_topics-version-0-6/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LINICKX LifeStream V0.2</title>
		<link>http://www.linickx.com/archives/2751/linickx-lifestream-v0-2</link>
		<comments>http://www.linickx.com/archives/2751/linickx-lifestream-v0-2#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:15:08 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[LINICKX-LifeStream]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=2751</guid>
		<description><![CDATA[Version 0.2 is the first feature update to my LINICKX Lifestream plug-in. This version incorporates all the minor bug fixes from version 0.1 -> 0.1.3 and includes what I call my &#8220;Troubleshooting Feature Pack&#8221;. Version 0.1.x was plagued by a hidden multi-post issue, so not only is this fixed in V0.2, but I&#8217;ve included the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2901" class="wp-caption alignright" style="width: 160px"><a href="http://www.linickx.com/files/2009/12/v2-screenshot-1-800.png" rel="lightbox[2751]"><img src="http://www.linickx.com/files/2009/12/v2-screenshot-1-800-150x150.png" alt="Screen-shot of config screen" title="LINICKX LifeStream Admin Screen-Shot" width="150" height="150" class="size-thumbnail wp-image-2901" /></a><p class="wp-caption-text">Screen-shot of config screen</p></div>
<p>Version 0.2 is the first feature update to my LINICKX Lifestream plug-in. This version incorporates all the minor bug fixes from version 0.1 -> 0.1.3 and includes what I call my &#8220;Troubleshooting Feature Pack&#8221;.</p>
<p>Version 0.1.x was plagued by a hidden multi-post issue, so not only is this fixed in V0.2, but I&#8217;ve included the tools used by myself to fix the issue. If you&#8217;ve been effected by this, use the factory reset option to clear out the lifestream plug-in, the next time it runs new posts will be created of all your feeds&#8230; so yes you will get double posts&#8230; but that will then be the last time it happens! <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Plug-in Features:</strong></p>
<ul>
<li>Admin Feature Pack (<em>NEW</em>)<br />
Verbose Cron Mode, now you can see what the plug-in is doing!<br />
View the contents of the Lifestream Feed DB<br />
View the URLS, Tags &#038; Categories stored in the plugin<br />
Factory Reset, remove all the settings without having to uninstall -> re-install
</li>
<li>Stream Any Feed.<br />
Most internet services like digg, twitter, lastfm and the like support RSS feeds of your activity, so you can stream any service even if I haven&#8217;t heard about it yet!</li>
<li>Posts are created from the feeds/stream.<br />
Each Feed item creates a new post, you can tag &amp; categorise your posts to give each stream a different look &amp; feel in your WordPress templates.</li>
<li>No dependencies.<br />
LINICKX LifeStream uses WordPress functions to do it&#8217;s work, so yes it&#8217;ll work on PHP4 &amp; PHP5 and you don&#8217;t need to update simplepie or an-other dependancy.</li>
<li>Flexible updating.<br />
By default LINICKX LifeStream should just work, WordPress will fetch the feeds every 5 minutes and store them in the WP Database, but you can change that. If you want to cron your updates every 1 minute you can, if you want the DB store in a file not in MySQL that&#8217;s not a problem either.</li>
</ul>
<p><strong>Bug Fixes</strong></p>
<ul>
<li>Version 0.2 Multi-Post issue &#8211; <a href="http://wordpress.org/support/topic/330243">http://wordpress.org/support/topic/330243</a></li>
<li>Pushed Version 0.1.3 more bug fixes; 0.1.2 broke auto updates, so 0.1.3 fixes it again!<br />
linickx.com was having execution timeout issues, so theres a patch to fix that for other users<br />
I&#8217;ve also introduced a config.php so that upgrades do not overwrite <code>$WPDIR</code> set by users.</li>
<li>Pushed version 0.1.2 to fix error in dashboard reported by <a href="http://www.aowao.de/">Markus</a> .</li>
<li>Pushed version 0.1.1 as the directory path changed when wordpress.org created their .zip file&#8230; all should be working again.</li>
</ul>
<p>Right now on LINICKX.com this plugin is streaming <a href="http://www.linickx.com/archives/tag/digg">Digg</a>, <a href="http://www.linickx.com/archives/tag/google-reader">Google Reader</a> and <a href="http://www.linickx.com/archives/category/blog/sync/svn/wp">WordPress Commits</a>&#8230; keep an eye for new things streamed such as delicious &#038; last fm <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<div style="border: 2px dotted #0000FF; padding: 0.5em">
<ul>
<li><strong><em><a href="http://wordpress.org/extend/plugins/linickx-lifestream/">Download LINICKX LifeStream from WordPress.org</a></em></strong></li>
<li><a href="http://wordpress.org/tags/linickx-lifestream?forum_id=10#postform">Get <strong>Support and Help</strong> on WordPress.org</a></li>
<li><a href="http://plugins.trac.wordpress.org/newticket?component=linickx-lifestream&amp;owner=linickx">Submit <strong>Bugs and Patches</strong> to Trac</a></li>
</ul>
</div>
<p><strong>I&#8217;m still looking for help.</strong><br />
If you think you can javascript/ajax the admin interface, or my plug-in WordPress MU compatible, <a href="http://www.linickx.com/contact">please let me know</a>.</p>
<p><em>Disclaimer</em><br />
Plug-in development is a hobby, I have a full time job that takes priority. Feel free to leave comments on this post but ask support questions to the WordPress community. I will update this plugin as and when I need features to improve linickx.com and will consider any patches submitted including any good ideas you have.</p>
<p>If you use this plug-in, <a href="http://www.linickx.com/donate"><strong>please consider donating</strong></a> as I give this code away for free and giving something back is good for your kama <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/2751/linickx-lifestream-v0-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get ready for LINICKX LifeStream!</title>
		<link>http://www.linickx.com/archives/2520/get-ready-for-linickx-lifestream</link>
		<comments>http://www.linickx.com/archives/2520/get-ready-for-linickx-lifestream#comments</comments>
		<pubDate>Thu, 05 Nov 2009 12:53:06 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[LifeStream]]></category>
		<category><![CDATA[LINICKX-LifeStream]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=2520</guid>
		<description><![CDATA[Colleagues have noticed that in my spare time at work I&#8217;ve been &#8220;getting my geek on!&#8221; the definition being a vi window of code on one screen and google open in the other Linickx LifeStream will be a new WordPress plugin which allows you to life stream ANY feed. I&#8217;ve been having issues with FeedWordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Colleagues have noticed that in my spare time at work I&#8217;ve been &#8220;getting my geek on!&#8221; the definition being a vi window of code on one screen and google open in the other <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Linickx LifeStream will be a new WordPress plugin which allows you to life stream ANY feed. I&#8217;ve been having issues with FeedWordPress and to be honest it didn&#8217;t really do what I wanted; now there are already may <a href="http://wordpress.org/extend/plugins/tags/lifestream">wordpress lifestream plug-ins</a>, but mine will be different.</p>
<p><strong>Difference 1</strong>: The plug-in isn&#8217;t service dependant&#8230; i.e. you don&#8217;t stream your twitter account or your LastFM account, you stream the feed. What this means is that when tomorrows-wizzy-new-service is launched you don&#8217;t have to wait for me to update the plug-in. It also means you can stream odd stuff, such as I&#8217;m going to stream my commits to the WordPress plug-in repo <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Difference 2</strong>: No Requirements. The requirements for this are the same as <a href="http://wordpress.org/about/requirements/">the WordPress requirements</a>. What this means is yes it works on PHP4 and no you don&#8217;t need a separate installation of simplepie.</p>
<p><strong>Difference 3</strong>: No Lifestream Pages, extra databases or tables. LifeStream feeds get created as &#8220;normal&#8221; WordPress posts, so if you digg something a post is created and you can do all the normal things like tag &amp; categorize the post.</p>
<p>I&#8217;m in the process of finishing the package and installing the plug-in here on linickx.com but <strong>when it&#8217;s ready</strong> you&#8217;ll be able to&#8230;</p>
<p style="text-align: center;"><a href="http://wordpress.org/extend/plugins/linickx-lifestream/">Download LINICKX LifeStream Here</a></p>
<p>With a little luck I&#8217;ll be able to remove <a href="http://www.linickx.com/archives/630/delicious-bad-behavior">this annoyance</a> and directly stream delicious and <a href="http://www.linickx.com/archives/2061/google-reader-lifestream-offline">get google reader working again</a>.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/2520/get-ready-for-linickx-lifestream/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpbb_recent_topics_0.5.3</title>
		<link>http://www.linickx.com/archives/1962/phpbb_recent_topics_0-5-3</link>
		<comments>http://www.linickx.com/archives/1962/phpbb_recent_topics_0-5-3#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:32:56 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpbb_recent_topics]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=1962</guid>
		<description><![CDATA[0.5.3 is a minor update which fixes this issue whereby some users got this error in their admin screens Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/phpbb-recent-topics/display/admin-options.php on line 144 If you don&#8217;t have this issue upgrading is optional, download from the usual place! Copyright &#169; 2010 [LINICKX].com. This Feed is for personal non-commercial use [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linickx.com/archives/713/phpbb_recent_topics-version-0-5">0.5.3</a> is a minor update which fixes <a href="http://wordpress.org/support/topic/301880">this issue</a> whereby some users got this error in their admin screens</p>
<p><code><br />
Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/phpbb-recent-topics/display/admin-options.php on line 144<br />
</code></p>
<p>If you don&#8217;t have this issue upgrading is optional, <a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">download from the usual place</a>!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/1962/phpbb_recent_topics_0-5-3/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Follow plug-in development progress</title>
		<link>http://www.linickx.com/archives/1869/follow-plug-in-development-progress</link>
		<comments>http://www.linickx.com/archives/1869/follow-plug-in-development-progress#comments</comments>
		<pubDate>Mon, 17 Aug 2009 09:13:14 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[phpbb_recent_topics]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[root-cookie]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=1869</guid>
		<description><![CDATA[The WordPress plugin trac is a really cool resource, one of my favourite features is the commit log. Development progress of linickx plugins is always going to be slow because I have a day job but when I find the time to develop updates I try to commit them to the community as often as [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://plugins.trac.wordpress.org/">WordPress plugin trac</a> is a really cool resource, one of my favourite features is the commit log.</p>
<p>Development progress of <a href="http://wordpress.org/extend/plugins/profile/linickx">linickx plugins</a> is always going to be slow because I have a day job but when I find the time to develop updates I try to commit them to the community as often as I can so users can stay in the loop&#8230;. The thing is users don&#8217;t necessarily know the log is there, so here&#8217;s a couple of links for you&#8230;</p>
<ul>
<li><a href="http://plugins.trac.wordpress.org/log/phpbb-recent-topics/">PHPBB Recent Topics Commit Log</a> (<a href="http://plugins.trac.wordpress.org/log/phpbb-recent-topics?limit=100&#038;mode=stop_on_copy&#038;format=rss">Feed</a>)</li>
<li><a href="http://plugins.trac.wordpress.org/log/root-cookie/">Root Cookie Commit Log</a> (<a href="http://plugins.trac.wordpress.org/log/root-cookie?limit=100&#038;mode=stop_on_copy&#038;format=rss">Feed</a>)</li>
</ul>
<p>If you want test drive my development versions on your blog you can download them from wordpress.org <a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/download/">here</a> and <a href="http://wordpress.org/extend/plugins/root-cookie/download/">here</a> respectively, feel free to submit patches to fix bugs or implement features, I&#8217;m always open to suggestions and work is always accredited appropriately. </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/1869/follow-plug-in-development-progress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing root cookie 1.5 now with subdomain support!</title>
		<link>http://www.linickx.com/archives/1856/introducing-root-cookie-1-5-now-with-subdomain-support</link>
		<comments>http://www.linickx.com/archives/1856/introducing-root-cookie-1-5-now-with-subdomain-support#comments</comments>
		<pubDate>Fri, 14 Aug 2009 08:23:03 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[root-cookie]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=1856</guid>
		<description><![CDATA[A long time ago Sc0ttClark came to me and suggested that his cookie subdomains plug-in &#038; my cookie path plug-in should be merged&#8230;. well I&#8217;ve finally done it! There was a little delay in the release as the initial code only worked for top level .com, .net &#038; .org style domains but a simple &#8220;manual&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>A long time ago <a href="http://wordpress.org/extend/plugins/profile/sc0ttkclark">Sc0ttClark </a>came to me and suggested that his cookie subdomains plug-in &#038; my cookie path plug-in should be merged&#8230;. well I&#8217;ve finally done it!</p>
<p>There was a little delay in the release as the initial code only worked for top level .com, .net &#038; .org style domains but a simple &#8220;manual&#8221; option in the admin screen now allows you to set the domain name, so longer domains like .co.uk can be supported!</p>
<p>All previous functionality is supported, just by enabling the plug-in the path is stripped out you only need to go into the admin page if you want to change the subdomain of the cookie.</p>
<p>The admin page now has a &#8220;<em>News &#038; Tutorials</em>&#8221; feed (<em><a href="http://www.linickx.com/archives/tag/root-cookie/feed">subscribe</a></em>) my plan is to post articles on how to use root-cookie.</p>
<p>You can <a href="http://wordpress.org/extend/plugins/root-cookie/download/">download the plugin from wordpress.org</a>, and there is a <a href="http://wordpress.org/tags/root-cookie?forum_id=10#postform">discussion forum to get community support</a>.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/1856/introducing-root-cookie-1-5-now-with-subdomain-support/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Twitter Tools is for Twitter Tools</title>
		<link>http://www.linickx.com/archives/1566/twitter-tools-is-for-twitter-tools</link>
		<comments>http://www.linickx.com/archives/1566/twitter-tools-is-for-twitter-tools#comments</comments>
		<pubDate>Tue, 11 Aug 2009 07:59:35 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter tools]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=1566</guid>
		<description><![CDATA[Those with a keen eye may have noticed that my tweets / status updates didn&#8217;t start with &#8220;is&#8221; until recently that&#8217;s because posts that appeared here on my blog would look stupid and out of context, who starts a post &#8220;is&#8221; ??? To solve the problem attached is a small plugin for Alex Kings Twitter [...]]]></description>
			<content:encoded><![CDATA[<p>Those with a keen eye may have noticed that my tweets / status updates didn&#8217;t start with &#8220;is&#8221; until <a href="http://twitter.com/linickx/status/2552200721">recently </a> that&#8217;s because posts that appeared here on my blog would look stupid and out of context, who starts a post &#8220;is&#8221; ???</p>
<p>To solve the problem <a href="http://www.linickx.com/files/2009/08/twitter-tools-is.txt">attached </a>is a small <a href="http://alexking.org/blog/2009/08/03/twitter-tools-2-0">plugin for Alex Kings Twitter Tools</a>, it&#8217;s a simple WordPress filter which prepends posts which begin with &#8220;is&#8221; with the author name, example:</p>
<blockquote><p>is testing his new WP plugin.</p></blockquote>
<p><a href="http://www.linickx.com/archives/1569/is-testing-his-new-wp-plugin">becomes</a></p>
<blockquote><p>Nick is testing his new WP plugin.</p></blockquote>
<p>If I get some positive feedback I might publish this in WP&#8217;s plugin directory. </p>
<p>Installation is easy, rename <a href="http://www.linickx.com/files/2009/08/twitter-tools-is.txt">twitter-tools-is.txt</a> to twitter-tools-is.php and save it in your wp-content/plugins directory, enable the plug-in the &#8220;normal&#8221; way and job done, no further configuration required!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/1566/twitter-tools-is-for-twitter-tools/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>phpbb_recent_topics fixed for 2.8.3</title>
		<link>http://www.linickx.com/archives/1775/phpbb_recent_topics-fixed-for-2-8-3</link>
		<comments>http://www.linickx.com/archives/1775/phpbb_recent_topics-fixed-for-2-8-3#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:52:46 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[phpbb_recent_topics]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=1775</guid>
		<description><![CDATA[UPDATE: This Plugin has been updated, please download the update from http://wordpress.org/extend/plugins/phpbb-recent-topics/, and please comment on the new post, thanks. This update fixes 0.4.x branch of my plugin, specifically the &#8220;You are not allowed to access this page&#8221; error that WordPress 2.8.1 introduced. No other changes have been implemented, the SVN Trunk (0.5.x) is still [...]]]></description>
			<content:encoded><![CDATA[<p style="border: 2px dotted #ff0000; padding: 0.5em;  text-align: center"> <strong>UPDATE</strong>: This Plugin has been updated, please download the update from <a href="wordpress.org/extend/plugins/phpbb-recent-topics/">http://wordpress.org/extend/plugins/phpbb-recent-topics/</a>, and please <a href="http://www.linickx.com/archives/713/phpbb_recent_topics-version-0-5">comment on the new post</a>, <em>thanks</em>.</p>
<p>This update fixes 0.4.x branch of my plugin, specifically the &#8220;You are not allowed to access this page&#8221; error that WordPress 2.8.1 introduced. No other changes have been implemented, <del datetime="2009-08-06T09:56:51+00:00">the SVN Trunk (0.5.x) is still to be updated.</del></p>
<p>UPDATE: 0.5.x works in WP.2.8.3, also 4got to tag this post &#8211; DOH!</p>
<p>The usual paste follows&#8230;.</p>
<div style="float: right">
<table>
<tr>
<td>
<a href='http://www.linickx.com/files/2008/05/phpbb_recent_topics_screenshot_v4.png' rel="lightbox[1775]"><img src="http://www.linickx.com/files/2008/05/phpbb_recent_topics_screenshot_v4-150x150.png" alt="phpBB Recent Topics Admin interface in WordPress" title="phpbb recent topics screenshot v4" width="150" height="150" class="alignnone size-thumbnail wp-image-414" /></a></td>
</tr>
<tr>
<td align="center">Admin GUI</td>
</tr>
</table>
</div>
<p><strong><a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">Download phpBB_Recent_Topics_0.4.2 from wordpress.org</a></strong></p>
<p><strong>What&#8217;s New?</strong></p>
<ul>
<li> Plugin fixed for WP 2.8.3.</li>
</ul>
<p><strong>What&#8217;s Old? </strong> </p>
<ul>
<li> The widget patch submitted by toni.</li>
<li>I have tested this plugin with phpBB3 .</li>
<li> I finally quashed the install bug where by phpbb-recent-topics was confused with phpbb_recent_topics.</li>
<li>Sidebar Widget, yus for all you non-php people you have a widget to play with.</li>
<li>Edit the Time &#038; Date layout &#8211; leave blank to remove it completely</li>
</ul>
<p><strong>The Installation</strong></p>
<ul>
<li>Unzip phpbb_recent_topics.tgz in your `/wp-content/plugins/` directory. (<em>You&#8217;ll have a new directory, with this plugin in /wp-content/plugins/phpbb_recent_topics</em>)</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Configure the plugin, you need to tell wordpress about phpbb, this is done in the wordpress menu &#8216;Settings&#8217; -&gt; &#8216;phpBB Recent Topics&#8217;<br />
The following Settings are required:</p>
<ul>
<li>* The name of your phpBB database (<em>e.g phpbb</em>)</li>
<li>* The name of the table where topics are held (<strong>the default is </strong><strong>phpbb_topics</strong> )</li>
<li>* The full url of your forum for links (<em>e.g. http://www.mydomain.com/forum</em>)</li>
<li>* The number of topics to show. (<em>If left blank you get 5</em>)</li>
<li>* The Date Formatting, i.e. &#8220;d/M/y &#8211; g:i a&#8221; similar to the WordPress &#8220;General Settings&#8221; </li>
</ul>
</li>
<li>Hit &#8216;Update Options&#8221;</li>
<li>To output the list of topics in a page or post&#8230;
<ul>
<li>* create a new page/post, type {phpbb_recent_topics} , hit &#8216;Publish&#8217; or &#8216;Create new page&#8217;</li>
</ul>
<p>To output the list of topics in your theme sidebar using the widget&#8230;</p>
<ul>
<li> * click &#8220;design&#8221; in the dashboard</li>
<li> * click &#8220;widgets&#8221;</li>
<li> * next to  <strong>phpBB Recent Topics click</strong> &#8220;add&#8221;</li>
<li> * click &#8220;save changes&#8221;</li>
</ul>
<p>To output the list of topics in your theme sidebar using a template tag&#8230;</p>
<ul>
<li>* edit sidebar.php and inside &lt;div id=&#8221;sidebar&#8221;&gt; type&#8230;
<pre>&lt;?php
if (function_exists('phpbb_topics')) {
phpbb_topics();
}
?&gt;</pre>
</li>
</ul>
</li>
</ul>
<p><strong>A bit about Database configuration.</strong><br />
If wordpress &amp; phpBB share a DB already then set $PHPBBDB to DB_NAME and everything will be fine, else you&#8217;re going to need to GRANT the wordpress user read access to phpBB.</p>
<p><strong>How to GRANT wordpress read only access to phpBB ?</strong><br />
If you don&#8217;t know it already you need to find your wordpress mysql user id, it&#8217;ll be in wp-config.php</p>
<pre>define('DB_USER', 'wp_user');     // Your MySQL username</pre>
<p>and you should have already found your phpbb database &amp; table for the above.<br />
You need to type the following syntax into your mysql database</p>
<pre>GRANT SELECT ON phpbb_database.phpbb_topics TO wp_user@localhost;</pre>
<p>this can be achieved by logging into <a href="http://www.phpmyadmin.net">phpmyadmin</a> as your phpbb user, selecting SQL and pasting the correct GRANT into the text box.</p>
<p><strong>Frequently Asked Questions</strong></p>
<ul>
<li> Is phpbb3 supported?
<ul>
<li>yes.</li>
</ul>
</li>
<li>Can I output 10 Topics in my Page, and 3 Topics in my Sidebar ?
<ul>
<li>Yes ! In the WordPress menu &#8216;Options&#8217; -&gt; &#8216;phpBB Recent Topics&#8217;, set &#8216;The number of topics to show&#8217; to 10, and then in your sidebar include&#8230;&lt;?php<br />
if (function_exists(&#8216;phpbb_topics&#8217;)) {<br />
phpbb_topics(3);<br />
}<br />
?&gt;</li>
</ul>
</li>
<li>Can I exclude a certain forum from the list ?
<ul>
<li> In this version, the only way to do that is to hack /wp-content/plugins/phpbb_recent_topics/display/display.php, change
<pre>$results = $wpdb-&gt;get_results("SELECT * FROM $TOPIC_TABLE ORDER BY topic_time DESC LIMIT $LIMIT");</pre>
<p>to</p>
<pre>$results = $wpdb-&gt;get_results("SELECT * FROM $TOPIC_TABLE WHERE forum_id != 1 ORDER BY topic_time DESC LIMIT $LIMIT");</pre>
<p>to exclude forum 1 from the list. I plan to setup a proper solution to this in the next version.</li>
</ul>
</li>
<li>Why is the date config under settings not in the widget configuration?
<ul>
<li>The date settings effect both the template tag and the widget <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
</li>
</ul>
<p><strong>Support</strong><br />
I&#8217;ve always been honest about <u>support, there isn&#8217;t any</u>. Basically I write this for my own needs and then publish it for you to use for free. You&#8217;re more than welcome to post comments here and if you tag <a href="http://wordpress.org/tags/phpbb-recent-topics">wordpress forum posts</a> with &#8220;phpbb-recent-topics&#8221; I&#8217;ll reply to you there, but we all have busy lives and I make no promises on how quickly I&#8217;ll reply to you.</p>
<p>Link for posting in the correct <a href="http://wordpress.org/tags/phpbb-recent-topics?forum_id=10#postform">phpbb-recent-topics forum</a></p>
<p><strong>Finally Subversion</strong><br />
You also might be interested to know that I&#8217;ve been getting to grips with the wordpress plug-ins svn, so you can get work directly from <a href="http://svn.wp-plugins.org/phpbb-recent-topics/">here</a>; and when wordpress.org re-crawls my readme the latest version will also be available on <a href="http://wordpress.org/extend/plugins/">wordpress.org/extend/plugins/</a> <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/1775/phpbb_recent_topics-fixed-for-2-8-3/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress Plug-in Order</title>
		<link>http://www.linickx.com/archives/851/wordpress-plug-in-order</link>
		<comments>http://www.linickx.com/archives/851/wordpress-plug-in-order#comments</comments>
		<pubDate>Tue, 03 Mar 2009 12:10:16 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=851</guid>
		<description><![CDATA[Whilst playing with my bad-behavior callback function, I noticed something quite crucial; plug-ins load in alphabetical order!. I noticed that every time a new version of BB is released / upgraded I had to re-paste my callback function into bad-behavior-wordpress.php &#8211; DOH! To get around this I decided to create a new plug-in called linickx-bb-callback.php, [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst playing with <a href="http://www.linickx.com/archives/679/bad-behaviour-and-akismet-blocked-counters-for-wordpress">my bad-behavior callback function</a>, I noticed something quite crucial; <strong>plug-ins load in alphabetical order!</strong>.</p>
<p>I noticed that every time a new version of BB is released / upgraded I had to re-paste my callback function into bad-behavior-wordpress.php &#8211; DOH!</p>
<p>To get around this I decided to create a new plug-in called linickx-bb-callback.php, but I noted that the counter wasn&#8217;t increasing. Changing the file name to aaa_linickx-bb-callback.php fixed the issue, sweeeeet!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/851/wordpress-plug-in-order/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>root Cookie Path 1.4 an Update for WordPress 2.7</title>
		<link>http://www.linickx.com/archives/831/root-cookie-path-14-an-update-for-wordpress-27</link>
		<comments>http://www.linickx.com/archives/831/root-cookie-path-14-an-update-for-wordpress-27#comments</comments>
		<pubDate>Tue, 24 Feb 2009 12:11:29 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[root-cookie]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=831</guid>
		<description><![CDATA[UPDATE: This Plugin has been updated, please comment on the new post, thanks. I&#8217;ve had an e-mail from Edward Laverick saying that my WordPress root Cookie plugin doesn&#8217;t work in WP2.7. I have a few points to make&#8230;. Not All Cookies are plug-able. A google search of the WordPress SVN show&#8217;s that there are setcookie [...]]]></description>
			<content:encoded><![CDATA[<p style="border: 2px dotted #ff0000; padding: 0.5em; text-align: center"><strong>UPDATE</strong>: This Plugin has been updated, please <a href="http://www.linickx.com/archives/1856/introducing-root-cookie-1-5-now-with-subdomain-support">comment on the new post</a>, <em>thanks</em>.</p>
<p>I&#8217;ve had an e-mail from <a href="http://www.rndout.com/">Edward Laverick</a> saying that <a href="http://wordpress.org/extend/plugins/root-cookie/">my WordPress root Cookie plugin</a> doesn&#8217;t work in WP2.7.</p>
<p>I have a few points to make&#8230;.</p>
<ul>
<li><strong>Not All Cookies are plug-able.</strong><br />
<a href="http://www.google.com/search?q=site%3Asvn.automattic.com%2Fwordpress%2Ftrunk%2F+setcookie">A google search of the WordPress SVN</a> show&#8217;s that there are setcookie actions outside of the avilable pluggable functions; the only way to change these that I know of is to hack the trunk code.</li>
<li><strong>Changes to 1.4.</strong><br />
This new version does work in 2.7&#8230; I&#8217;ve refined the code in two ways, the plug-able functions are inline with WP2.7 (<em>i.e. any changes in the trunk have been duplicated in this plug-in</em>) and got rid of the bug where the same cookie isn&#8217;t set twice.<br />
I&#8217;ve tested this plug-in on my server and ensured that we are changing the cookie path on both the &#8220;admin cookie&#8221; and the &#8220;logged in cookie&#8221; so hopefully all will work as expected.</li>
<li><strong>Do you really want this plugin ?</strong><br />
<a href="http://www.vizioninteractive.com/">Scott Kingsley Clark</a>  has created a <a href="http://wordpress.org/extend/plugins/root-cookie-path-subdomains/">sub-domains version of this plugin</a> it&#8217;s worth a look if you&#8217;re working with blog1.domain.com and blog2.domain.com</li>
</ul>
<p>As always&#8230;.</p>
<blockquote><p>The point of the plugin is to strip out the path from the cookie so that it can be referenced by other applications.</p>
<p>You can <a href="http://wordpress.org/extend/plugins/root-cookie/download/">download the plugin from wordpress.org</a>, and there is a <a href="http://wordpress.org/tags/root-cookie?forum_id=10#postform">discussion forum</a> to get community support.</p></blockquote>
<p>Cheers!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/831/root-cookie-path-14-an-update-for-wordpress-27/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
