<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
<channel>
	<title>Comments for Jeremy Clark - TechNet.com</title>
	
	<link>http://clark-technet.com</link>
	<description />
	<lastBuildDate>Tue, 31 Jan 2012 21:40:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForJeremyClark-ATechBlog-" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="commentsforjeremyclark-atechblog-" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by timg19</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-130962</link>
		<dc:creator>timg19</dc:creator>
		<pubDate>Tue, 31 Jan 2012 21:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-130962</guid>
		<description>I'm back to looking at this after almost a year of other projects.  Its running great now that I've updated my Wordpress versions, so no longer a problem extracting the zip file on the server.   

I run over 10 blogs and have a parent theme which all of them use.  The other problem I was running into was the child theme is always active, so to get the update alert that a new parent theme is available, I had to active it (the parent theme).

To have the update look for the parent theme, rather then the child theme, I did the following:
1) Open the theme update.php file
2) Change: $theme_base = get_option('stylesheet');
3) To: $theme_base = get_option('template');

That keeps me from having to activate the parent theme.  Again, great plugin, thanks!

Just a note that your original script could cause a problem if you want to update the child theme.

This will get the parent theme info.  
$theme_data = get_theme_data( TEMPLATEPATH . '/style.css');

While the one will get the child theme info.
$theme_base = get_option('stylesheet');

