<?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 Support Forums &#187; User Favorites: mazdakam</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: mazdakam</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 01:03:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>John James Jacoby on "Ultimate BBpress Guide"</title>
			<link>http://bbpress.org/forums/topic/ultimate-bbpress-guide#post-79687</link>
			<pubDate>Mon, 27 Dec 2010 20:13:17 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">79687@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>No reason to bring this back from 4 years ago.</p>
<p>Locked.
</p>]]></description>
					</item>
		<item>
			<title>Myphone Duo on "Import phpBB posts into bbPress?"</title>
			<link>http://bbpress.org/forums/topic/import-phpbb-posts-into-bbpress#post-78571</link>
			<pubDate>Fri, 10 Dec 2010 09:30:40 +0000</pubDate>
			<dc:creator>Myphone Duo</dc:creator>
			<guid isPermaLink="false">78571@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have an old phpbb forum till i found the flexibility of bbpress. I ever wanted to transfer my phpbb database to bbpress but i'm always no luck and really findit hard to do. Or is it me because i'm new into programming.
</p>]]></description>
					</item>
		<item>
			<title>phillcross on "Import phpBB posts into bbPress?"</title>
			<link>http://bbpress.org/forums/topic/import-phpbb-posts-into-bbpress#post-73128</link>
			<pubDate>Thu, 26 Aug 2010 18:58:21 +0000</pubDate>
			<dc:creator>phillcross</dc:creator>
			<guid isPermaLink="false">73128@http://bbpress.org/forums/</guid>
			<description><![CDATA[<pre><code>915     function phpbb_username($id) {
916       global $phpbb_tables;
917       $sql = &#34;SELECT username FROM &#34; . $phpbb_tables[&#039;users&#039;] . &#34; WHERE user_id=$id&#34;;
918       $result = mysql_query($sql);
919       if ($row = mysql_fetch_object($result)){
920         return $row-&#62;username;
921       } else {
922         return false;
923       }
924      }</code></pre>
<p>What am I missing??
</p>]]></description>
					</item>
		<item>
			<title>phillcross on "Import phpBB posts into bbPress?"</title>
			<link>http://bbpress.org/forums/topic/import-phpbb-posts-into-bbpress#post-73127</link>
			<pubDate>Thu, 26 Aug 2010 18:49:55 +0000</pubDate>
			<dc:creator>phillcross</dc:creator>
			<guid isPermaLink="false">73127@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I got the memory increased - php.ini </p>
<p>BTW - On a single site you can create / edit .htaccess and add</p>
<p>php_value memory_limit 64M (or whatever)</p>
<p>Still having trouble with the supplied argument?
</p>]]></description>
					</item>
		<item>
			<title>phillcross on "Import phpBB posts into bbPress?"</title>
			<link>http://bbpress.org/forums/topic/import-phpbb-posts-into-bbpress#post-73125</link>
			<pubDate>Thu, 26 Aug 2010 18:03:20 +0000</pubDate>
			<dc:creator>phillcross</dc:creator>
			<guid isPermaLink="false">73125@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I read through all this here are my errors:</p>
<pre><code>1.Connected to the phpBB database host
2.Selected the phpBB database
3.Exporting forums...
4.Exporting users...
5.Exporting user metadata...

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/singer/public_html/phpbb2bbpress.php on line 920

