<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Topic: bbPress Sitemap Generator</title>
		<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/</link>
		<description>bbPress Plugin Browser &#187; Topic: bbPress Sitemap Generator</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 05:20:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/bbpress-sitemap-generator" rel="self" type="application/rss+xml" />

		<item>
			<title>cwdnow on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/page/2/#post-6562</link>
			<pubDate>Wed, 27 Jul 2011 16:48:11 +0000</pubDate>
			<dc:creator>cwdnow</dc:creator>
			<guid isPermaLink="false">6562@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>For those that can't get sitemap generator to work with the "nicer permalinks" plugin, I modified the file: <a href="http://www.werockyourweb.com/files/public/bbpress_sitemap.zip">bbpress_sitemap.zip</a>.
</p>]]></description>
					</item>
		<item>
			<title>PS Vita Games on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/page/2/#post-6185</link>
			<pubDate>Wed, 27 Oct 2010 20:39:23 +0000</pubDate>
			<dc:creator>PS Vita Games</dc:creator>
			<guid isPermaLink="false">6185@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It Works ;)
</p>]]></description>
					</item>
		<item>
			<title>fil.diesel on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/page/2/#post-6132</link>
			<pubDate>Thu, 30 Sep 2010 00:59:44 +0000</pubDate>
			<dc:creator>fil.diesel</dc:creator>
			<guid isPermaLink="false">6132@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thank natmweiss code works.<br />
one moment, if the links of the form  .../bbpres/topic.php?id = 1<br />
need to file bbpress_sitemap.php<br />
line 207<br />
$u2 = $u[scheme] ."://".$u[host].$u[path].urlencode($u[query]).$u[fragment];<br />
replaced by<br />
$u2 = $u[scheme] ."://".$u[host].$u[path]."?".$u[query].$u[fragment];
</p>]]></description>
					</item>
		<item>
			<title>natmweiss on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/page/2/#post-6081</link>
			<pubDate>Mon, 23 Aug 2010 21:50:30 +0000</pubDate>
			<dc:creator>natmweiss</dc:creator>
			<guid isPermaLink="false">6081@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This really needs an update! I can't find an email for the author, so I'm posting my fix to get tags to work:<br />
<pre><code>function discover_tags() {
          global $bbdb;
          $max_tag_count = $bbdb-&#62;get_var(&#34;SELECT max(count) FROM $bbdb-&#62;term_taxonomy&#34;);
          if($max_tag_count &#60; 1)
               $max_tag_count = 1;
          $tag_query=&#34;SELECT t.term_id as tid, t.name as tag, t.slug as slug, x.count as tag_count &#34;.
               &#34;FROM $bbdb-&#62;terms t, $bbdb-&#62;term_taxonomy x where t.term_id = x.term_id &#34;.
               &#34;group by t.term_id ORDER BY x.count DESC;&#34;;

          $matches = $bbdb-&#62;get_results($tag_query);
          $earliest_tag = time();
          if ($matches) {
               foreach($matches as $tag) {
                    // tag url
                    $t = bb_get_tag($tag-&#62;slug);
                    $url=bb_get_tag_link($t);

                    // tag modification time
                    $time=($tag-&#62;tim &#62; 0 ? strtotime($tag-&#62;tim) : time());
                    $nice_time = date(&#34;Y-m-d&#34;,$time);

                    // tag priority
                    $priority=get_priority_for_tag($tag-&#62;tid, $tag-&#62;tag_count, $max_tag_count);

                    // tag update frequency
                    $freq=get_frequency_for_tag($tag-&#62;tid, $time, $max_tag_count);

                    add_row($url, $nice_time, $freq[freq], $priority, array(&#34;FRQT=&#34;.$freq[time], &#34;time=&#34;.$time, &#34;nt=&#34;.$nice_time));
                    $earliest_tag = min($time, $earliest_tag);
               }
          }</code></pre>]]></description>
					</item>
		<item>
			<title>jhonnyvelcro on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/page/2/#post-6039</link>
			<pubDate>Fri, 30 Jul 2010 22:19:36 +0000</pubDate>
			<dc:creator>jhonnyvelcro</dc:creator>
			<guid isPermaLink="false">6039@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hello, the download link is broken. Is there other link to download the plugin? Thanks!
</p>]]></description>
					</item>
		<item>
			<title>motwon on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-5944</link>
			<pubDate>Sat, 03 Jul 2010 12:29:42 +0000</pubDate>
			<dc:creator>motwon</dc:creator>
			<guid isPermaLink="false">5944@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Tried it.It is working properly for me.</p>
<p><a href="http://www.ticari.org/sitemap.xml" rel="nofollow">http://www.ticari.org/sitemap.xml</a>
</p>]]></description>
					</item>
		<item>
			<title>PS Vita Games on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-5686</link>
			<pubDate>Sat, 17 Apr 2010 15:43:24 +0000</pubDate>
			<dc:creator>PS Vita Games</dc:creator>
			<guid isPermaLink="false">5686@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I cannot get this work
</p>]]></description>
					</item>
		<item>
			<title>Tomcraft1980 on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-5014</link>
			<pubDate>Wed, 02 Dec 2009 23:19:38 +0000</pubDate>
			<dc:creator>Tomcraft1980</dc:creator>
			<guid isPermaLink="false">5014@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This plugin horrible slows down the forum performance as the sitemap.xml is created to often on forums with heavy load.</p>
<p>Is there a way to create the sitemap once per hour or per day?.</p>
<p>Kind regards</p>
<p>Tom
</p>]]></description>
					</item>
		<item>
			<title>Touch on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-4904</link>
			<pubDate>Sat, 14 Nov 2009 04:14:34 +0000</pubDate>
			<dc:creator>Touch</dc:creator>
			<guid isPermaLink="false">4904@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>After several tries am getting this <a href="http://touchreviews.net/forums/sitemap.xml" rel="nofollow">http://touchreviews.net/forums/sitemap.xml</a> Still does not look like a sitemap...
