<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Build a Niche Store Sitemap MOD - Complete version!</title>
	<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/</link>
	<description>The 5-Year Project and Steps toward making money with Build a Niche Store!</description>
	<pubDate>Sat, 31 Jul 2010 14:14:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Suzanne</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-430</link>
		<author>Suzanne</author>
		<pubDate>Thu, 06 Dec 2007 10:17:09 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-430</guid>
		<description>SOLVED:

The parse error I was getting was due to copying text directly from this page, and ending up with slanty double and single quotes that were not interpreted.

I recopied the text directly from the .txt file in the download, and now it works great.

Thanks Mark!</description>
		<content:encoded><![CDATA[<p>SOLVED:</p>
<p>The parse error I was getting was due to copying text directly from this page, and ending up with slanty double and single quotes that were not interpreted.</p>
<p>I recopied the text directly from the .txt file in the download, and now it works great.</p>
<p>Thanks Mark!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzanne</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-429</link>
		<author>Suzanne</author>
		<pubDate>Thu, 06 Dec 2007 10:11:16 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-429</guid>
		<description>Hi mark, I'm gettign the same error as some above:


"Parse error: syntax error, unexpected ':' in /home/xxxxx/public_html/buypicassoonline/themes/yoghourt/header.php on line 10"


xxxx is my username on my host, I x'd it out.

I see the ':', and expect that you are just building a string...but I don't know how to fix it. 

THanks for any help!</description>
		<content:encoded><![CDATA[<p>Hi mark, I&#8217;m gettign the same error as some above:</p>
<p>&#8220;Parse error: syntax error, unexpected &#8216;:&#8217; in /home/xxxxx/public_html/buypicassoonline/themes/yoghourt/header.php on line 10&#8243;</p>
<p>xxxx is my username on my host, I x&#8217;d it out.</p>
<p>I see the &#8216;:&#8217;, and expect that you are just building a string&#8230;but I don&#8217;t know how to fix it. </p>
<p>THanks for any help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-419</link>
		<author>Brad</author>
		<pubDate>Mon, 03 Dec 2007 15:55:53 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-419</guid>
		<description>Hi Mark

Your website is a great help. I am stuck at trying to upload the sitemap. I am also having the Parse error unexpected on Line 39. I see that other people have had the same problems but I didn't see a solution on the forum. Can you help me figure this out?
Thanks
Brad</description>
		<content:encoded><![CDATA[<p>Hi Mark</p>
<p>Your website is a great help. I am stuck at trying to upload the sitemap. I am also having the Parse error unexpected on Line 39. I see that other people have had the same problems but I didn&#8217;t see a solution on the forum. Can you help me figure this out?<br />
Thanks<br />
Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MM</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-399</link>
		<author>MM</author>
		<pubDate>Tue, 27 Nov 2007 23:21:14 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-399</guid>
		<description>Parse error: parse error, unexpected ':' in on line 39

Hi 

I see someone else asked this earlier. where is the error?</description>
		<content:encoded><![CDATA[<p>Parse error: parse error, unexpected &#8216;:&#8217; in on line 39</p>
<p>Hi </p>
<p>I see someone else asked this earlier. where is the error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-360</link>
		<author>Jeff</author>
		<pubDate>Sat, 17 Nov 2007 16:30:14 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-360</guid>
		<description>Mark,

Thanks for the quick answer. Unfortunately I don't think my explanation of my problem was correct but it led me in  the right direction. What I was truly looking for was regardless of whether a user enters www or not to have the sitemap display properly.

While not the best coding practice I enter the following:

";}
	{echo  $front-&#62;sitemapnav();}
	{echo "";}}
	?&#62;
";}
	{echo  $front-&#62;sitemapnav();}
	{echo "";}}
	?&#62;

Essentially if no www it executes the sitemap. If www is present it executes the site map.

Checked out php.net and tried to get an OR operator working but other pages wound up defaulting to the sitemap page.

Regardless, this seemed to work. Greatly appreciate your time and effort in making BANS mods and enlightening the community in general.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>Thanks for the quick answer. Unfortunately I don&#8217;t think my explanation of my problem was correct but it led me in  the right direction. What I was truly looking for was regardless of whether a user enters www or not to have the sitemap display properly.</p>
<p>While not the best coding practice I enter the following:</p>
<p>&#8220;;}<br />
	{echo  $front-&gt;sitemapnav();}<br />
	{echo &#8220;&#8221;;}}<br />
	?&gt;<br />
&#8220;;}<br />
	{echo  $front-&gt;sitemapnav();}<br />
	{echo &#8220;&#8221;;}}<br />
	?&gt;</p>
<p>Essentially if no www it executes the sitemap. If www is present it executes the site map.</p>
<p>Checked out php.net and tried to get an OR operator working but other pages wound up defaulting to the sitemap page.</p>
<p>Regardless, this seemed to work. Greatly appreciate your time and effort in making BANS mods and enlightening the community in general.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-358</link>
		<author>Mark</author>
		<pubDate>Fri, 16 Nov 2007 22:01:39 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-358</guid>
		<description>@ Jeff -

In the: &lt;?php
function curPageURL() {
 $pageURL = ‘http’;
 if ($_SERVER[”HTTPS”] == “on”) {$pageURL .= “s”;}
 $pageURL .= “://”;

portion of code, change the $pageURL .= “://”; to:

$pageURL .="://www.";

Mark</description>
		<content:encoded><![CDATA[<p>@ Jeff -</p>
<p>In the: <?php<br />
function curPageURL() {<br />
 $pageURL = ‘http’;<br />
 if ($_SERVER[”HTTPS”] == “on”) {$pageURL .= “s”;}<br />
 $pageURL .= “://”;</p>
<p>portion of code, change the $pageURL .= “://”; to:</p>
<p>$pageURL .=&#8221;://www.&#8221;;</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-357</link>
		<author>Jeff</author>
		<pubDate>Fri, 16 Nov 2007 21:03:37 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-357</guid>
		<description>Mark,
Quick question, when users come to my site using www. prefix the site map using your site map mod does not display, however if they enter http://nationwidegolfshop.com and go to the site map it works like a champ.

Is there something that I need to do so that it functions properly when user types www. prefix?

Any light you can shed on this would be helpful.

Jeff</description>
		<content:encoded><![CDATA[<p>Mark,<br />
Quick question, when users come to my site using <a href="http://www." rel="nofollow">www.</a> prefix the site map using your site map mod does not display, however if they enter <a href="http://nationwidegolfshop.com" rel="nofollow">http://nationwidegolfshop.com</a> and go to the site map it works like a champ.</p>
<p>Is there something that I need to do so that it functions properly when user types <a href="http://www." rel="nofollow">www.</a> prefix?</p>
<p>Any light you can shed on this would be helpful.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-355</link>
		<author>Craig</author>
		<pubDate>Fri, 16 Nov 2007 00:51:58 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-355</guid>
		<description>Hi Mark,
 Now i feel stupid, I see that code is in the readme file, I'll try again.
Thanks
Craig</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
 Now i feel stupid, I see that code is in the readme file, I&#8217;ll try again.<br />
Thanks<br />
Craig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-354</link>
		<author>Craig</author>
		<pubDate>Fri, 16 Nov 2007 00:50:19 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-354</guid>
		<description>Hi Mark,
 Wow fast reply :P

the code I'm talking about is first code in step 4

Craig</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
 Wow fast reply <img src='http://www.thekidscollegefund.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>the code I&#8217;m talking about is first code in step 4</p>
<p>Craig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-353</link>
		<author>Mark</author>
		<pubDate>Fri, 16 Nov 2007 00:41:17 +0000</pubDate>
		<guid>http://www.thekidscollegefund.com/index.php/2007/09/13/build-a-niche-store-sitemap-mod-complete-version/#comment-353</guid>
		<description>Hi Craig -

Shoot me the url of the site with a problem. ALL of the code that needs to be changed is in the zip file as far as I am aware.

I will look deeper to see what you mean.

Mark</description>
		<content:encoded><![CDATA[<p>Hi Craig -</p>
<p>Shoot me the url of the site with a problem. ALL of the code that needs to be changed is in the zip file as far as I am aware.</p>
<p>I will look deeper to see what you mean.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
