<?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; WordPress</title>
	<atom:link href="http://www.linickx.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Thu, 17 May 2012 10:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Making your WordPress.org/extend/plugin pages look cool!</title>
		<link>http://www.linickx.com/3590/making-your-wordpress-orgextendplugin-pages-look-cool</link>
		<comments>http://www.linickx.com/3590/making-your-wordpress-orgextendplugin-pages-look-cool#comments</comments>
		<pubDate>Fri, 09 Mar 2012 08:38:54 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[LINICKX-LifeStream]]></category>
		<category><![CDATA[phpbb_recent_topics]]></category>
		<category><![CDATA[root-cookie]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3590</guid>
		<description><![CDATA[Whilst browsing what is on offer at wordpress.org/extend I noticed that the plugins by automattic had fancy banners (e.g. jetpack &#038; buddypress)&#8230; I wanted in! Since the text on these pages is generated from the readme.txt in a given plugin&#8217;s &#8230; <a href="http://www.linickx.com/3590/making-your-wordpress-orgextendplugin-pages-look-cool">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Whilst browsing what is on offer at wordpress.org/extend I noticed that the plugins by automattic had fancy banners (e.g. <a href="http://wordpress.org/extend/plugins/jetpack/">jetpack</a> &#038; <a href="http://wordpress.org/extend/plugins/buddypress/">buddypress</a>)&#8230; I wanted in! </p>
<p>Since the text on these pages is generated from the readme.txt in a given plugin&#8217;s repo I figured I&#8217;d take a look there and see if the automattic guys were doing anything different&#8230; oh yeah, there were!</p>
<p>These repo&#8217;s had a &#8220;assets&#8221; folder in the root, and in there was a banner-772&#215;250.png. Simply by generating my own banner (<em>772px wide by 250px high</em>), creating an assets folder in each of my repos <a href="https://plugins.trac.wordpress.org/changeset/515612/phpbb-recent-topics/assets">and committing</a> did the trick &#8211; so secret sauce required! (<em>NOTE:You have to wait a while for wp.org to update, I waited overnight</em>)</p>
<p>I think these are looking rather groovy <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">http://wordpress.org/extend/plugins/phpbb-recent-topics/</a></li>
<li><a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">http://wordpress.org/extend/plugins/root-cookie/</a></li>
<li><a href="http://wordpress.org/extend/plugins/linickx-lifestream/">http://wordpress.org/extend/plugins/linickx-lifestream/</a></li>
</ul>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/3590/making-your-wordpress-orgextendplugin-pages-look-cool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>is_blog</title>
		<link>http://www.linickx.com/3546/is_blog</link>
		<comments>http://www.linickx.com/3546/is_blog#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:42:00 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[is_blog]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3546</guid>
		<description><![CDATA[Since moving to a static front page I&#8217;ve noticed google is indexing /blog rather than individual posts&#8230;. this little addition to my header.php should fix it! You may notice that WordPress doesn&#8217;t appear to be an is_blog function which would &#8230; <a href="http://www.linickx.com/3546/is_blog">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since moving to <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page">a static front page</a> I&#8217;ve noticed google is indexing <a href="http://www.linickx.com/blog">/blog</a> rather than individual posts&#8230;. this little addition to my <a href="http://codex.wordpress.org/Designing_Headers">header.php</a> should fix it!</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
/*
                DO NOT INDEX /blog
        */

        if ( (!is_front_page()) &amp;&amp; (!is_page()) &amp;&amp; (!is_single()) &amp;&amp; (!is_archive()) ) {
                echo '&lt;meta name=&quot;robots&quot; content=&quot;noindex&quot;&gt;' . &quot;\n&quot;;
        }
?&gt;
</pre>
<p>You may notice that WordPress doesn&#8217;t appear to be an <a href="http://core.trac.wordpress.org/ticket/10158">is_blog</a> function which would do the same thing.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/3546/is_blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>root-cookie 1.6, two years in the making?</title>
		<link>http://www.linickx.com/3495/root-cookie-1-6-two-years-in-the-making</link>
		<comments>http://www.linickx.com/3495/root-cookie-1-6-two-years-in-the-making#comments</comments>
		<pubDate>Thu, 22 Dec 2011 22:02:41 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[root-cookie]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3495</guid>
		<description><![CDATA[No taking two years to release an update is not good, but in my defence root-cookie is so simple that there are very few issues and complaints Actually a two year wait isn&#8217;t strictly true, those watching the dev log &#8230; <a href="http://www.linickx.com/3495/root-cookie-1-6-two-years-in-the-making">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linickx.com/files/2011/12/screenshot-1.png" rel="lightbox[3495]"><img class="alignright size-thumbnail wp-image-3501" title="Root Cookie Admin Screen Shot" src="http://www.linickx.com/files/2011/12/screenshot-1-150x150.png" alt="" width="150" height="150" /></a>No taking two years to release an update is not good, but in my defence root-cookie is so simple that there are very few issues and complaints <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Actually a two year wait isn&#8217;t strictly true, those watching <a href="http://www.linickx.com/tag/root-cookie">the dev log</a> would have seen I&#8217;ve pushed the odd update here and there.</p>
<p>So what prompts this release, well I&#8217;ve noticed that in WP3.3 that the cookie functions have changed, so to ensure future compatibility (<em>and minimal issues for me</em>) I have updated this plugin to be aligned to the core source.</p>
<p>The usual blurb&#8230;</p>
<ul>
<li>Download: <a href="http://wordpress.org/extend/plugins/root-cookie/download/">http://wordpress.org/extend/plugins/root-cookie/download/</a></li>
<li>Support: <a href="https://wordpress.org/tags/root-cookie?forum_id=10#postform">https://wordpress.org/tags/root-cookie?forum_id=10#postform</a></li>
<li>Bugs: <a href="http://plugins.trac.wordpress.org/newticket?component=root-cookie&amp;owner=linickx">http://plugins.trac.wordpress.org/newticket?component=root-cookie&amp;owner=linickx</a></li>
</ul>
<p><strong>ChangeLog</strong></p>
<ul>
<li>Contextual Help</li>
<li>Bug fix &#8220;undefined method WP_Error::get_items&#8221;</li>
<li>Logout Enhancement</li>
<li>WP 3.3 Compatability</li>
<li><a href="http://www.linickx.com">Donation Link</a> (<em>it&#8217;s good for your karma</em>)</li>
</ul>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/3495/root-cookie-1-6-two-years-in-the-making/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINICKX LifeStream Version 0.3</title>
		<link>http://www.linickx.com/3422/linickx-lifestream-version-0-3</link>
		<comments>http://www.linickx.com/3422/linickx-lifestream-version-0-3#comments</comments>
		<pubDate>Sun, 25 Sep 2011 08:11:00 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[LINICKX-LifeStream]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3422</guid>
		<description><![CDATA[It&#8217;s been a very long time since I&#8217;ve needed to look at this plugin but since linickx.com has moved to twentyeleven I wanted to take advantage of post formats; this has motivated me to make some minor updates. New Fetures &#8230; <a href="http://www.linickx.com/3422/linickx-lifestream-version-0-3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.linickx.com/files/2011/09/lifestream_v003-150x150.png" alt="linickx lifestreaam version 0.03 logo" title="lifestream_v003" width="150" height="150" class="alignright size-thumbnail wp-image-3426" /><br />
It&#8217;s been a very long time since I&#8217;ve needed to look at this plugin but since <a href="http://www.linickx.com">linickx.com</a> has moved to <a href="http://theme.wordpress.com/themes/twentyeleven/">twentyeleven</a> I wanted to take advantage of <a href="http://codex.wordpress.org/Post_Formats">post formats</a>; this has motivated me to make some minor updates.</p>
<p><strong>New Fetures</strong></p>
<ul>
<li>Post Format Support<br />Feeds can be assigned post formats, <em>Standard</em> is the default format if you theme doesn&#8217;t support this, twentlyelevn does and I think the link format works quite well.</li>
<li>Fail without Bail<br /> A bug I&#8217;d just lived with was if the feed was corrupt then the plugin would simply crash and burn, sometimes a factory reset was required to recover. Now the plugin will detect the error, dump the message and carry on&#8230; much better!</li>
<li>Admin Page Updates<br />I&#8217;ve been slowly adding context help to my plugins, you know the little help in the top right hand corner, so help is now even closer. The news feed at the bottom will now take advantage of the fail-without-bail feature for when linickx.com is down. The final change here is a dontate feature, there is a tick box to remove this <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<p>All <a href="http://www.linickx.com/archives/2751/linickx-lifestream-v0-2">the old features</a> still exist and the same old information applies&#8230;</p>
<div style="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>Enjoy!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/3422/linickx-lifestream-version-0-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpbb_recent_topics version 0.7</title>
		<link>http://www.linickx.com/3311/phpbb_recent_topics-version-0-7</link>
		<comments>http://www.linickx.com/3311/phpbb_recent_topics-version-0-7#comments</comments>
		<pubDate>Sun, 03 Jul 2011 09:58:49 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[phpbb_recent_topics]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3311</guid>
		<description><![CDATA[A little later than planned but the annual release of phpbb_recent_topics is finally here! I actually started on this release a couple of months ago but couldn&#8217;t find the time to write this post and tag the release :-$ The &#8230; <a href="http://www.linickx.com/3311/phpbb_recent_topics-version-0-7">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linickx.com/files/2011/07/phpbb_recent_topics_logo_L.png" rel="lightbox[3311]"><img src="http://www.linickx.com/files/2011/07/phpbb_recent_topics_logo_s.png" alt="PHPbb Recent Topics Logo" title="phpbb_recent_topics_logo" width="275" height="172" class="alignright size-full wp-image-3315" /></a>A little later than planned but the annual release of phpbb_recent_topics is finally here! </p>
<p>I actually started on this release a couple of months ago but couldn&#8217;t find the time to write this post and tag the release :-$ The good news is that there have been lots of changes since 0.6, basically I&#8217;ve implemented as many bug fixes and feature as I can in the WordPress-Plugin bug tracker.</p>
<p><strong>If you have a feature request or patch, <a href="http://plugins.trac.wordpress.org/newticket?component=phpbb-recent-topics&#038;owner=linickx">please submit here</a>.</p>
<p>Support questions and requests for help should be directed at <a href="http://wordpress.org/tags/phpbb-recent-topics?forum_id=10">the forum</a>.</strong></p>
<p>Without further ado&#8230; <strong>What&#8217;s New?</strong></p>
<ul>
<li>
 WordPress 3.1.4 Testing <br /> Yep, with such a slow development cycle I can confirm that PRT works with WordPress version 3, but you knew that right ?</li>
<li> CSS Styleable output <br /> A common request, there is now a UL class called prt_ul and a LI class called prt_li which can be used to make you sidebar look pretty! </li>
<li> Plugin Options Modernisation <br /> I follow <a href="http://planet.wordpress.org">planet.wordpress</a> so any tips, tricks and modern ways of doing things have been implemented i.e.
<ul>
<li>Collapse multiple options into an array</li>
<li>Implement register settings to close  <a href="http://plugins.trac.wordpress.org/ticket/1217">http://plugins.trac.wordpress.org/ticket/1217</a></li>
<li>Implement upgrade.php to migrate all variable to new array form</li>
</ul>
</li>
<li> Resolved: Missing argument 1 for phpbb_topics() <br /> This was a stoooopid bug that has been in the code for ages, I finally found the time to squish it!</li>
<li>Code clean-up (<em>Lots of changes</em>) <br /> I&#8217;ve put a lot of effort in 0.7 to remove all the un-necessary code, the kind of stuff that get&#8217;s pasted in as a good idea but not needed, hopefully this has some positive impact in your site as well as my kama</li>
<li>Timezone/Off-Set fix (Reads +/- hours from WordPress Settings) <br /> This was perhaps the most requested feature, I figured out a neat way of doing it by reading the WordPress options.</li>
<li>Localisation of date/time fix (<a href="http://plugins.trac.wordpress.org/ticket/1173">http://plugins.trac.wordpress.org/ticket/1173</a>) <br /> I&#8217;m planning to complete localisation in 0.8, but this is a start right?</li>
<li>Callback functionality <br /> Do you want to do something cool with PRT? Check out phpbb_topics_callback in the readme!</li>
<li>Contextual Help in the admin dashboard <br /> In the past, this blog post has contained the instructions for getting going, I&#8217;ve now put everything either in the readme or actually in the wordpress help, keep a weather eye out for the &#8220;help&#8221; in the top right hand corner of the WordPress dashboard.</li>
</ul>
<p><strong>Where do I get it?</strong><br />
<a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">Download phpbb_recent_topics version 0.7 from WordPress.org</a></p>
<p>I hope you enjoy this release!</p>
<p><strong>Footnote:</strong> Version 0.7.1 has been pushed out which fixes the date display issue reported below!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/3311/phpbb_recent_topics-version-0-7/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>linickx on github</title>
		<link>http://www.linickx.com/3296/linickx-on-github</link>
		<comments>http://www.linickx.com/3296/linickx-on-github#comments</comments>
		<pubDate>Mon, 30 May 2011 10:40:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AbandonWare]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[LINICKX-LifeStream]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpbb_recent_topics]]></category>
		<category><![CDATA[root-cookie]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3296</guid>
		<description><![CDATA[For your social coding pleasure, linickx code is now in github! Yesterday I completed the subversion mirror of my WordPress projects &#8211; phpbb_recent_topics , root cookie and linickx lifestream &#8211; now this isn&#8217;t a migration, it is a mirror! For &#8230; <a href="http://www.linickx.com/3296/linickx-on-github">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linickx.com/files/2011/05/octocat_happy_sm.gif" rel="lightbox[3296]"><img src="http://www.linickx.com/files/2011/05/octocat_happy_sm.gif" alt="" title="octocat_happy_sm" width="132" height="101" class="alignright size-full wp-image-3298" /></a><br />
For your social coding pleasure, <a href="https://github.com/linickx">linickx code is now in github</a>!</p>
<p>Yesterday I completed the subversion mirror of my WordPress projects &#8211; <a href="https://github.com/linickx/phpbb_recent_topics">phpbb_recent_topics</a> , <a href="https://github.com/linickx/root-cookie">root cookie</a> and <a href="https://github.com/linickx/linickx-lifestream">linickx lifestream</a> &#8211; now this isn&#8217;t a migration, it is a mirror! For the time being I&#8217;m happy using the subversion tools provided by Automattic and the WordPress team but I understand that git is gaining momentum and many are switching, basically I&#8217;m hoping this makes it easier for the WP community to get in touch or make suggestions to the code.</p>
<p>I&#8217;m also working on uploading some of my old work, I rely heavily on google to broadcast my wares and perhaps there are some old dinosaurs that need resurrecting by a new community of devs?  Well if you&#8217;re feeling nosey &#8220;<a href="https://github.com/linickx/a">A is for Abandonware</a>&#8221;</p>
<p>It&#8217;s likely that new code and projects will appear on git hub, I&#8217;ve been toying with running subversion on linickx.com but now that Xcode4 has git built in this cloud based social service might be a better option&#8230;. I guess only time will tell!</p>
<p>Enjoy!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/3296/linickx-on-github/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Query for Custom Post Types and Taxonomy</title>
		<link>http://www.linickx.com/3065/wordpress-custom-query-for-custom-post-types-and-taxonomy</link>
		<comments>http://www.linickx.com/3065/wordpress-custom-query-for-custom-post-types-and-taxonomy#comments</comments>
		<pubDate>Wed, 25 Aug 2010 17:48:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3065</guid>
		<description><![CDATA[I wanted to run a custom query against WP3.0 custom post types but all the documentation and google I found all pointed to posts in categories which doesn&#8217;t work if your post type isn&#8217;t post, this was my solution&#8230;. Hopefully &#8230; <a href="http://www.linickx.com/3065/wordpress-custom-query-for-custom-post-types-and-taxonomy">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to run a custom query against WP3.0 custom post types but all the documentation and google I found all pointed to posts in categories which doesn&#8217;t work if your post type isn&#8217;t <em>post</em>, this was my solution&#8230;.</p>
<pre class="brush: php; title: ; notranslate">
$my_query = $wp_query-&amp;gt;query; // Copy the existing query into a new one
$my_query['posts_per_page'] = &quot;30&quot;; // change the number we want displayed.
$my_query['orderby'] = &quot;title&quot;; // Sort by title.
$my_query['order'] = &quot;ASC&quot;; // 'A' first!
query_posts($my_query);  // Run our query.... normal service resumes.
</pre>
<p>Hopefully this post will give someone the <em>light bulb moment</em> they&#8217;re after.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/3065/wordpress-custom-query-for-custom-post-types-and-taxonomy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode for WordPress Plug-in Developers</title>
		<link>http://www.linickx.com/3007/xcode-for-wordpress-plug-in-developers</link>
		<comments>http://www.linickx.com/3007/xcode-for-wordpress-plug-in-developers#comments</comments>
		<pubDate>Wed, 26 May 2010 19:42:04 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[SVN Commits]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3007</guid>
		<description><![CDATA[This post is an extension to this excellent article except with a subtle difference, I&#8217;m not interested in hacking the WP core, I&#8217;m writing a plug-in I&#8217;m going to assume that you&#8217;ve requested access to WordPress.org&#8217;s SVN repository, and you&#8217;ve &#8230; <a href="http://www.linickx.com/3007/xcode-for-wordpress-plug-in-developers">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post is an extension to <a href="http://www.red-sweater.com/blog/141/livin-in-a-wordpress-hackers-paradise">this excellent article</a> except with a subtle difference, I&#8217;m not interested in hacking the WP core, I&#8217;m writing a plug-in <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m going to assume that you&#8217;ve <a href="http://wordpress.org/extend/plugins/add/">requested access</a> to WordPress.org&#8217;s SVN repository, and you&#8217;ve found the admin panel and want to get your Xcode goodness hooked up to the WP SVN.</p>
<p>To get started create a new Empty Xcode project.</p>
<table>
<tr>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-New-Empty-Project.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-New-Empty-Project-150x150.png" alt="Screenshot of Xcode project chooser" title="WP Xcode New Empty Project" width="150" height="150" class="aligncenter size-thumbnail wp-image-3010" /></a>
</td>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-Empty-Linickx-Lifestream.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-Empty-Linickx-Lifestream-150x150.png" alt="Empty XCode waiting for LINICKX LifeStream" title="WP Xcode Empty Linickx Lifestream" width="150" height="150" class="aligncenter size-thumbnail wp-image-3011" /></a>
</td>
</tr>
<tr>
<td><strong><em>Xcode project choose</em>r</strong>
</td>
<td>
<strong><em>Empty Project</em></strong>
</td>
</tr>
</table>
<p>From the menu bar select <code>SCM</code> then <code>Configure Repositories</code>, the window select the <code>+</code> to add a new repo, the username &#038; password pair are your wordpress.org credentials, you can find the URL to your SVN repo on the wordpress.org site. </p>
<table>
<tr>
<td>
<a href="http://www.linickx.com/files/2010/05/WordPress-dot-org-Admin-Interface.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WordPress-dot-org-Admin-Interface-150x150.png" alt="WordPress dot org Admin Interface" title="WordPress dot org Admin Interface" width="150" height="150" class="aligncenter size-thumbnail wp-image-3014" /></a>
</td>
</tr>
<tr>
<td> <em><strong>The WP.org admin interface</strong></em></td>
</tr>
</table>
<p>Next from the menu bar select <code>SCM</code> then <code>Repositories</code>, highlight the repo you&#8217;ve just created and choose checkout; you&#8217;re going to be asked for a folder to &#8220;save&#8221; the contents of the repo to, I chose inside my Xcode project folder.</p>
<table>
<tr>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-Config-Repo.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-Config-Repo-150x150.png" alt="" title="WP Xcode Config Repo" width="150" height="150" class="aligncenter size-thumbnail wp-image-3015" /></a>
</td>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-Checkout.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-Checkout-150x150.png" alt="Checking out with Xcode" title="WP Xcode Checkout" width="150" height="150" class="aligncenter size-thumbnail wp-image-3017" /></a>
</td>
</tr>
<tr>
<td>
<strong><em>Repo&#8217; Confi</em>g</strong>
</td>
<td>
<strong><em>Code Checkout</em></strong>
</td>
</tr>
</table>
<p>You now need to add those &#8220;checked out&#8221; files to you project, in the tree on the left, right/control click the blue project icon at the top and select add existing files, accept the defaults and the repo should be imported.</p>
<table>
<tr>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-Imported-Project.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-Imported-Project-150x150.png" alt="Code imported" title="WP Xcode Imported Project" width="150" height="150" class="aligncenter size-thumbnail wp-image-3019" /></a>
</td>
</tr>
<tr>
<td>
<em><strong>Imported Code </strong></em>
</td>
</tr>
</table>
<p>These files now in the project need to be associated with the repo, this is done by highlighting the blue project icon and clicking the &#8220;Info&#8221; button, then click &#8220;Configure Roots &#038; SCM&#8221;; click the + button and choose your repo folder (again)&#8230; the dropdown on the right should automatically select the correct SCM.</p>
<table>
<tr>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-Project-LINICKX-LifeStream-Info.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-Project-LINICKX-LifeStream-Info-150x150.png" alt="Project LINICKX LifeStream Info" title="WP Xcode Project LINICKX LifeStream Info" width="150" height="150" class="aligncenter size-thumbnail wp-image-3023" /></a>
</td>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-Edit-Project-Root.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-Edit-Project-Root-150x150.png" alt="WP Xcode Edit Project Root" title="WP Xcode Edit Project Root" width="150" height="150" class="aligncenter size-thumbnail wp-image-3024" /></a>
</td>
</tr>
<tr>
<td><strong><em>Project Properties</em></strong></td>
<td><strong><em>Project Roots</em></strong></td>
</tr>
</table>
<p>If you now change a file / add / delete / etc it will appear under the SCM tree, you can right/control click and commit to the repo&#8230;. job done <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<table>
<tr>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-readme-txt-changed.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-readme-txt-changed-150x150.png" alt="WP Xcode readme txt changed" title="WP Xcode readme txt changed" width="150" height="150" class="aligncenter size-thumbnail wp-image-3026" /></a>
</td>
</tr>
<tr>
<td><strong><em>Yay it works</em>!</strong></td>
</tr>
</table>
<p>Very quickly you&#8217;re going to find out that you want to test your changes prior to commiting them, to do this you may want to copy your files upto a webserver&#8230;. I get Xcode to do that for me, using <a href="http://code.google.com/p/macfuse/">macfuse</a> to mount my webroot via ssh but for this example I&#8217;ll create a directory on the desktop &#8230; you also need to create any subdirectories you may need..  I have to create &#8220;admin&#8221;.</p>
<p>To copy the files we&#8217;re use an Xcode target, from the menu bar choose <code>Project</code> then <code>New Target</code> then <code>Copy Files Target</code>, I called my new target <em>CopyFile</em>. Using the info button change the absolute path of the copy &#8211; e.g. /Users/Nick/Desktop/LL &#8230; now here I ran into a problem (<em>suggestions welcome</em>)&#8230; next I created extra copy build phases for each subdirectory. Control/right click your Target ( i.e CopyFiles) then choose Add, New Build Phase, New Copy Files Build Phase&#8230; I then set the absolute path of this &#8220;sub target&#8221; to /Users/nick/Desktop/LL/admin/ to represent my admin subdirectory.</p>
<p>Finally DRAG down the files into their correct target, all being well and a fair wind clicking &#8220;BUILD&#8221; will cause your files to be copied into your directory. You can now make changes, click build to test, and then commit them to subversion when you&#8217;re happy <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<table>
<tr>
<td>
<a href="http://www.linickx.com/files/2010/05/WP-Xcode-Finished-11-37-41.png" rel="lightbox[3007]"><img src="http://www.linickx.com/files/2010/05/WP-Xcode-Finished-11-37-41-150x150.png" alt="WP Xcode - Finished" title="WP Xcode - Finished" width="150" height="150" class="aligncenter size-thumbnail wp-image-3027" /></a></td>
</tr>
<tr>
<td><strong><em>Finished!</em></strong></td>
</tr>
</table>
<p>The red sweater post that inspires this now talks about creating a RUN shortcut to automatically open a web browser for testing, however mine didn&#8217;t work&#8230; I got this error &#8220;<em>The program being debugged is not being run</em>&#8220;&#8230; suggestions to fix welcome!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/3007/xcode-for-wordpress-plug-in-developers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpbb_recent_topics version 0.6</title>
		<link>http://www.linickx.com/2998/phpbb_recent_topics-version-0-6</link>
		<comments>http://www.linickx.com/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[UPDATE: This Plugin has been updated, the below links to the new file, but please comment on the new post, thanks. Admin GUI It&#8217;s that time again, enough things have happened in the support forum to warrant another version. phpbb_recent_topics &#8230; <a href="http://www.linickx.com/2998/phpbb_recent_topics-version-0-6">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="border: 2px dotted #ff0000; padding: 0.5em; text-align: center"> <strong>UPDATE</strong>: This Plugin has been updated, the below links to the new file, but please <a href="http://www.linickx.com/3311/phpbb_recent_topics-version-0-7">comment on the new post</a>, <em>thanks</em>.</p>
<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; 2012 <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/2998/phpbb_recent_topics-version-0-6/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Dear Edgar, in response to your lifestream questions.</title>
		<link>http://www.linickx.com/2913/dear-edgar-in-responds-to-your-lifestream-questions</link>
		<comments>http://www.linickx.com/2913/dear-edgar-in-responds-to-your-lifestream-questions#comments</comments>
		<pubDate>Fri, 18 Dec 2009 11:31:01 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[LINICKX-LifeStream]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=2913</guid>
		<description><![CDATA[I&#8217;ve recently received this message thru my contact form, now it is either a very odd spam/phishing message or Edgar made a mistake on his email address as the domain doesn&#8217;t exist. Either way I&#8217;ve been asked QU 2 before &#8230; <a href="http://www.linickx.com/2913/dear-edgar-in-responds-to-your-lifestream-questions">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently received this message thru <a href="http://www.linickx.com/contact">my contact form</a>, now it is either a very odd spam/phishing message or Edgar made a mistake on his email address as <a href="http://dns-tools.domaintools.com/?q=icty.am&#038;m=dns">the domain doesn&#8217;t exist</a>.  Either way I&#8217;ve been asked QU 2 before so here&#8217;s my response while I update <a href="http://wordpress.org/extend/plugins/linickx-lifestream/faq/">the FAQ</a> <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>
Dear Creator of Plugin, thank you very much for your great job. I am trying to use it in web site.<br />
i am trying to use your plugin LINICKX LifeStream v0.2 and i have 2 questions.<br />
1. I inserted 23 URL of Feeds but plugin loading only 3 of them, why?<br />
2. Could I load also content of posts, if yes than how?<br />
great thanks!<br />
best regards<br />
Edgar
</p></blockquote>
<p>Actually Edgar I&#8217;ve only tested with about 5 feeds, so I will load up my test site and see what happens, it could be possible that your feed 4 is corrupt and blocking the rest.</p>
<p>If you wish to create posts from feeds see <a href="http://wordpress.org/extend/plugins/feedwordpress/">FeedWordPress by Charles Johnson</a>, I was planning to include this functionality but issues mean that now I&#8217;m not bothering, <a href="http://plugins.trac.wordpress.org/browser/linickx-lifestream/trunk/run.php#L236">see line L236 of run.php</a>, feel free to submit a patch if you can fix it.</p>
<p>Festive Regards,</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <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/2913/dear-edgar-in-responds-to-your-lifestream-questions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