</p>]]></description>
					</item>
		<item>
			<title>Touch on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-4889</link>
			<pubDate>Tue, 10 Nov 2009 15:11:13 +0000</pubDate>
			<dc:creator>Touch</dc:creator>
			<guid isPermaLink="false">4889@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Tried everything... Still didn't work.</p>
<p>Created an empty file in notepad called sitemap.xml and uploaded to the bbpress-sitemap-generator directory and then set CHMOD to 777</p>
<p>Then edited bbpress_sitemap.php and made the following change:</p>
<p>$sitemap_file = $_SERVER['DOCUMENT_ROOT']."/forums/bb-plugins/bbpress-sitemap-generator/sitemap.xml";</p>
<p>Any help would be appreciated.
</p>]]></description>
					</item>
		<item>
			<title>Touch on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-4517</link>
			<pubDate>Sun, 06 Sep 2009 21:10:49 +0000</pubDate>
			<dc:creator>Touch</dc:creator>
			<guid isPermaLink="false">4517@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Can anyone make an easier version of this plugin?</p>
<p>Sitemap generator which does not require "Define the location and/or the name of the sitemap file with the $sitemapfile function. See at the top of bbpresssitemap.php file ! Make a chmod 777 the sitemap file." in the installation process.</p>
<p>Like the one for wordpress. Install, Activate and ready to use!</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Tomcraft1980 on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-4497</link>
			<pubDate>Wed, 02 Sep 2009 12:55:22 +0000</pubDate>
			<dc:creator>Tomcraft1980</dc:creator>
			<guid isPermaLink="false">4497@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>No idea how to fix this for bbPress 1.02?</p>
<p>Kind regards</p>
<p>Tom
</p>]]></description>
					</item>
		<item>
			<title>antoniobon on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-4423</link>
			<pubDate>Sun, 23 Aug 2009 15:00:38 +0000</pubDate>
			<dc:creator>antoniobon</dc:creator>
			<guid isPermaLink="false">4423@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This plugin does not work with bbpress 1.02. A white line appears on header of homepage.
</p>]]></description>
					</item>
		<item>
			<title>Tomcraft1980 on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-4411</link>
			<pubDate>Fri, 21 Aug 2009 23:08:56 +0000</pubDate>
			<dc:creator>Tomcraft1980</dc:creator>
			<guid isPermaLink="false">4411@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>$url = bb_get_option('uri').'tags/'.$tag-&#62;tag; works for my tags but the forum links are generatd wrong:</p>
