<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>vanweerd Sandbox - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-148f22a9" type="application/json"/><link>http://vanweerdsandbox.disqus.com/</link><description></description><atom:link href="http://vanweerdsandbox.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 15 Feb 2010 09:42:17 -0000</lastBuildDate><item><title>Re: My First DokuWiki Plugin</title><link>http://googpress.com/2010/my-first-dokuwiki-plugin/#comment-34266824</link><description>I posted the following at keeyai's website as well, but just thought I'd post here to let those landing here looking for info.&lt;br&gt;&lt;br&gt;I too am experiencing the addslashes bug which seems to be stemming from wp-settings.php around line 630 in Wordpress 2.9.1:&lt;br&gt;&lt;br&gt;// Escape with wpdb.&lt;br&gt;$_GET = add_magic_quotes($_GET );&lt;br&gt;$_POST = add_magic_quotes($_POST );&lt;br&gt;$_COOKIE = add_magic_quotes($_COOKIE);&lt;br&gt;$_SERVER = add_magic_quotes($_SERVER);&lt;br&gt;&lt;br&gt;Wrapping this with an if statement to check if the cookie is from Dokuwiki or somewhere else seems to fix the problem and I haven’t seen any adverse effects yet. The final code looks like:&lt;br&gt;&lt;br&gt;if (!$_COOKIE[DokuWiki]) {&lt;br&gt;// Escape with wpdb.&lt;br&gt;$_GET = add_magic_quotes($_GET );&lt;br&gt;$_POST = add_magic_quotes($_POST );&lt;br&gt;$_COOKIE = add_magic_quotes($_COOKIE);&lt;br&gt;$_SERVER = add_magic_quotes($_SERVER);&lt;br&gt;}&lt;br&gt;&lt;br&gt;Basically just skips Wordpress’s slashing if the Get/Post/Cookie request comes from Dokuwiki.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan Wagner</dc:creator><pubDate>Mon, 15 Feb 2010 09:42:17 -0000</pubDate></item><item><title>Re: Private: How to create a page template for iCompany without a grey bar</title><link>http://googpress.com/2009/how-to-create-a-page-template-for-icompany-without-a-grey-bar/#comment-27393879</link><description>Hi, here you go, I am trying to align it to the far right. &lt;br&gt;&lt;a href="http://asiaextend.com/wordpress/?page_id=2" rel="nofollow"&gt;http://asiaextend.com/wordpres...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thank you.&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jason83</dc:creator><pubDate>Mon, 28 Dec 2009 11:21:49 -0000</pubDate></item><item><title>Re: Private: How to create a page template for iCompany without a grey bar</title><link>http://googpress.com/2009/how-to-create-a-page-template-for-icompany-without-a-grey-bar/#comment-27373030</link><description>Hi, can you add a link to your site? And if you have followed the instructions step by step, it should (!) be ok. So let's have a look.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vanweerd</dc:creator><pubDate>Mon, 28 Dec 2009 08:04:56 -0000</pubDate></item><item><title>Re: Private: How to create a page template for iCompany without a grey bar</title><link>http://googpress.com/2009/how-to-create-a-page-template-for-icompany-without-a-grey-bar/#comment-27256069</link><description>Hi I have a problem with my jtabber it wont align to the far right, can anyone suggest what to do ?&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jason83</dc:creator><pubDate>Fri, 25 Dec 2009 09:36:27 -0000</pubDate></item><item><title>Re: Private: How to create a page template for iCompany without a grey bar</title><link>http://googpress.com/2009/how-to-create-a-page-template-for-icompany-without-a-grey-bar/#comment-23353064</link><description>Have you cleared the browser cache? The code provided works in all major browsers, I haven't tested on IE6 though.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vanweerd</dc:creator><pubDate>Tue, 17 Nov 2009 10:43:01 -0000</pubDate></item><item><title>Re: Private: How to create a page template for iCompany without a grey bar</title><link>http://googpress.com/2009/how-to-create-a-page-template-for-icompany-without-a-grey-bar/#comment-23349909</link><description>Thanks for this code... it is GREAT...
&lt;br&gt;I have Internet Esplorer 7 and it works like a charm
&lt;br&gt;but when I access the same site with my other computer 
&lt;br&gt;(which has Internet Explorer 8), although the text is expanded
&lt;br&gt;to over where the sidebar used to be, it still shows the gray bar 
&lt;br&gt;behind the text... any ideas?
&lt;br&gt;thanks again</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdrianaL</dc:creator><pubDate>Tue, 17 Nov 2009 10:12:06 -0000</pubDate></item><item><title>Re: Private: How to create a page template for iCompany without a grey bar</title><link>http://googpress.com/2009/how-to-create-a-page-template-for-icompany-without-a-grey-bar/#comment-20409353</link><description>Great stuff, I was also looking for this. Well done, and really well presented.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Mon, 19 Oct 2009 07:21:02 -0000</pubDate></item><item><title>Re: Private: How to create a page template for iCompany without a grey bar</title><link>http://googpress.com/2009/how-to-create-a-page-template-for-icompany-without-a-grey-bar/#comment-20348546</link><description>Cheers, shout and a victory dance - thank you thank you thank you - will be making donation - yayyessyayyes!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malita </dc:creator><pubDate>Sun, 18 Oct 2009 14:58:43 -0000</pubDate></item><item><title>Re: Quick tip for fixing Wordpress 2.8 widget issues</title><link>http://googpress.com/2009/quick-tip-for-fixing-wordpress-28-widget-issues/#comment-11579505</link><description>ok sorry guys, your comments are gone, thought it was a good idea to install disqus for commenting, but apparently the comment import doesn't work as planned.&lt;br&gt;&lt;br&gt;Well, there were only 3 anyway.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vanweerd</dc:creator><pubDate>Mon, 22 Jun 2009 16:49:22 -0000</pubDate></item></channel></rss>