6.Exporting topics...

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33030274 bytes) in /home/singer/public_html/phpbb2bbpress.php on line 373</code></pre>
<p>How do I increase my allowed memory? That should resolve # 6 </p>
<p>What supplied argument is invalid??</p>
<p>I appreciate the assistance.
</p>]]></description>
					</item>
		<item>
			<title>guarda-faro on "En español"</title>
			<link>http://bbpress.org/forums/topic/en-espanol/page/2#post-66058</link>
			<pubDate>Wed, 17 Mar 2010 20:16:41 +0000</pubDate>
			<dc:creator>guarda-faro</dc:creator>
			<guid isPermaLink="false">66058@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Respecto a la traducción al español de bbPress, yo había seguido las instruciones que dan en Ayuda WP <a href="http://ayudawordpress.com/como-integrar-bbpress-y-wordpress/" rel="nofollow">http://ayudawordpress.com/como-integrar-bbpress-y-wordpress/</a> que suelen ser las usuales para la traducción de WP, es decir: colocar el archivo es_ES.mo a la carpeta “bb-includes/languages" Pero no funcionó. Luego de dar vueltas me di cuenta que en el archivo bb-config.php, precisamente antes de la última línea a modificar "define( 'BB_LANG', 'es_ES' );"  se encuentra la explicación, que no es otra cosa que incluir el archivo es_ES.mo en una carpeta o fichero de nombre my-languages a colocar en el archivo raiz de bbPress, (y no dentro de bb-includes). Así lo hice y funcionó de inmediato.
</p>]]></description>
					</item>
		<item>
			<title>mattev on "bbSync"</title>
			<link>http://bbpress.org/forums/topic/bbsync/page/9#post-65373</link>
			<pubDate>Sat, 27 Feb 2010 02:46:47 +0000</pubDate>
			<dc:creator>mattev</dc:creator>
			<guid isPermaLink="false">65373@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>So it looks like bbSync is dead, and bbPressLive is dead.</p>
<p>Is anyone working on a repair or replacement, by any chance?
</p>]]></description>
					</item>
		<item>
			<title>hpguru on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-61313</link>
			<pubDate>Sat, 05 Dec 2009 12:17:46 +0000</pubDate>
			<dc:creator>hpguru</dc:creator>
			<guid isPermaLink="false">61313@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>gnawph THANK YOU! Very good plugin without stupid emotions pop-up.
</p>]]></description>
					</item>
		<item>
			<title>evannak on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-55774</link>
			<pubDate>Sun, 02 Aug 2009 07:48:29 +0000</pubDate>
			<dc:creator>evannak</dc:creator>
			<guid isPermaLink="false">55774@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi _ck_</p>
<p>why when we put 3 or 2 smileys together and the second doesn't show picture? please help to advise on this.</p>
<p>Regards,<br />
Evannak
</p>]]></description>
					</item>
		<item>
			<title>José Conti on "En español"</title>
			<link>http://bbpress.org/forums/topic/en-espanol/page/2#post-38881</link>
			<pubDate>Tue, 14 Jul 2009 13:30:40 +0000</pubDate>
			<dc:creator>José Conti</dc:creator>
			<guid isPermaLink="false">38881@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hola</p>
<p>Aquí encontrareis la traducción al castellano de bbPress 1.01 <a href="http://www.buddypress-es.com" rel="nofollow">http://www.buddypress-es.com</a></p>
<p>Un saludo
</p>]]></description>
					</item>
		<item>
			<title>javalotodo on "En español"</title>
			<link>http://bbpress.org/forums/topic/en-espanol/page/2#post-28461</link>
			<pubDate>Sun, 26 Apr 2009 02:56:45 +0000</pubDate>
			<dc:creator>javalotodo</dc:creator>
			<guid isPermaLink="false">28461@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hola a todos!<br />
Me he tomado la libertad de modificar y terminar la traducción de la versión 0.8 que cogí del directorio Subversion. Los archivos se pueden descargar de: <a href="http://www.javalotodo.com/2009/04/25/bbpress-en-espanol/" rel="nofollow">http://www.javalotodo.com/2009/04/25/bbpress-en-espanol/</a><br />
Si alguien sabe cómo subirlos al Subversion que me lo diga.<br />
Un saludo!
</p>]]></description>
					</item>
		<item>
			<title>gadgets on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-25177</link>
			<pubDate>Sun, 29 Mar 2009 17:33:56 +0000</pubDate>
			<dc:creator>gadgets</dc:creator>
			<guid isPermaLink="false">25177@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for this post.I try about 2 hour.And now finish.</p>
