<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Qdig-WP 0.2</title>
	<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/</link>
	<description>where the signal to noise ratio always varies</description>
	<pubDate>Fri, 05 Sep 2008 14:14:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Céline</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-802</link>
		<dc:creator>Céline</dc:creator>
		<pubDate>Thu, 08 Sep 2005 05:38:25 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-802</guid>
		<description>As mod_rewrite is not activated by my provider, the links are incomplete (p argument is missing), see Tekfrog's previous comment http://randomfrequency.net/blog/2005/03/02/qdig-wp-02#comment-437
 
Here is my fix to get the correct urls:
in the file qdig/index.php:545 the variable {$extra_param} allows to add parameters to urls. I added p argument.

$extra_param = 'p='.$_GET['p'].'&#38;';

I am not sure it is the best way but now it seems alright for me.</description>
		<content:encoded><![CDATA[<p>As mod_rewrite is not activated by my provider, the links are incomplete (p argument is missing), see Tekfrog&#8217;s previous comment <a href="http://randomfrequency.net/blog/2005/03/02/qdig-wp-02#comment-437" rel="nofollow">http://randomfrequency.net/blog/2005/03/02/qdig-wp-02#comment-437</a></p>
<p>Here is my fix to get the correct urls:<br />
in the file qdig/index.php:545 the variable {$extra_param} allows to add parameters to urls. I added p argument.</p>
<p>$extra_param = &#8216;p=&#8217;.$_GET[&#8217;p'].&#8217;&amp;&#8217;;</p>
<p>I am not sure it is the best way but now it seems alright for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bop</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-470</link>
		<dc:creator>bop</dc:creator>
		<pubDate>Mon, 14 Mar 2005 11:28:57 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-470</guid>
		<description>hi again david,
yup, that was it.

i'm still working on trying to get the qdig index.php to stay within my wp post, like on whitespacesfilled/trailer gallery.  do you think that's possible?  i've tried a couple things, but no luck yet.

any ideas?



</description>
		<content:encoded><![CDATA[<p>hi again david,<br />
yup, that was it.</p>
<p>i&#8217;m still working on trying to get the qdig index.php to stay within my wp post, like on whitespacesfilled/trailer gallery.  do you think that&#8217;s possible?  i&#8217;ve tried a couple things, but no luck yet.</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-459</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 11 Mar 2005 03:07:37 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-459</guid>
		<description>&#62; bop

Hm, I'll have to look into the incompatibility with runphp and see if it's a problem I can address on my end.

The problems you have sound like what would probably happen if the variables in the qdig/index.php file isn't configured properly. Have you read the &lt;a href="http://randomfrequency.net/wordpress/qdig/#the-qdig-file"&gt;The Qdig File&lt;/a&gt; in on my instructions page? I suspect you need to change $abs_url_path, $abs_fs_path, and $qdig_url.</description>
		<content:encoded><![CDATA[<p>&gt; bop</p>
<p>Hm, I&#8217;ll have to look into the incompatibility with runphp and see if it&#8217;s a problem I can address on my end.</p>
<p>The problems you have sound like what would probably happen if the variables in the qdig/index.php file isn&#8217;t configured properly. Have you read the <a href="http://randomfrequency.net/wordpress/qdig/#the-qdig-file">The Qdig File</a> in on my instructions page? I suspect you need to change $abs_url_path, $abs_fs_path, and $qdig_url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bop</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-441</link>
		<dc:creator>bop</dc:creator>
		<pubDate>Thu, 10 Mar 2005 07:41:24 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-441</guid>
		<description>hi david, 
well, i fixed the main problem of nothing but the tag being displayed in the post  - turns out it had nothing to do with qdig-wp, but rather an incompatibility of sorts with my runphp plugin.  i deactivated it and the 'visit gallery' link popped up right away.  there was much celebrating.

now i have a different problems - i seem to have messed up the paths somehow.  when i click on 'visit gallery', i get the names of the images as links, but no images.  and every link leads back to my wordpress index.php.  i'm sure that this is something that i can fix quickly, but i don't know where to start.

would you point me in the right direction?  thank you again. </description>
		<content:encoded><![CDATA[<p>hi david,<br />
well, i fixed the main problem of nothing but the tag being displayed in the post  - turns out it had nothing to do with qdig-wp, but rather an incompatibility of sorts with my runphp plugin.  i deactivated it and the &#8216;visit gallery&#8217; link popped up right away.  there was much celebrating.</p>
<p>now i have a different problems - i seem to have messed up the paths somehow.  when i click on &#8216;visit gallery&#8217;, i get the names of the images as links, but no images.  and every link leads back to my wordpress index.php.  i&#8217;m sure that this is something that i can fix quickly, but i don&#8217;t know where to start.</p>
<p>would you point me in the right direction?  thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tekfrog</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-440</link>
		<dc:creator>Tekfrog</dc:creator>
		<pubDate>Thu, 10 Mar 2005 06:18:35 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-440</guid>
		<description>Thanks David, worked like a charm. Now to get to work on my layout. Thanks much for the help and the conversion you did with qdig!!!</description>
		<content:encoded><![CDATA[<p>Thanks David, worked like a charm. Now to get to work on my layout. Thanks much for the help and the conversion you did with qdig!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-439</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 10 Mar 2005 04:50:48 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-439</guid>
		<description>&#62; Tekfrog

You've just discovered something major that I hadn't even considered: I assumed that people would be using "pretty" (mod_rewrite type) URL's.

The only solution at present would be for you to set up the mod_rewrite style permalinks at Options &#62; Permalinks in the WordPress admin panel.

I will make a note of this on the Qdig-WP webpage and will also consult with the Qdig developer to see what kind of solution might be possible. In the meantime, I'm sorry!</description>
		<content:encoded><![CDATA[<p>&gt; Tekfrog</p>
<p>You&#8217;ve just discovered something major that I hadn&#8217;t even considered: I assumed that people would be using &#8220;pretty&#8221; (mod_rewrite type) URL&#8217;s.</p>
<p>The only solution at present would be for you to set up the mod_rewrite style permalinks at Options &gt; Permalinks in the WordPress admin panel.</p>
<p>I will make a note of this on the Qdig-WP webpage and will also consult with the Qdig developer to see what kind of solution might be possible. In the meantime, I&#8217;m sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-438</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 10 Mar 2005 04:45:46 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-438</guid>
		<description>&#62; bop

I give a general overview covering how to use Qdig-WP at its page, &lt;a href="http://randomfrequency.net/wordpress/qdig/"&gt;Qdig-WP&lt;/a&gt;--if there's something specific you need help with I'll be glad to help you, but I'm not sure that I'm understanding what you're asking?

The basic idea for the situation you mention is as follows: After installing Qdig-WP, you create subdirectories in the images directory, each of which will have the pictures for a single gallery. Then, in the post you want to embed Qdig into, you use a qdig tag such as [qdig path=dirname] to point to that gallery (assuming the gallery you want is in subdirecotyr "dirname" -- change as necessary).

Perhaps I should write some additional documentation addressing this type of situation and how specifically to approach it... when I get some time, I'll look into that but it might be a while. In the meantime, feel free to email me or continue leaving comments if you have any further questions. (I'm not sure that what I just wrote really addresses your question?)</description>
		<content:encoded><![CDATA[<p>&gt; bop</p>
<p>I give a general overview covering how to use Qdig-WP at its page, <a href="http://randomfrequency.net/wordpress/qdig/">Qdig-WP</a>&#8211;if there&#8217;s something specific you need help with I&#8217;ll be glad to help you, but I&#8217;m not sure that I&#8217;m understanding what you&#8217;re asking?</p>
<p>The basic idea for the situation you mention is as follows: After installing Qdig-WP, you create subdirectories in the images directory, each of which will have the pictures for a single gallery. Then, in the post you want to embed Qdig into, you use a qdig tag such as [qdig path=dirname] to point to that gallery (assuming the gallery you want is in subdirecotyr &#8220;dirname&#8221; &#8212; change as necessary).</p>
<p>Perhaps I should write some additional documentation addressing this type of situation and how specifically to approach it&#8230; when I get some time, I&#8217;ll look into that but it might be a while. In the meantime, feel free to email me or continue leaving comments if you have any further questions. (I&#8217;m not sure that what I just wrote really addresses your question?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tekfrog</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-437</link>
		<dc:creator>Tekfrog</dc:creator>
		<pubDate>Wed, 09 Mar 2005 23:37:10 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-437</guid>
		<description>I appear to be having the same problem. Although none of the fixes seem to work for me. I made the Tag that opens the gallery, but if I click any qdig thumb or link it sends me to the rootpage.

1 thing I notice is that when I open the gallery I get;
 wow.tekfrog.com/?p=2

but when I click a thumb I get;
http://wow.tekfrog.com/?Qwd=./test2&#38;Qif=desktop.png&#38;Qiv=thumbs&#38;Qis=M
and I am brought back to the rootpage. Almost like the address bar is not being parsed.

BUT if I add p=2 to the address bar like so
http://wow.tekfrog.com/?p=2Qwd=./test2&#38;Qif=desktop.png&#38;Qiv=thumbs&#38;Qis=M
I can openup the intended location although any lik followed will redirect to the rootpage.

Any ideas? I am using the code you provided as of 13:00MST March 9.</description>
		<content:encoded><![CDATA[<p>I appear to be having the same problem. Although none of the fixes seem to work for me. I made the Tag that opens the gallery, but if I click any qdig thumb or link it sends me to the rootpage.</p>
<p>1 thing I notice is that when I open the gallery I get;<br />
 wow.tekfrog.com/?p=2</p>
<p>but when I click a thumb I get;<br />
<a href="http://wow.tekfrog.com/?Qwd=./test2&amp;Qif=desktop.png&amp;Qiv=thumbs&amp;Qis=M" rel="nofollow">http://wow.tekfrog.com/?Qwd=./test2&amp;Qif=desktop.png&amp;Qiv=thumbs&amp;Qis=M</a><br />
and I am brought back to the rootpage. Almost like the address bar is not being parsed.</p>
<p>BUT if I add p=2 to the address bar like so<br />
<a href="http://wow.tekfrog.com/?p=2Qwd=./test2&amp;Qif=desktop.png&amp;Qiv=thumbs&amp;Qis=M" rel="nofollow">http://wow.tekfrog.com/?p=2Qwd=./test2&amp;Qif=desktop.png&amp;Qiv=thumbs&amp;Qis=M</a><br />
I can openup the intended location although any lik followed will redirect to the rootpage.</p>
<p>Any ideas? I am using the code you provided as of 13:00MST March 9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bop</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-436</link>
		<dc:creator>bop</dc:creator>
		<pubDate>Wed, 09 Mar 2005 21:26:20 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-436</guid>
		<description>i think this looks like a really great plugin and i'm excited about trying it.

i'm pretty much a coding moron, though, and need a bit of help - i want to display small galleries within posts.  how can i call qdig into them?

thanks, any ideas would be helpful.  at any rate, good job. </description>
		<content:encoded><![CDATA[<p>i think this looks like a really great plugin and i&#8217;m excited about trying it.</p>
<p>i&#8217;m pretty much a coding moron, though, and need a bit of help - i want to display small galleries within posts.  how can i call qdig into them?</p>
<p>thanks, any ideas would be helpful.  at any rate, good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-375</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 05 Mar 2005 09:35:02 +0000</pubDate>
		<guid>http://randomfrequency.net/blog/2005/03/02/qdig-wp-02/#comment-375</guid>
		<description>&#62; Andreas:

Thank you for your feedback! I'm glad you were able to figure out how to fix the problem. I updated my instructions to clarify and address the issue you point out here -- thank you for sharing your fix!

David</description>
		<content:encoded><![CDATA[<p>&gt; Andreas:</p>
<p>Thank you for your feedback! I&#8217;m glad you were able to figure out how to fix the problem. I updated my instructions to clarify and address the issue you point out here &#8212; thank you for sharing your fix!</p>
<p>David</p>
]]></content:encoded>
	</item>
</channel>
</rss>
