<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<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>bbPress support forums User Favorites: rablake</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums User Favorites: rablake</description>
<language>en</language>
<pubDate>Sun, 23 Nov 2008 00:02:49 +0000</pubDate>

<item>
<title>_ck_ on "Plugin - Member List"</title>
<link>http://bbpress.org/forums/topic/plugin-member-list/page/3#post-20877</link>
<pubDate>Fri, 21 Nov 2008 14:39:07 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20877@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;cocotrp, you can exclude IDs by modifying the mysql queries and changing &#60;/p&#62;
&#60;p&#62;&#60;code&#62;WHERE user_status = 0&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;code&#62;WHERE user_status = 0 AND user_id NOT IN (1,2,3,4)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;1,2,3,4 are the user_id's you don't want to be displayed.
&#60;/p&#62;</description>
</item>
<item>
<title>cocotrp on "Plugin - Member List"</title>
<link>http://bbpress.org/forums/topic/plugin-member-list/page/3#post-20842</link>
<pubDate>Thu, 20 Nov 2008 19:02:01 +0000</pubDate>
<dc:creator>cocotrp</dc:creator>
<guid isPermaLink="false">20842@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How would I go about excluding specific user id's from display?  Thanks in advance...
&#60;/p&#62;</description>
</item>
<item>
<title>eslavin83 on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-20667</link>
<pubDate>Thu, 13 Nov 2008 12:36:30 +0000</pubDate>
<dc:creator>eslavin83</dc:creator>
<guid isPermaLink="false">20667@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;can anyone help?&#60;/p&#62;
&#60;p&#62;after the script runs, isn't there an sql file that's supposed to be generated from the old board &#38;#38; saved into a /tmp/ folder?
&#60;/p&#62;</description>
</item>
<item>
<title>eslavin83 on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-20632</link>
<pubDate>Wed, 12 Nov 2008 02:55:00 +0000</pubDate>
<dc:creator>eslavin83</dc:creator>
<guid isPermaLink="false">20632@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i'm also getting this warning message: &#60;/p&#62;
&#60;p&#62;Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/public_html/bbs08/phpbb2bbpress.php on line 922
&#60;/p&#62;</description>
</item>
<item>
<title>eslavin83 on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-20631</link>
<pubDate>Wed, 12 Nov 2008 02:43:26 +0000</pubDate>
<dc:creator>eslavin83</dc:creator>
<guid isPermaLink="false">20631@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;can anyone answer the question regarding the &#34;39816&#34; error?  i get up to step 8 and then that string of numbers shows up.  i checked the new database and nothing has been pushed into it.
&#60;/p&#62;</description>
</item>
<item>
<title>Grenoli-dk on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-19968</link>
<pubDate>Thu, 16 Oct 2008 15:34:01 +0000</pubDate>
<dc:creator>Grenoli-dk</dc:creator>
<guid isPermaLink="false">19968@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am having problems with the phpbb2bbpress converter (http://www.iteisa.com/phpbb2bbpress/). &#60;/p&#62;
&#60;p&#62;When I run the file I just get this message. There isnt a sql-file to download or a file created on my server. &#60;/p&#62;
&#60;p&#62;1: I downloaded the file from: &#60;a href=&#34;http://www.iteisa.com/phpbb2bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.iteisa.com/phpbb2bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2: I edited the lines I have written in bold.&#60;/p&#62;
&#60;p&#62;[code]&#60;br /&#62;
define('DB_PHPBB_USERNAME', '[strong]databasename[/strong]');&#60;br /&#62;
define('DB_PHPBB_PASSWORD', '[b]databasepassword[/b]');&#60;br /&#62;
define('DB_PHPBB_DATABASE', '[b]databasename[/b]');&#60;br /&#62;
define('DB_PHPBB_TABLEPREFIX', 'phpbb_');&#60;/p&#62;
&#60;p&#62;define('DB_BBPRESS_HOSTNAME', 'localhost');&#60;br /&#62;
define('DB_BBPRESS_USERNAME', '[b]databasename[/b]');&#60;br /&#62;
define('DB_BBPRESS_PASSWORD', '[b]databasepassword[/b]');&#60;br /&#62;
define('DB_BBPRESS_DATABASE', '[b]databasename[/b]');&#60;br /&#62;
define('DB_BBPRESS_TABLEPREFIX', 'bb_');[/code]&#60;/p&#62;
&#60;p&#62;I only have one database on my server, so the databasename and password is the same on the phpbb and bbpress part&#60;/p&#62;
&#60;p&#62;[code]define('EXPORT_TO_FILE',  true);                // Should the converted DB be exported to a file ?&#60;br /&#62;
define('FILENAME',  '/tmp/phpbb_imported.sql'); // Which one ? (Ensure this path is writeable by the server)&#60;br /&#62;
define('AUTO_IMPORT_EXPORTED_DATA',  false);    // Should the script automagically import the converted DB ?[/code]&#60;/p&#62;
&#60;p&#62;3: I created the folder tmp at the root and used chmod on it.&#60;/p&#62;
&#60;p&#62;4: I uploaded the file to the root and tried to open it but I couldnt. So I removed the s in .phps and it worked. But i only got this message - but nothing really happened. I cant download a file, and there is nothing on my server. What am I doing wrong?&#60;/p&#62;
&#60;p&#62;[quote=&#34;Q!&#34;]phpBB to bbPress database converter&#60;/p&#62;
&#60;p&#62;This script can convert a PhpBB 2.0.X (www.phpbb.com) forum database to bbPress &#34;Bix&#34; 0.73 (www.bbpress.org) format.&#60;/p&#62;
&#60;p&#62;Developed by Jaime GÓMEZ OBREGÓN from ITEISA, based on the previous work of Bruno Torres and The phpBB Group.&#60;/p&#62;
&#60;p&#62;The latest version of this file can be found on &#60;a href=&#34;http://www.iteisa.com/phpbb2bbpress/.&#34; rel=&#34;nofollow&#34;&#62;http://www.iteisa.com/phpbb2bbpress/.&#60;/a&#62;&#60;br /&#62;
Starting conversion&#60;/p&#62;
&#60;p&#62;   1.&#60;br /&#62;
      Connected to the phpBB database host&#60;br /&#62;
   2.&#60;br /&#62;
      Selected the phpBB database&#60;br /&#62;
   3.&#60;br /&#62;
      Exporting forums...&#60;br /&#62;
   4.&#60;br /&#62;
      Exporting users...&#60;br /&#62;
   5.&#60;br /&#62;
      Exporting user metadata...&#60;br /&#62;
   6.&#60;br /&#62;
      Exporting topics...&#60;br /&#62;
   7.&#60;br /&#62;
      Exporting posts...&#60;br /&#62;
   8.&#60;br /&#62;
      Sending all your database e-mails to all major world-wide spam sending mafias...[/quote]&#60;/p&#62;
&#60;p&#62;'strong'dsfgds'strong'
&#60;/p&#62;</description>
</item>
<item>
<title>lenen nl on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-19798</link>
<pubDate>Fri, 10 Oct 2008 19:46:28 +0000</pubDate>
<dc:creator>lenen nl</dc:creator>
<guid isPermaLink="false">19798@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm a bit scared messing around with the adsense code.
&#60;/p&#62;</description>
</item>
<item>
<title>hypotheekrente on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-19226</link>
<pubDate>Mon, 15 Sep 2008 10:36:45 +0000</pubDate>
<dc:creator>hypotheekrente</dc:creator>
<guid isPermaLink="false">19226@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks  @mark8barnes&#60;/p&#62;
&#60;p&#62;It is indeed very nice, just tried it.
&#60;/p&#62;</description>
</item>
<item>
<title>mark8barnes on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-19131</link>
<pubDate>Wed, 10 Sep 2008 12:10:32 +0000</pubDate>
<dc:creator>mark8barnes</dc:creator>
<guid isPermaLink="false">19131@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is a great adsense plugin:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.2diabolos.com/blog/plugin-bbpress-adsense-injection/&#34; rel=&#34;nofollow&#34;&#62;http://www.2diabolos.com/blog/plugin-bbpress-adsense-injection/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>articles2u on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-18242</link>
<pubDate>Wed, 13 Aug 2008 06:37:27 +0000</pubDate>
<dc:creator>articles2u</dc:creator>
<guid isPermaLink="false">18242@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Most of the bbpress forum owner add google adsense code on right or left side of the forum.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-17173</link>
<pubDate>Thu, 10 Jul 2008 15:40:35 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17173@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I did everything from earigrey's post and it does nothing. My main concern is since he asks for it to be put in my-template folder how is the software supposed to know that those files are there. So i just replaced the topic file in the template directory. How do i reference the adsense code so the page knows to look there?
&#60;/p&#62;</description>
</item>
<item>
<title>geld_lenen on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-16731</link>
<pubDate>Thu, 12 Jun 2008 19:51:04 +0000</pubDate>
<dc:creator>geld_lenen</dc:creator>
<guid isPermaLink="false">16731@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can't get the system working on my blog, other colors?
&#60;/p&#62;</description>
</item>
<item>
<title>purse9644 on "How do I create new themes (not topics)?"</title>
<link>http://bbpress.org/forums/topic/how-do-i-create-new-themes-not-topics#post-16379</link>
<pubDate>Wed, 21 May 2008 18:39:29 +0000</pubDate>
<dc:creator>purse9644</dc:creator>
<guid isPermaLink="false">16379@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would like to create another &#34;MAIN THEME&#34;. How do I go about doing this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Geld Lenen on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-14841</link>
<pubDate>Mon, 31 Mar 2008 11:14:23 +0000</pubDate>
<dc:creator>Geld Lenen</dc:creator>
<guid isPermaLink="false">14841@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Articles2u, that are some good tips on that link, but I can't find a solution to the problem there! :(
&#60;/p&#62;</description>
</item>
<item>
<title>articles2u on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-14779</link>
<pubDate>Sat, 29 Mar 2008 03:10:21 +0000</pubDate>
<dc:creator>articles2u</dc:creator>
<guid isPermaLink="false">14779@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Add google adsense code on each first post.&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://www.articles2u.com/googleadsense/15-tips-for-improve-google-adsense-revenue/&#34; rel=&#34;nofollow&#34;&#62;http://www.articles2u.com/googleadsense/15-tips-for-improve-google-adsense-revenue/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-13109</link>
<pubDate>Sat, 12 Jan 2008 04:44:32 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">13109@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I removed &#34;topic_resolved&#34; from the script. A fresh install later, and I get this error: &#34;Column count doesn't match value count at row 1&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-13093</link>
<pubDate>Thu, 10 Jan 2008 21:59:35 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">13093@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just reinstalled bbPress and did NOT utilize WP integration. I also tried using the forum support plugin, as recommended by fel64. &#60;/p&#62;
&#60;p&#62;Now I'm getting this error:&#60;br /&#62;
Unknown column 'topic_resolved' in 'field list'
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-13092</link>
<pubDate>Thu, 10 Jan 2008 21:40:19 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">13092@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just tried this using phpBB 2.012 and bbPress 0.8.3.&#60;/p&#62;
&#60;p&#62;This is the error I get:&#60;br /&#62;
Table 'khanlon_db3.henskebb_users' doesn't exist&#60;/p&#62;
&#60;p&#62;And that makes sense, since I already set up bbPress to integrate with WordPress. Since bbPress is using the wp_users table, the script doesn't know where to put the phpbb users.&#60;/p&#62;
&#60;p&#62;As it stands now, bbPress shows all the topic counts for each forum, but when you click on the forum, none of the threads are listed.&#60;/p&#62;
&#60;p&#62;I tried exporting all the users using phpMyAdmin and importing into the WP table, but the threads are still missing.
&#60;/p&#62;</description>
</item>
<item>
<title>intellivision on "Plugin - Private Messages"</title>
<link>http://bbpress.org/forums/topic/plugin-private-messages/page/3#post-11185</link>
<pubDate>Sat, 29 Sep 2007 20:37:17 +0000</pubDate>
<dc:creator>intellivision</dc:creator>
<guid isPermaLink="false">11185@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Note private messages are cut off at 2048 characters (1965 in practice, from my testing) because the db field is varchar(2048).&#60;/p&#62;
&#60;p&#62;That's not that much to wordy writers.&#60;/p&#62;
&#60;p&#62;I might try to change this to longtext. If I do I'll post back on the results, and if good, the method.
&#60;/p&#62;</description>
</item>
<item>
<title>bedbugger on "Plugin - Private Messages"</title>
<link>http://bbpress.org/forums/topic/plugin-private-messages/page/3#post-10371</link>
<pubDate>Wed, 22 Aug 2007 05:38:25 +0000</pubDate>
<dc:creator>bedbugger</dc:creator>
<guid isPermaLink="false">10371@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;great plugin.  :-)&#60;/p&#62;
&#60;p&#62;one question:  can Bozos pm?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-10010</link>
<pubDate>Tue, 07 Aug 2007 01:34:11 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">10010@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Look for blank lines or spaces before the starting &#60;code&#62;&#38;lt;?php&#60;/code&#62; and after the ending &#60;code&#62;?&#38;gt;&#60;/code&#62; as they can cause that problem.
&#60;/p&#62;</description>
</item>
<item>
<title>jeremykuno on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-10003</link>
<pubDate>Mon, 06 Aug 2007 20:27:35 +0000</pubDate>
<dc:creator>jeremykuno</dc:creator>
<guid isPermaLink="false">10003@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This plugin causes an error when I try to delete users.  I get the following message:&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/jkuno/public_html/seattlecondoreport/forums/my-plugins/bbpress-adsense.php:43) in /home/jkuno/public_html/seattlecondoreport/forums/bb-includes/pluggable.php on line 168&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugins for WordPress integration"</title>
<link>http://bbpress.org/forums/topic/plugins-for-wordpress-integration/page/2#post-10001</link>
<pubDate>Mon, 06 Aug 2007 17:42:11 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">10001@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;add these pluginsin bbpress&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/2&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/2&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/4&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and this one in wordpress..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/bbpress-integration/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/bbpress-integration/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>raumgleiter on "Plugins for WordPress integration"</title>
<link>http://bbpress.org/forums/topic/plugins-for-wordpress-integration/page/2#post-9844</link>
<pubDate>Fri, 03 Aug 2007 16:14:49 +0000</pubDate>
<dc:creator>raumgleiter</dc:creator>
<guid isPermaLink="false">9844@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the integration working. Got wordpress in the root and bbpress in a subfolder called /forum.&#60;br /&#62;
When I register on wordpress, the user is displayed as subscriber in WP and as member in bbpress. so all is correct.&#60;br /&#62;
But if I register on bbpress, then the user is &#34;member&#34; in bbpress but in WP it gets no role at all.&#60;br /&#62;
Second problem is that bbpress doesnt seem to send out any confirmation email although I can see new users in the backoffice.&#60;/p&#62;
&#60;p&#62;BOTH plugins are installed and seem to be working fine.
&#60;/p&#62;</description>
</item>
<item>
<title>statusquo on "Plugins for WordPress integration"</title>
<link>http://bbpress.org/forums/topic/plugins-for-wordpress-integration/page/2#post-8792</link>
<pubDate>Mon, 09 Jul 2007 18:52:06 +0000</pubDate>
<dc:creator>statusquo</dc:creator>
<guid isPermaLink="false">8792@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have recently installed bbpress and then created a new directory named my-plugins, where I have also placed bbpress integration. &#60;/p&#62;
&#60;p&#62;The problem is whilst I can SEE (thus activate bbpress integration plugin) I can NOT see display-name.php plugin under site management. I have definitely uploaded it.
&#60;/p&#62;</description>
</item>
<item>
<title>statusquo on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-8788</link>
<pubDate>Mon, 09 Jul 2007 17:04:51 +0000</pubDate>
<dc:creator>statusquo</dc:creator>
<guid isPermaLink="false">8788@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok I've even tried version 0.73 but still encountering errors. Can anyone help?
&#60;/p&#62;</description>
</item>
<item>
<title>statusquo on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-8781</link>
<pubDate>Sun, 08 Jul 2007 19:22:17 +0000</pubDate>
<dc:creator>statusquo</dc:creator>
<guid isPermaLink="false">8781@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi all I also get an error on like the one experienced above:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: file_put_contents() in phpbb2bbpress.php on line 383&#60;/p&#62;
&#60;p&#62;Can anyone tell me how I can resolve this.&#60;/p&#62;
&#60;p&#62;I also notice that this converter has not been updated, is it going to be anytime soon?&#60;/p&#62;
&#60;p&#62;AND whilst converting WHY does it STATE that all emails are being forwarded to SPAMMERS? (Can't remember the exact words). Is this meant to be a joke?&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>gspark on "Importing from phpBB"</title>
<link>http://bbpress.org/forums/topic/importing-from-phpbb#post-8546</link>
<pubDate>Wed, 27 Jun 2007 23:46:13 +0000</pubDate>
<dc:creator>gspark</dc:creator>
<guid isPermaLink="false">8546@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;too bad it doesn't work for phpbb3
&#60;/p&#62;</description>
</item>
<item>
<title>Beer on "Google Adsense"</title>
<link>http://bbpress.org/forums/topic/google-adsense#post-8509</link>
<pubDate>Wed, 27 Jun 2007 02:28:36 +0000</pubDate>
<dc:creator>Beer</dc:creator>
<guid isPermaLink="false">8509@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The add_action( 'under_title' .. ) part has me curious.  Where does the 'under_title' come into play?  I was trying to find it in my bbpress code.  I want to add a wide 250x250 block for example under 'Add this topic to your favorites' on the left of the tags column.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.grindhouse.com/forums/topic/26?replies=1&#34; rel=&#34;nofollow&#34;&#62;http://www.grindhouse.com/forums/topic/26?replies=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can I accomplish this?
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Plugin - Private Messages"</title>
<link>http://bbpress.org/forums/topic/plugin-private-messages/page/3#post-8471</link>
<pubDate>Mon, 25 Jun 2007 14:52:16 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">8471@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Update:  Somebody asked me how to add a name (instead of just the e-mail address) to the new message received e-mail notification.  To do this, just use this format:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$admin_email = &#34;Your Name &#38;lt;you@yourdomain.com&#38;gt;&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;When the e-mail is delivered, it will show up as being from &#34;Your Name&#34; and not &#34;you@yourdomain.com&#34;.   I'm not sure that this will work on all PHP configurations, but it works on mine.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