<p>Thanks again.</p>
<p>Dean
</p>]]></description>
					</item>
		<item>
			<title>NikonRumorsAdmin on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-25175</link>
			<pubDate>Sun, 29 Mar 2009 14:30:31 +0000</pubDate>
			<dc:creator>NikonRumorsAdmin</dc:creator>
			<guid isPermaLink="false">25175@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is this fixed in 0.9.0.4? Has anyone found a way around it?<br />
Thanks.
</p>]]></description>
					</item>
		<item>
			<title>JosVelasco on "En español"</title>
			<link>http://bbpress.org/forums/topic/en-espanol/page/2#post-23854</link>
			<pubDate>Sat, 07 Feb 2009 20:55:23 +0000</pubDate>
			<dc:creator>JosVelasco</dc:creator>
			<guid isPermaLink="false">23854@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Saludos, me gustaría comenzar a traducir el .PO de la última versión, o modificar alguna ya comenzada. ¿Alguien que me la facilite?</p>
<p>Version 1.0-alpha-6 o compatible.</p>
<p>Gracias
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "bbSync"</title>
			<link>http://bbpress.org/forums/topic/bbsync/page/9#post-23658</link>
			<pubDate>Sat, 31 Jan 2009 01:03:25 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">23658@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It does not work with WordPress 2.7 AFAIK.  bbPress 0.9.0.4 and WordPress 2.7 don't integrate.  If you want something similar for WordPress 2.7, you might have a look at bbPress Live:</p>
<p><a href="http://wordpress.org/extend/plugins/bbpress-live/" rel="nofollow">http://wordpress.org/extend/plugins/bbpress-live/</a>
</p>]]></description>
					</item>
		<item>
			<title>undertoe on "bbSync"</title>
			<link>http://bbpress.org/forums/topic/bbsync/page/9#post-23639</link>
			<pubDate>Fri, 30 Jan 2009 15:54:21 +0000</pubDate>
			<dc:creator>undertoe</dc:creator>
			<guid isPermaLink="false">23639@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Does your sync work with WP 2.7 and BBpress 0.9.0.4? Doesn't seem to when I set it up in WP
</p>]]></description>
					</item>
		<item>
			<title>fel64 on "bbSync"</title>
			<link>http://bbpress.org/forums/topic/bbsync/page/9#post-23071</link>
			<pubDate>Thu, 15 Jan 2009 19:55:09 +0000</pubDate>
			<dc:creator>fel64</dc:creator>
			<guid isPermaLink="false">23071@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>None.<br />
<a href="http://bbpress.org/blog/2008/10/bbpress-10-alpha-2-released/" rel="nofollow">http://bbpress.org/blog/2008/10/bbpress-10-alpha-2-released/</a>
</p>]]></description>
					</item>
		<item>
			<title>circuit on "bbSync"</title>
			<link>http://bbpress.org/forums/topic/bbsync/page/9#post-23068</link>
			<pubDate>Thu, 15 Jan 2009 17:47:26 +0000</pubDate>
			<dc:creator>circuit</dc:creator>
			<guid isPermaLink="false">23068@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>are there any plans to fix this plugin?
</p>]]></description>
					</item>
		<item>
			<title>Fernando Tellado on "En español"</title>
			<link>http://bbpress.org/forums/topic/en-espanol/page/2#post-22232</link>
			<pubDate>Thu, 25 Dec 2008 11:32:51 +0000</pubDate>
			<dc:creator>Fernando Tellado</dc:creator>
			<guid isPermaLink="false">22232@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Buenas :)</p>
<p>Acabo de traducir bbPress 1.0.4 Alpha al Español. Si queréis descargar tanto el .MO como el .PO los tenéis en <a href="http://ayudawordpress.com/bbpress-espanol-alpha-104/">mi blog</a>.</p>
<p>¡Feliz Navidad!
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21173</link>
			<pubDate>Mon, 01 Dec 2008 07:01:10 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">21173@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>See this part of the plugin, you need to change the <code>bb_add_filter</code> and <code></code>bb_add_action<code>to just</code>add_filter<code>and</code>add_action`</p>