<p>&#60;url&#62;<br />
	&#60;loc&#62;http://www.xtc-modified.org/forum/topic.phpid%3D9&#60;/loc&#62;<br />
	&#60;lastmod&#62;2008-10-07&#60;/lastmod&#62;<br />
	&#60;changefreq&#62;weekly&#60;/changefreq&#62;<br />
	&#60;priority&#62;0.7&#60;/priority&#62;<br />
&#60;/url&#62;</p>
<p>I use bbpress 1.02</p>
<p>Any suggestions?</p>
<p>Kind regards</p>
<p>Tom
</p>]]></description>
					</item>
		<item>
			<title>cwdnow on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-4160</link>
			<pubDate>Tue, 28 Jul 2009 17:51:32 +0000</pubDate>
			<dc:creator>cwdnow</dc:creator>
			<guid isPermaLink="false">4160@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Works great - the key is specifying the correct path for the $sitemap_file variable and CHMOD'ing the sitemap.xml file to 777. Also, make sure you use $_SERVER['DOCUMENT_ROOT'] and not an absolute path.
</p>]]></description>
					</item>
		<item>
			<title>jnoriega on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-3657</link>
			<pubDate>Fri, 12 Jun 2009 18:23:02 +0000</pubDate>
			<dc:creator>jnoriega</dc:creator>
			<guid isPermaLink="false">3657@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Gracias 787Consulting! =D
</p>]]></description>
					</item>
		<item>
			<title>mithrandir321 on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-2484</link>
			<pubDate>Mon, 29 Dec 2008 23:57:45 +0000</pubDate>
			<dc:creator>mithrandir321</dc:creator>
			<guid isPermaLink="false">2484@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Doesn't work for me :-( Fatal error when activated</p>
<p>I did:<br />
1. edit the xml file location in the script itself<br />
2. created the xml and chmoded 777</p>
<p>Using standalone 1.0alpha2...
</p>]]></description>
					</item>
		<item>
			<title>SteveDrum on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-2402</link>
			<pubDate>Wed, 17 Dec 2008 18:31:24 +0000</pubDate>
			<dc:creator>SteveDrum</dc:creator>
			<guid isPermaLink="false">2402@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>hi. the plugin works great, but i was wondering if there was a way to stop it including posts from a certain forum (if you know the ID). </p>
<p>i use the hidden forum plugin as well, and don't really want the post from there getting spidered.
</p>]]></description>
					</item>
		<item>
			<title>787Consulting on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-2273</link>
			<pubDate>Fri, 28 Nov 2008 02:21:05 +0000</pubDate>
			<dc:creator>787Consulting</dc:creator>
			<guid isPermaLink="false">2273@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Claudiuro:</p>
<p>Go to bbpress_sitemap.php<br />
Find around line 122:<br />
<code>$url=get_tag_link($tag-&#62;tag);</code></p>
<p>Change too:<br />
<code>$url = bb_get_option(&#39;uri&#39;).&#39;tags/&#39;.$tag-&#62;tag;</code></p>
<p>That will give you the correct URL output.
</p>]]></description>
					</item>
		<item>
			<title>Claudiuro on "bbPress Sitemap Generator"</title>
			<link>http://bbpress.org/plugins/topic/bbpress-sitemap-generator/#post-2153</link>
			<pubDate>Fri, 31 Oct 2008 19:39:33 +0000</pubDate>
			<dc:creator>Claudiuro</dc:creator>
			<guid isPermaLink="false">2153@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi,<br />
Using bbpress 0.902. This plugin creates the sitemap.xml file with all links correct except for the tags links - on all the tags it detects it puts in the sitemap the following information:<br />
&#60;url&#62;<br />
	&#60;loc&#62;://&#60;/loc&#62;<br />
	&#60;lastmod&#62;2008-10-21&#60;/lastmod&#62;<br />
	&#60;changefreq&#62;daily&#60;/changefreq&#62;<br />
	&#60;priority&#62;0.00040617384240455&#60;/priority&#62;<br />
&#60;/url&#62;</p>
<p>which is junk to google. any ideas on how to correct this?
</p>]]></description>
					</item>

	</channel>
</rss>

