<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What a blox-head!</title>
	<atom:link href="http://theregoesdave.com/2007/11/02/what-a-blox-head/feed/" rel="self" type="application/rss+xml" />
	<link>http://theregoesdave.com/2007/11/02/what-a-blox-head/</link>
	<description>life on the move</description>
	<lastBuildDate>Thu, 21 Jan 2010 19:11:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dave Jeyes</title>
		<link>http://theregoesdave.com/2007/11/02/what-a-blox-head/comment-page-1/#comment-2260</link>
		<dc:creator>Dave Jeyes</dc:creator>
		<pubDate>Thu, 26 Jun 2008 14:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://theregoesdave.com/?p=20#comment-2260</guid>
		<description>Hey Steven,

The answer is definitely in those forums. I think it&#039;s fair that you look there before asking me for support...

Bloxpress for IE:

I had problems getting the &#039;Blocks Menu&#039; to load correctly in IE. The bloxpress forum offered a quick and dirty fix wherein you edit to following file, commenting out a few lines near the beginning of the file.

wp-content/themes/bloxpress2/system/javascript/bloxpress/bp_blocks.js

BloxpressBlocks? = Object.extend(Bloxpress,{ blocksMenuIdle: new Boolean(true), blocksMenuItemIds: new Array(), blocksFetch: function() { getXML = new Ajax.Request(tplpath + &#039;system/workdir/blocks.xml&#039;, { method:&#039;get&#039;, requestHeaders:[&#039;cache-control&#039;,&#039;no-cache&#039;,&#039;pragma&#039;,&#039;no-cache&#039;], onComplete:function(xmlresult) {

if(xmlresult.responseXML.firstChild.nodeName == &#039;bloxpress&#039;) { Bloxpress.blocksParse(xmlresult.responseXML);

} else { / var blockMenuDiv = Builder.node(&#039;div&#039;, {id:&#039;contentmenu&#039;, style:&#039;display:none&#039;},[&#039;No Blocks availble&#039;]); $(blockMenuTarget).appendChild(blockMenuDiv); Bloxpress.blocksMenu = $(&#039;contentmenu&#039;); / Bloxpress.blocksParse(xmlresult.responseXML);

} } }); 

Or you can just overwrite the file altogether with this: http://theregoesdave.googlepages.com/bp_blocks.js</description>
		<content:encoded><![CDATA[<p>Hey Steven,</p>
<p>The answer is definitely in those forums. I think it&#8217;s fair that you look there before asking me for support&#8230;</p>
<p>Bloxpress for IE:</p>
<p>I had problems getting the &#8216;Blocks Menu&#8217; to load correctly in IE. The bloxpress forum offered a quick and dirty fix wherein you edit to following file, commenting out a few lines near the beginning of the file.</p>
<p>wp-content/themes/bloxpress2/system/javascript/bloxpress/bp_blocks.js</p>
<p>BloxpressBlocks? = Object.extend(Bloxpress,{ blocksMenuIdle: new Boolean(true), blocksMenuItemIds: new Array(), blocksFetch: function() { getXML = new Ajax.Request(tplpath + &#8216;system/workdir/blocks.xml&#8217;, { method:&#8217;get&#8217;, requestHeaders:['cache-control','no-cache','pragma','no-cache'], onComplete:function(xmlresult) {</p>
<p>if(xmlresult.responseXML.firstChild.nodeName == &#8216;bloxpress&#8217;) { Bloxpress.blocksParse(xmlresult.responseXML);</p>
<p>} else { / var blockMenuDiv = Builder.node(&#8216;div&#8217;, {id:&#8217;contentmenu&#8217;, style:&#8217;display:none&#8217;},['No Blocks availble']); $(blockMenuTarget).appendChild(blockMenuDiv); Bloxpress.blocksMenu = $(&#8216;contentmenu&#8217;); / Bloxpress.blocksParse(xmlresult.responseXML);</p>
<p>} } }); </p>
<p>Or you can just overwrite the file altogether with this: <a href="http://theregoesdave.googlepages.com/bp_blocks.js" rel="nofollow">http://theregoesdave.googlepages.com/bp_blocks.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://theregoesdave.com/2007/11/02/what-a-blox-head/comment-page-1/#comment-2259</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 26 Jun 2008 14:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://theregoesdave.com/?p=20#comment-2259</guid>
		<description>Hi Dave,

I understand you&#039;re a busy guy. Hopefully you can find the time to reply to my questions though. ;)

In IE I get an error message: No Blocks available! But in FF there are Blocks in the menu. Any idea where to look for exactly to fix this minor bug?

I managed to make my own Block. I am only still struggling to get it in the default layout. I changed the Functions.php and Blocks.xml but no luck jet ;)
Coluld that be because I translated the text in blocks.xl? Must the CAPTION, FILE and MESSAGE in blocks.xml be the smae in Funtions.php, and how about the order of both lists?

I am really looking forward to your reply.

Best regards,
Steven</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I understand you&#8217;re a busy guy. Hopefully you can find the time to reply to my questions though. <img src='http://theregoesdave.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In IE I get an error message: No Blocks available! But in FF there are Blocks in the menu. Any idea where to look for exactly to fix this minor bug?</p>
<p>I managed to make my own Block. I am only still struggling to get it in the default layout. I changed the Functions.php and Blocks.xml but no luck jet <img src='http://theregoesdave.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Coluld that be because I translated the text in blocks.xl? Must the CAPTION, FILE and MESSAGE in blocks.xml be the smae in Funtions.php, and how about the order of both lists?</p>
<p>I am really looking forward to your reply.</p>
<p>Best regards,<br />
Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://theregoesdave.com/2007/11/02/what-a-blox-head/comment-page-1/#comment-2240</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 24 Jun 2008 10:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://theregoesdave.com/?p=20#comment-2240</guid>
		<description>Hi Dave, 

Thnx for your reply :)

I translated most of the text myself, wasn&#039;t that much work.

I do not no anything about rewrite so I am stuck here :( I could not find any topic about rewrite on Bloxpress Discussions though..

What I really want is make Comments work on Pages instead of just the Posts. Can this be done and if so how? Is it a matter of including the comments-template somewhere? If so can you tell me what to do exactly please?

Looking forward to your help :D

Best regards,
Steven</description>
		<content:encoded><![CDATA[<p>Hi Dave, </p>
<p>Thnx for your reply <img src='http://theregoesdave.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I translated most of the text myself, wasn&#8217;t that much work.</p>
<p>I do not no anything about rewrite so I am stuck here <img src='http://theregoesdave.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I could not find any topic about rewrite on Bloxpress Discussions though..</p>
<p>What I really want is make Comments work on Pages instead of just the Posts. Can this be done and if so how? Is it a matter of including the comments-template somewhere? If so can you tell me what to do exactly please?</p>
<p>Looking forward to your help <img src='http://theregoesdave.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Best regards,<br />
Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Jeyes</title>
		<link>http://theregoesdave.com/2007/11/02/what-a-blox-head/comment-page-1/#comment-2235</link>
		<dc:creator>Dave Jeyes</dc:creator>
		<pubDate>Mon, 23 Jun 2008 13:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://theregoesdave.com/?p=20#comment-2235</guid>
		<description>Steven,

Bloxpress 2 was never quite finished and I&#039;m not sure that the rewrite is even usable yet. You unfortunately can&#039;t reconfigure the base menus in Bloxpress without editing files manually. 

You can find my resolution for some of these issues on their forums. http://www.bloxpress.org/support/

Please let me know if that helps, but I haven&#039;t been keeping up on the Bloxpress theme since it&#039;s not supported.

dj</description>
		<content:encoded><![CDATA[<p>Steven,</p>
<p>Bloxpress 2 was never quite finished and I&#8217;m not sure that the rewrite is even usable yet. You unfortunately can&#8217;t reconfigure the base menus in Bloxpress without editing files manually. </p>
<p>You can find my resolution for some of these issues on their forums. <a href="http://www.bloxpress.org/support/" rel="nofollow">http://www.bloxpress.org/support/</a></p>
<p>Please let me know if that helps, but I haven&#8217;t been keeping up on the Bloxpress theme since it&#8217;s not supported.</p>
<p>dj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://theregoesdave.com/2007/11/02/what-a-blox-head/comment-page-1/#comment-2230</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sun, 22 Jun 2008 22:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://theregoesdave.com/?p=20#comment-2230</guid>
		<description>Me again ;)

I have noticed that the file admin-db.php in /wp-admin/ is missing...

I wonder why and if you (or someone else) can give/send met this file or point me to a download area?? I would really appreciate it!!

Thanks a lot in advance,
Steven</description>
		<content:encoded><![CDATA[<p>Me again <img src='http://theregoesdave.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I have noticed that the file admin-db.php in /wp-admin/ is missing&#8230;</p>
<p>I wonder why and if you (or someone else) can give/send met this file or point me to a download area?? I would really appreciate it!!</p>
<p>Thanks a lot in advance,<br />
Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://theregoesdave.com/2007/11/02/what-a-blox-head/comment-page-1/#comment-2228</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sun, 22 Jun 2008 15:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://theregoesdave.com/?p=20#comment-2228</guid>
		<description>Hi Dave,

I just started using Bloxpress2 for about 3 weeks now and I run into a few problems.

I hope I can discuss them with you in order to get them fixed ;)

I want to know about translating the them into Dutch. Is there a translations and if so how do I make it work?

Also I can not (re)name or (de)activate Blocks. I get these errors:

Warning: require_once() [function.require-once]: Unable to access ../../../../wp-admin/admin-db.php in /***path***/wp-content/themes/bloxpress2/system/admin_ajax.php on line 14

Warning: require_once(../../../../wp-admin/admin-db.php) [function.require-once]: failed to open stream: No such file or directory in /***path***/wp-content/themes/bloxpress2/system/admin_ajax.php on line 14

Fatal error: require_once() [function.require]: Failed opening required &#039;../../../../wp-admin/admin-db.php&#039; (include_path=&#039;.:/usr/local/lib/php/&#039;) in /***path***/wp-content/themes/bloxpress2/system/admin_ajax.php on line 14

Also the Bloxpress Preset does not work :(

I realy hope to get some help form you..

Beste regards,
Steven</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I just started using Bloxpress2 for about 3 weeks now and I run into a few problems.</p>
<p>I hope I can discuss them with you in order to get them fixed <img src='http://theregoesdave.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I want to know about translating the them into Dutch. Is there a translations and if so how do I make it work?</p>
<p>Also I can not (re)name or (de)activate Blocks. I get these errors:</p>
<p>Warning: require_once() [function.require-once]: Unable to access ../../../../wp-admin/admin-db.php in /***path***/wp-content/themes/bloxpress2/system/admin_ajax.php on line 14</p>
<p>Warning: require_once(../../../../wp-admin/admin-db.php) [function.require-once]: failed to open stream: No such file or directory in /***path***/wp-content/themes/bloxpress2/system/admin_ajax.php on line 14</p>
<p>Fatal error: require_once() [function.require]: Failed opening required &#8216;../../../../wp-admin/admin-db.php&#8217; (include_path=&#8217;.:/usr/local/lib/php/&#8217;) in /***path***/wp-content/themes/bloxpress2/system/admin_ajax.php on line 14</p>
<p>Also the Bloxpress Preset does not work <img src='http://theregoesdave.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I realy hope to get some help form you..</p>
<p>Beste regards,<br />
Steven</p>
]]></content:encoded>
	</item>
</channel>
</rss>