<pre><code>/******************************************************************************
* - Define for bbPress interface
*****************************************************************************/

$bbemoticons = &#38; new bbEmoticons();

bb_add_filter(&#39;post_text&#39;, array(&#38;$bbemoticons, &#39;convert_smilies&#39;));
//bb_head is not called always. :-)
//bb_add_action(&#39;bb_head&#39;, array(&#38;$bbemoticons, &#39;bb_grins_head&#39;));
bb_add_action(&#39;bb_feed_head&#39;, array(&#38;$bbemoticons, &#39;bb_grins_head&#39;));
bb_add_action(&#39;bb_grins&#39;, array(&#38;$bbemoticons, &#39;bb_grins&#39;));</code></pre>]]></description>
					</item>
		<item>
			<title>_ck_ on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21172</link>
			<pubDate>Mon, 01 Dec 2008 07:00:40 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">21172@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>See this part of the plugin, you need to change the <code>bb_add_filter</code> and <code></code>bb_add_action<code>to just</code>add_filter<code>and</code>add_action`</p>
<pre><code>/******************************************************************************
* - Define for bbPress interface
*****************************************************************************/

$bbemoticons = &#38; new bbEmoticons();

bb_add_filter(&#39;post_text&#39;, array(&#38;$bbemoticons, &#39;convert_smilies&#39;));
//bb_head is not called always. :-)
//bb_add_action(&#39;bb_head&#39;, array(&#38;$bbemoticons, &#39;bb_grins_head&#39;));
bb_add_action(&#39;bb_feed_head&#39;, array(&#38;$bbemoticons, &#39;bb_grins_head&#39;));
bb_add_action(&#39;bb_grins&#39;, array(&#38;$bbemoticons, &#39;bb_grins&#39;));</code></pre>]]></description>
					</item>
		<item>
			<title>travelsuperlink on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21163</link>
			<pubDate>Sun, 30 Nov 2008 20:59:16 +0000</pubDate>
			<dc:creator>travelsuperlink</dc:creator>
			<guid isPermaLink="false">21163@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>as _ck_  suggested, I move my issue here:</p>
<p>Just upgrade bbpress to 1.0 version, after active the bbpress smilies plugin I found an issue for previous post-form.php (previously I am using v0.8 and that plugin works.</p>
<p>The issue is at post-form.php, in my custom template directory.</p>
<p>&#60;label for="post_content"&#62;&#60;?php _e('Post:'); ?&#62;<br />
&#60;?php do_action('bb_grins'); ?&#62;<br />
&#60;textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"&#62;<br />
&#60;?php bb_quote_message(); ?&#62;<br />
&#60;/textarea&#62;<br />
&#60;/label&#62;</p>
<p>Clearly &#60;?php do_action('bb_grins'); ?&#62; does not work anymore, because at the top of post form user can not see the smilies as before. </p>
<p>any idea?  thanks.
</p>]]></description>
					</item>
		<item>
			<title>Nekita on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-20983</link>
			<pubDate>Sun, 23 Nov 2008 23:20:42 +0000</pubDate>
			<dc:creator>Nekita</dc:creator>
			<guid isPermaLink="false">20983@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That is interesting to know, thanks for the clarification.<br />
And, yes, you're right, it still doesn't work at this point because of the wrapper.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-20982</link>
			<pubDate>Sun, 23 Nov 2008 21:57:39 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">20982@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Technically tag_heat_map has been depricated in 1.0a2 and should use bb_tag_heat_map instead but I believe the problem would persist since a wrapper is used.</p>
<p>Try one last shot with this:<br />
<pre><code>&#60;?php bb_tag_heat_map(array( &#39;smallest&#39; =&#62; 10, &#39;largest&#39; =&#62; 30, &#39;unit&#39; =&#62; &#39;px&#39;, &#39;limit&#39; =&#62; 40 )); ?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>Nekita on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-20981</link>
			<pubDate>Sun, 23 Nov 2008 21:39:22 +0000</pubDate>
			<dc:creator>Nekita</dc:creator>
			<guid isPermaLink="false">20981@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Unfortunately it's still broken.</p>
<p>But if it's indeed a known bug with Alpha 2 (as you suggested) I'm in no hurry to fix it.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-20977</link>
			<pubDate>Sun, 23 Nov 2008 18:18:08 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">20977@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Try passing it as an array to get around the bug:</p>
<pre><code>&#60;?php tag_heat_map(array( &#39;smallest&#39; =&#62; 10, &#39;largest&#39; =&#62; 30, &#39;unit&#39; =&#62; &#39;px&#39;, &#39;limit&#39; =&#62; 40 )); ?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>Nekita on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-20976</link>
			<pubDate>Sun, 23 Nov 2008 17:14:13 +0000</pubDate>
			<dc:creator>Nekita</dc:creator>
			<guid isPermaLink="false">20976@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I tried changing the Tag Clouds values on my forum with</p>
<p>&#60;?php tag_heat_map( 10, 30, 'px', 40); ?&#62;</p>
<p>The first three attributes work as expected, however the last setting (40) which should influence how many Tags are displayed doesn't change a thing no matter if I set it to 1 or 100.</p>
<p>I'm on Alpha 2 and latest WP.
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "En español"</title>
			<link>http://bbpress.org/forums/topic/en-espanol/page/2#post-20295</link>
			<pubDate>Mon, 27 Oct 2008 23:37:52 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">20295@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>For the alpha version of bbPress there is this plugin that allows you to use an external SMTP server:<br />
<a href="http://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/" rel="nofollow">http://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/</a></p>
<p>There's also this for 0.8.x and 0.9.x versions of bbPress:<br />
<a href="http://bbpress.org/forums/topic/trick-to-fix-some-email-problems-with-08x-plugins-on-09x" rel="nofollow">http://bbpress.org/forums/topic/trick-to-fix-some-email-problems-with-08x-plugins-on-09x</a></p>
<p>There was someone here who was just displaying the password on the screen too, but I can't find that right now.
</p>]]></description>
					</item>
		<item>
			<title>giovancito on "En español"</title>
			<link>http://bbpress.org/forums/topic/en-espanol/page/2#post-20288</link>
			<pubDate>Mon, 27 Oct 2008 20:39:00 +0000</pubDate>
			<dc:creator>giovancito</dc:creator>
			<guid isPermaLink="false">20288@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>USUARIOS EN BBPRESS<br />
UNA PREGUNTA IGUAL PARA USTEDES SEA TONTA, PERO TENGO EL PROBLEMA DE QUE AL REGISTRARSE UN USUARIO NO LE MANDA LA CONTRASEÑA A SU CORREO, NUESTRO SERVIDOR LO TENEMOS LOCALMENTE NO ESTA MONTADO EN UN DOMINIO POR QUE PRIMERO QUEREMOS HACER PRUEBAS, LA SALIDA HACIA INTERNET ES POR MEDIO DE UN PROXY NO SE CUAL SEA EL PROBLEMA.. Y NO SE SI TAMBIEN DEBAMOS TENER UN SERVIDOR DE CORREO...ESPERO UNA RESPUESTA PRONTA
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "En español"</title>
			<link>http://bbpress.org/forums/topic/en-espanol/page/2#post-19591</link>
			<pubDate>Wed, 01 Oct 2008 16:09:55 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">19591@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Regarding being unable to activate plugins, are you on a Windows host?  What is your bbPress version, and what is your hosting platform?</p>
<p>Is this related?<br />
<a href="http://bbpress.org/forums/topic/plugins-not-activating-on-local-xampp" rel="nofollow">http://bbpress.org/forums/topic/plugins-not-activating-on-local-xampp</a></p>
<p>I don't understand your second question, sorry.  My Spanish is not that good.
</p>]]></description>
					</item>

	</channel>
</rss>