So the the original script will get the wrong version number for the child theme.  Not sure how to fix that yet.</description>
		<content:encoded><![CDATA[<p>I&#8217;m back to looking at this after almost a year of other projects.  Its running great now that I&#8217;ve updated my WordPress versions, so no longer a problem extracting the zip file on the server.   </p>
<p>I run over 10 blogs and have a parent theme which all of them use.  The other problem I was running into was the child theme is always active, so to get the update alert that a new parent theme is available, I had to active it (the parent theme).</p>
<p>To have the update look for the parent theme, rather then the child theme, I did the following:<br />
1) Open the theme update.php file<br />
2) Change: $theme_base = get_option(&#8216;stylesheet&#8217;);<br />
3) To: $theme_base = get_option(&#8216;template&#8217;);</p>
<p>That keeps me from having to activate the parent theme.  Again, great plugin, thanks!</p>
<p>Just a note that your original script could cause a problem if you want to update the child theme.</p>
<p>This will get the parent theme info.<br />
$theme_data = get_theme_data( TEMPLATEPATH . &#8216;/style.css&#8217;);</p>
<p>While the one will get the child theme info.<br />
$theme_base = get_option(&#8216;stylesheet&#8217;);</p>
<p>So the the original script will get the wrong version number for the child theme.  Not sure how to fix that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Samba and LDAP Setup by Victor Zucarino</title>
		<link>http://clark-technet.com/linux-guides/samba-and-ldap-setup/comment-page-2#comment-130706</link>
		<dc:creator>Victor Zucarino</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://clarktech.no-ip.com/?page_id=265#comment-130706</guid>
		<description>Hello all, in fact the nmbd was stoped, then I added this on my /etc/init.d/smb:

echo -n $"Starting $KIND2 services: "
daemon nmbd $SMBDOPTIONS

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello all, in fact the nmbd was stoped, then I added this on my /etc/init.d/smb:</p>
<p>echo -n $&#8221;Starting $KIND2 services: &#8221;<br />
daemon nmbd $SMBDOPTIONS</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Adi</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-129401</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Tue, 24 Jan 2012 00:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-129401</guid>
		<description>One more question, I'm wondering if it's possible to manually generate a download link? Thank you very much for this awesome plugin.</description>
		<content:encoded><![CDATA[<p>One more question, I&#8217;m wondering if it&#8217;s possible to manually generate a download link? Thank you very much for this awesome plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Jason</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-128431</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 18 Jan 2012 23:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-128431</guid>
		<description>Not sure what I'mdoing wrong but I cannot get this to work with my WordPress plugin. . .I'm on WP 3.3 if that makes a dfference. . .

Thanks,

Jason</description>
		<content:encoded><![CDATA[<p>Not sure what I&#8217;mdoing wrong but I cannot get this to work with my WordPress plugin. . .I&#8217;m on WP 3.3 if that makes a dfference. . .</p>
<p>Thanks,</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Mark</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-124966</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 04 Jan 2012 02:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-124966</guid>
		<description>This is a great post. I managed to make it work in a plugin.

But I am encountering a problem in plugin information when applying it to multiple plugins. Only one plugin displays the information, the other plugin that uses this feature are empty page. When I am changing the "10" in add_filter('plugins_api', 'plugin_name_api_call', 10, 3); the other plugin displays the plugin information, and the previous one turns empty page. When I var_dump the $api variable in install_plugin_information() function of wp-admin/includes/plugin-install.php, it is null. Can you help me? Did you managed to apply it in multiple plugins? Your help is highly appreciated. Thanks!</description>
		<content:encoded><![CDATA[<p>This is a great post. I managed to make it work in a plugin.</p>
<p>But I am encountering a problem in plugin information when applying it to multiple plugins. Only one plugin displays the information, the other plugin that uses this feature are empty page. When I am changing the &#8220;10&#8243; in add_filter(&#8216;plugins_api&#8217;, &#8216;plugin_name_api_call&#8217;, 10, 3); the other plugin displays the plugin information, and the previous one turns empty page. When I var_dump the $api variable in install_plugin_information() function of wp-admin/includes/plugin-install.php, it is null. Can you help me? Did you managed to apply it in multiple plugins? Your help is highly appreciated. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Samba and LDAP Setup by Shyfur</title>
		<link>http://clark-technet.com/linux-guides/samba-and-ldap-setup/comment-page-2#comment-119250</link>
		<dc:creator>Shyfur</dc:creator>
		<pubDate>Thu, 08 Dec 2011 18:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://clarktech.no-ip.com/?page_id=265#comment-119250</guid>
		<description>Configure the DNS well. Check your DNS srv record. I am gonna putting my srv here.

_ldap._tcp.XXX.local. SRV 0 0 389 ds.XXX.local.
_ldap._tcp.dc._msdcs.XXX.local. SRV 0 0 389 ds.XXX.local.

replace XXX with you domain name.

thanks.
//shyfur</description>
		<content:encoded><![CDATA[<p>Configure the DNS well. Check your DNS srv record. I am gonna putting my srv here.</p>
<p>_ldap._tcp.XXX.local. SRV 0 0 389 ds.XXX.local.<br />
_ldap._tcp.dc._msdcs.XXX.local. SRV 0 0 389 ds.XXX.local.</p>
<p>replace XXX with you domain name.</p>
<p>thanks.<br />
//shyfur</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Samba and LDAP Setup by Victor Z</title>
		<link>http://clark-technet.com/linux-guides/samba-and-ldap-setup/comment-page-2#comment-119247</link>
		<dc:creator>Victor Z</dc:creator>
		<pubDate>Thu, 08 Dec 2011 18:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://clarktech.no-ip.com/?page_id=265#comment-119247</guid>
		<description>Me too... How to fix? Thank you!</description>
		<content:encoded><![CDATA[<p>Me too&#8230; How to fix? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Riyo8</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-117941</link>
		<dc:creator>Riyo8</dc:creator>
		<pubDate>Sat, 03 Dec 2011 17:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-117941</guid>
		<description>Got it working! great script! Awesome work. Thanks a ton!</description>
		<content:encoded><![CDATA[<p>Got it working! great script! Awesome work. Thanks a ton!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Header Image Clickable Link by Becs</title>
		<link>http://clark-technet.com/2008/11/making-header-image-clickable-link/comment-page-2#comment-115979</link>
		<dc:creator>Becs</dc:creator>
		<pubDate>Sat, 26 Nov 2011 23:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://clarktech.no-ip.com/?p=342#comment-115979</guid>
		<description>This is great thank you. Is possible to add a 2nd and 3rd link within the header. I have tried creating a new style and can get the link to work,  but positioning it doesn't seem to work with the margins (i.e will only appear below the 1st header link)</description>
		<content:encoded><![CDATA[<p>This is great thank you. Is possible to add a 2nd and 3rd link within the header. I have tried creating a new style and can get the link to work,  but positioning it doesn&#8217;t seem to work with the margins (i.e will only appear below the 1st header link)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Adi</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-110983</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Sun, 06 Nov 2011 20:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-110983</guid>
		<description>I've managed to fix it, I was not properly archiving the theme folder.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve managed to fix it, I was not properly archiving the theme folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Adi</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-110960</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Sun, 06 Nov 2011 17:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-110960</guid>
		<description>Everything works well, but after update theme folder is renamed to *.tmp - do you know why?</description>
		<content:encoded><![CDATA[<p>Everything works well, but after update theme folder is renamed to *.tmp &#8211; do you know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Theme Developers Tip – Theme Update Noticifications by alban</title>
		<link>http://clark-technet.com/2010/09/wordpress-theme-developers-tip-theme-update-noticifications/comment-page-1#comment-109451</link>
		<dc:creator>alban</dc:creator>
		<pubDate>Sun, 30 Oct 2011 12:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=487#comment-109451</guid>
		<description>Tnx for help.Very nice explanation.</description>
		<content:encoded><![CDATA[<p>Tnx for help.Very nice explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Jeremy Clark</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-109368</link>
		<dc:creator>Jeremy Clark</dc:creator>
		<pubDate>Sat, 29 Oct 2011 22:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-109368</guid>
		<description>I've tried to document the file thoroughly, if you'd like to contact me http://clark-technet.com/contact-me I'd be glad to give you a hand.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to document the file thoroughly, if you&#8217;d like to contact me <a href="http://clark-technet.com/contact-me" >http://clark-technet.com/contact-me</a> I&#8217;d be glad to give you a hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Jeremy Clark</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-109367</link>
		<dc:creator>Jeremy Clark</dc:creator>
		<pubDate>Sat, 29 Oct 2011 22:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-109367</guid>
		<description>Thanks for the report Frankie, I'll defenitely be testing 3.3 soon and I'll look for this, and see if I can figure out the problem and update the code.</description>
		<content:encoded><![CDATA[<p>Thanks for the report Frankie, I&#8217;ll defenitely be testing 3.3 soon and I&#8217;ll look for this, and see if I can figure out the problem and update the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Riyo8</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-109272</link>
		<dc:creator>Riyo8</dc:creator>
		<pubDate>Sat, 29 Oct 2011 13:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-109272</guid>
		<description>I have been unable to set this up on local machine with mamp+WordPress. Need a more details description for the above api. Can someone help me?</description>
		<content:encoded><![CDATA[<p>I have been unable to set this up on local machine with mamp+WordPress. Need a more details description for the above api. Can someone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Frankie Jarrett</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-109172</link>
		<dc:creator>Frankie Jarrett</dc:creator>
		<pubDate>Sat, 29 Oct 2011 00:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-109172</guid>
		<description>Jeremy, just to update you. I've been using your solution for a while now with great results! I've noticed while testing WP 3.3 Beta-2 this strange scenario:

1. I have an old theme (that there's an update available for) activated
2. It will not show there is an update available
3. If I delete another non-active theme the "update available" is then suddenly appearing for the active theme

Catch my drift? BTW, I've overheard some conversations in the Trac about changes for the update check which may be beneficial for this project: http://core.trac.wordpress.org/ticket/18876

//Frankie</description>
		<content:encoded><![CDATA[<p>Jeremy, just to update you. I&#8217;ve been using your solution for a while now with great results! I&#8217;ve noticed while testing WP 3.3 Beta-2 this strange scenario:</p>
<p>1. I have an old theme (that there&#8217;s an update available for) activated<br />
2. It will not show there is an update available<br />
3. If I delete another non-active theme the &#8220;update available&#8221; is then suddenly appearing for the active theme</p>
<p>Catch my drift? BTW, I&#8217;ve overheard some conversations in the Trac about changes for the update check which may be beneficial for this project: <a href="http://core.trac.wordpress.org/ticket/18876" >http://core.trac.wordpress.org/ticket/18876</a></p>
<p>//Frankie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Header Image Clickable Link by Anthony</title>
		<link>http://clark-technet.com/2008/11/making-header-image-clickable-link/comment-page-2#comment-104672</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 06 Oct 2011 06:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://clarktech.no-ip.com/?p=342#comment-104672</guid>
		<description>Great help. I was able to make my headerimage linkable. That's one thing that went right for me today in the realm of creating websites. Been trying to add a slideshow, but no luck for two days now. By the way, that reminds me. I want to let everyone know that Steve Jobs passed away today. What a great loss. 

Anyway, thank you.</description>
		<content:encoded><![CDATA[<p>Great help. I was able to make my headerimage linkable. That&#8217;s one thing that went right for me today in the realm of creating websites. Been trying to add a slideshow, but no luck for two days now. By the way, that reminds me. I want to let everyone know that Steve Jobs passed away today. What a great loss. </p>
<p>Anyway, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Jeremy Clark</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-104264</link>
		<dc:creator>Jeremy Clark</dc:creator>
		<pubDate>Mon, 03 Oct 2011 23:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-104264</guid>
		<description>The download has a readme for basic instructions.  The files are commented pretty thourghly as well.  Basically you'll need to add a table to your mysql database then enter some config in the api/index.php and api/download.php.  You'll also need to uncomment the database sections.  If you'd like I'm always available to help you setup and customize http://clark-technet.com/consulting</description>
		<content:encoded><![CDATA[<p>The download has a readme for basic instructions.  The files are commented pretty thourghly as well.  Basically you&#8217;ll need to add a table to your mysql database then enter some config in the api/index.php and api/download.php.  You&#8217;ll also need to uncomment the database sections.  If you&#8217;d like I&#8217;m always available to help you setup and customize <a href="http://clark-technet.com/consulting" >http://clark-technet.com/consulting</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Daniel</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-3#comment-104248</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 03 Oct 2011 21:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-104248</guid>
		<description>That's really great. I got it working but I have a question:

I would like to protect the package url. Now it is a direct link to a zip file but I would like to point to a download.php file. So, my question is, how the file content (of the zip file) has to be served from the download.php file that wordpress can install it?

Best regards,
Daniel</description>
		<content:encoded><![CDATA[<p>That&#8217;s really great. I got it working but I have a question:</p>
<p>I would like to protect the package url. Now it is a direct link to a zip file but I would like to point to a download.php file. So, my question is, how the file content (of the zip file) has to be served from the download.php file that wordpress can install it?</p>
<p>Best regards,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Self-Hosted Plugin Update API by Ryan Hellyer</title>
		<link>http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api/comment-page-2#comment-103581</link>
		<dc:creator>Ryan Hellyer</dc:creator>
		<pubDate>Fri, 30 Sep 2011 15:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://clark-technet.com/?p=489#comment-103581</guid>
		<description>Thanks for all the hard work!

I'm toying with the idea of turning this into a WordPress plugin so that people can just install it directly onto their own WordPress install, then just dump the URL for the download link into an admin page and have it all sorted automagically. Could even have it spit out the PHP required to be added into the theme/plugin perhaps. It's just an idea at this stage but something I'm toying with a bit as it seems like it would be useful.

One change I would make is to move away from global variables and use constants instead. Constants are generally a better option for static strings that need to be used globally.</description>
		<content:encoded><![CDATA[<p>Thanks for all the hard work!</p>
<p>I&#8217;m toying with the idea of turning this into a WordPress plugin so that people can just install it directly onto their own WordPress install, then just dump the URL for the download link into an admin page and have it all sorted automagically. Could even have it spit out the PHP required to be added into the theme/plugin perhaps. It&#8217;s just an idea at this stage but something I&#8217;m toying with a bit as it seems like it would be useful.</p>
<p>One change I would make is to move away from global variables and use constants instead. Constants are generally a better option for static strings that need to be used globally.</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Served from: clark-technet.com @ 2012-01-31 16:48:22 by W3 Total Cache -->

