<?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 Tag: bbportal</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: bbportal</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 01:11:04 +0000</pubDate>

<item>
<title>Null on "bbMenu 1.2 released!"</title>
<link>http://bbpress.org/forums/topic/bbmenu-12-released#post-10155</link>
<pubDate>Mon, 13 Aug 2007 13:48:24 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">10155@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;To add tabs see:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/plugin-addmenutab-10?replies=1&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/plugin-addmenutab-10?replies=1&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "bbMenu 1.2 released!"</title>
<link>http://bbpress.org/forums/topic/bbmenu-12-released#post-10103</link>
<pubDate>Fri, 10 Aug 2007 10:58:29 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">10103@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Adding new links will be supported in version 2, for now you will have to do it using phpMyAdmin or using a plugin :)&#60;/p&#62;
&#60;p&#62;Excample plugin (not yet tested and the bbmenu plugin needs to be active/working):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: add bbMenu tab
Plugin URI: &#60;a href=&#34;http://www.bbportal.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.bbportal.org/&#60;/a&#62;
Description: Adds a tab to the bbMenu list
Author: Maurice de Regt
Author URI: &#60;a href=&#34;http://www.mauricederegt.nl/&#34; rel=&#34;nofollow&#34;&#62;http://www.mauricederegt.nl/&#60;/a&#62;
Version: 1.0

NOTES:
- for xxxx use something normal like: &#38;quot;googletab&#38;quot; if you make a tab to the google.com page
- for &#38;#39;YOUR-TITLE&#38;#39;: This will be the text you can edit, make sure it is between the &#38;#39;tags&#38;#39;
- for &#38;#39;URL-OF-PAGE&#38;#39;: This will be the page you&#38;#39;ll go to when you click the menutab, make sure it&#38;#39;s between the &#38;#39;tags&#38;#39;
- These added tabs WILL NOT stay highlighted when you are on that page. This requires some more complex stuff
*/

// Check if the bbPortal menu tab exists
function xxxx_check_tab() {
	global $bbdb;
	$bbdb-&#38;gt;hide_errors();
	$bxxxx_tab = true;
	if (!$bbdb-&#38;gt;query(&#38;quot;SELECT * FROM ~$bbdb-&#38;gt;menu~ WHERE ~location~ = &#38;#39;xxxx-page&#38;#39;&#38;quot;)) {
		return xxxx_add_tab();
	}
	$bbdb-&#38;gt;show_errors();
	return $xxxx_tab;
}

// If it doesn&#38;#39;t, install the menu tab
function xxxx_add_tab() {
	global $bbdb;
	$query = &#38;quot;INSERT INTO ~$bbdb-&#38;gt;menu~ VALUES
	(DEFAULT, &#38;#39;YOUR-TITLE&#38;#39;, &#38;#39;inactive&#38;#39;, &#38;#39;URL-OF-PAGE&#38;#39;, &#38;#39;xxxx-page&#38;#39;, 0);&#38;quot;;

	$bbdb-&#38;gt;query($query);
}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;NOTES:&#60;br /&#62;
- for xxxx use something normal like: &#34;googletab&#34; if you make a tab to the google.com page&#60;br /&#62;
- for 'YOUR-TITLE': This will be the text you can edit, make sure it is between the 'tags'&#60;br /&#62;
- for 'URL-OF-PAGE': This will be the page you'll go to when you click the menutab, make sure it's between the 'tags'&#60;br /&#62;
- These added tabs WILL NOT stay highlighted when you are on that page. This requires some more complex stuff&#60;/p&#62;
&#60;p&#62;REPLACE ALL ~ with backticks, since this forum filters them out
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "bbMenu 1.2 released!"</title>
<link>http://bbpress.org/forums/topic/bbmenu-12-released#post-10100</link>
<pubDate>Fri, 10 Aug 2007 09:26:32 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">10100@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i test it but it didn't work for special character&#60;br /&#62;
also i wana know how can i add my links to this i just found 3 items forum search and statistic that i could edit them but i wana add some new item is it possible?
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "bbMenu 1.2 released!"</title>
<link>http://bbpress.org/forums/topic/bbmenu-12-released#post-10055</link>
<pubDate>Wed, 08 Aug 2007 07:43:13 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">10055@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No problem mate, it only seems fair to me to credit the right persons.&#60;/p&#62;
&#60;p&#62;Also, don't put too much energy into the double-click bug. I am currently working on version 2 and it's using jQuery instead of all the scripts it's using now (like prototype). So the current double-click feature will be replaced by jQuery :)
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "bbMenu 1.2 released!"</title>
<link>http://bbpress.org/forums/topic/bbmenu-12-released#post-10043</link>
<pubDate>Tue, 07 Aug 2007 23:15:33 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">10043@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I double-posted, so I'll use this space by thanking you for giving credit. Jolly nice of you.
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "bbMenu 1.2 released!"</title>
<link>http://bbpress.org/forums/topic/bbmenu-12-released#post-10042</link>
<pubDate>Tue, 07 Aug 2007 23:15:31 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">10042@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Lookin' good :)&#60;/p&#62;
&#60;p&#62;One thing. In Omniweb double-clicking doesn't work. In Safari/Camino it does, and in Firefox triple-clicking works, but you covered that one in the readme. I'll look into it though... it might be an error on my part.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "bbMenu 1.2 released!"</title>
<link>http://bbpress.org/forums/topic/bbmenu-12-released#post-10040</link>
<pubDate>Tue, 07 Aug 2007 22:02:12 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">10040@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just released the last version of bbMenu. bbMenu 1.2 has some several bug fixes and minor code improvements:&#60;/p&#62;
&#60;p&#62;- bbMenu now uses the bb_admin_add_submenu hook&#60;br /&#62;
- Fixed a bug that caused bbMenu to crash on some servers (thanks box87)&#60;br /&#62;
- Some code cleanup and optimalisations (thanks box87)&#60;br /&#62;
- Some template changes. If bbMenu is deactivated, the header now adapts and wont crash&#60;/p&#62;
&#60;p&#62;Note that bbMenu 1.2 is &#60;strong&#62;not&#60;/strong&#62; compatible with bbPortal 1.2 and bbPress pre 0.8&#60;/p&#62;
&#60;p&#62;This is also the last version I release using the prototype libary. The next version will be jQuery based and smaller in size.&#60;/p&#62;
&#60;p&#62;You can download bbMenu 1.2 here:&#60;br /&#62;
&#60;a href=&#34;http://www.bbportal.org/bb-downloads/bbmenu1.2.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.bbportal.org/bb-downloads/bbmenu1.2.zip&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-9935</link>
<pubDate>Sun, 05 Aug 2007 13:01:31 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">9935@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;BOX help :D:D:D:D:D can't figure it out! Changed al $r into r1 etc mixed them did all variations, nothing worked. The foreach is wrong i guess...
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-9870</link>
<pubDate>Fri, 03 Aug 2007 20:41:46 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">9870@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay, it loads now without any errors, though it doesn't show any menu tabs. The db table IS filled, but it wont show anything...
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-9869</link>
<pubDate>Fri, 03 Aug 2007 20:34:18 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">9869@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'll try that thanks
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-9868</link>
<pubDate>Fri, 03 Aug 2007 20:24:00 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">9868@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmmm. Let me take a look.&#60;/p&#62;
&#60;p&#62;Either &#60;code&#62;$r1&#60;/code&#62; and &#60;code&#62;$rw&#60;/code&#62; need to be switched, or &#60;code&#62;$r1&#60;/code&#62; isn't an array.&#60;/p&#62;
&#60;p&#62;Edit:&#60;/p&#62;
&#60;p&#62;Lines 358 - 360 should contain the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$r = (array) $bbdb-&#38;gt;query( &#38;quot;SELECT * FROM ~$bbdb-&#38;gt;menu~ WHERE ~set~ = &#38;#39;active&#38;#39; ORDER BY ~order~ ASC&#38;quot; );

  foreach( $r as $rw ) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace the &#60;code&#62;~&#60;/code&#62; with backticks. I don't know how to escape backticks in bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-9812</link>
<pubDate>Thu, 02 Aug 2007 20:57:49 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">9812@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmmm got this error:&#60;br /&#62;
Warning: Invalid argument supplied for foreach() in /home/sites/site116/web/bbpress/my-plugins/bbmenu.php on line 390&#60;/p&#62;
&#60;p&#62;the foreach:&#60;br /&#62;
&#60;code&#62;foreach( $r1 as $rw ) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Null
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-9740</link>
<pubDate>Wed, 01 Aug 2007 21:31:16 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">9740@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Testing this tomorrow after work.... nah after diner after work :)&#60;/p&#62;
&#60;p&#62;Thx for the help mate!&#60;/p&#62;
&#60;p&#62;_Null
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-9736</link>
<pubDate>Wed, 01 Aug 2007 19:14:25 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">9736@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The new changes have been made:&#60;br /&#62;
&#60;a href=&#34;http://www.box.net/shared/cgrj1na0t7&#34; rel=&#34;nofollow&#34;&#62;http://www.box.net/shared/cgrj1na0t7&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>riddle on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-8447</link>
<pubDate>Sun, 24 Jun 2007 16:28:52 +0000</pubDate>
<dc:creator>riddle</dc:creator>
<guid isPermaLink="false">8447@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm a little confused.  The word &#34;portal&#34; is such an overloaded term that I'm having trouble seeing what bbPortal *does*.&#60;/p&#62;
&#60;p&#62;Does it simply add a distinct front page to a bbPress install?  Can it be used to supplement bbPress with &#60;a href=&#34;http://bbpress.org/forums/topic/integrating-standalone-pages-with-or-without-wp?replies=1&#34;&#62;freestanding pages under separate tabs&#60;/a&#62;?  Or something else entirely?&#60;/p&#62;
&#60;p&#62;I've looked back at other bbPortal posts, gone to bbportal.org, etc. and still don't quite get it.  Thanks for any light you can shed.
&#60;/p&#62;</description>
</item>
<item>
<title>maker on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-7375</link>
<pubDate>Sat, 12 May 2007 03:35:59 +0000</pubDate>
<dc:creator>maker</dc:creator>
<guid isPermaLink="false">7375@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;One admin dashboard, it's as simple as a plugin etc , etc.&#60;br /&#62;
There are lots of good little reasons for this plugin. Not everybody wants the complexity of a wordpress blog for their main site entrance. And in my case I already have another wordpress blog integrated into my forums. In the case of those who just want a forum site, this plugin will make things more 'inviting' to the casual visitor.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-7370</link>
<pubDate>Fri, 11 May 2007 21:44:25 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">7370@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah, if you have WP installed go use it. If you don't have it and want something izi, use this :D
&#60;/p&#62;</description>
</item>
<item>
<title>metalvalley on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-7358</link>
<pubDate>Fri, 11 May 2007 08:38:25 +0000</pubDate>
<dc:creator>metalvalley</dc:creator>
<guid isPermaLink="false">7358@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Isn't it so that Wordpress itself can function like a portal?
&#60;/p&#62;</description>
</item>
<item>
<title>suleiman on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-7356</link>
<pubDate>Fri, 11 May 2007 03:11:24 +0000</pubDate>
<dc:creator>suleiman</dc:creator>
<guid isPermaLink="false">7356@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;a real crying shame.
&#60;/p&#62;</description>
</item>
<item>
<title>maker on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-7352</link>
<pubDate>Thu, 10 May 2007 21:45:07 +0000</pubDate>
<dc:creator>maker</dc:creator>
<guid isPermaLink="false">7352@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;that's a real shame
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-7288</link>
<pubDate>Mon, 07 May 2007 17:32:43 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">7288@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;YEah some dude fixed it, but never mailed me the solution :(
&#60;/p&#62;</description>
</item>
<item>
<title>maker on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-7238</link>
<pubDate>Sat, 05 May 2007 06:55:36 +0000</pubDate>
<dc:creator>maker</dc:creator>
<guid isPermaLink="false">7238@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Null,&#60;/p&#62;
&#60;p&#62;Any updates on this issue?
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-6943</link>
<pubDate>Mon, 23 Apr 2007 08:39:02 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">6943@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@ box87, can you give me/sent me what you have changed and where? This error also seems to effect people that use php 5+, so if your changes fixes these errors, I realy would like to have them :D (mauricederegt[at]gmail.com)&#60;/p&#62;
&#60;p&#62;About adding menutabs (not pages); it will be in the next release. You can create new tabs in the admin area and drag&#38;#38;drop them around. Only downside is that the tabs won't be highlighted when you are on the page where the new tab points too. This has to do with the bb_location and knowing-on-what-page-you-are issue (is_pagename) .&#60;/p&#62;
&#60;p&#62;It already is possible to automaticly add a menu tab to your list when activating a plugin that has a page on its own (like the memberlist plugin). But I need to do some more testing for this and documentation of how to do this will proberly be released when bbPress 1.0 (with plugin activation) is released (cause the way this works can be changed)...&#60;/p&#62;
&#60;p&#62;Also I am thinking of rewriting this plugin after the bbPress 1.0 release to use jQuery. 1.0 uses this libary, so why not make use of this and reduce the extra files needed to drag&#38;#38;drop the tabs around :D&#60;/p&#62;
&#60;p&#62;Well for now, send me your fix so I can put it in the next release. Big things are ahead!
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "Plugin: bbMenu 1.1"</title>
<link>http://bbpress.org/forums/topic/plugin-bbmenu-11#post-6917</link>
<pubDate>Sun, 22 Apr 2007 21:16:50 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">6917@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The error is caused by using &#60;code&#62;mysql_query&#60;/code&#62; instead of the ezSQL syntax, &#60;code&#62;$bbdb-&#38;gt;get_results()&#60;/code&#62;. The error shows up several times... I don't know how Null got bbMenu working, unless he has a &#60;code&#62;mysql_connect&#60;/code&#62; somewhere. I had to change 4 or so lines to get this thing functional.&#60;/p&#62;
&#60;p&#62;Null, are you going to add an easy way to add pages? Using phpMyAdmin is cool and all, but it's just not smooth at all.
&#60;/p&#62;</description>
</item>
<item>
<title>detrom on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-6863</link>
<pubDate>Thu, 19 Apr 2007 19:30:26 +0000</pubDate>
<dc:creator>detrom</dc:creator>
<guid isPermaLink="false">6863@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Null I bbmenu is deactivated on my forum, if you want i can activate too try to fix the problem
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-6862</link>
<pubDate>Thu, 19 Apr 2007 17:52:43 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">6862@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I will take a look at it, fixen bbMenu has priority now...
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-6861</link>
<pubDate>Thu, 19 Apr 2007 17:24:25 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">6861@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;em&#62;keith:&#60;br /&#62;
you mean like a read more?&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Yes, that's what I mean. :)
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-6860</link>
<pubDate>Thu, 19 Apr 2007 16:36:31 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">6860@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;keith:&#60;br /&#62;
 you mean like a read more?&#60;/p&#62;
&#60;p&#62;detrom:&#60;br /&#62;
will take a look at it
&#60;/p&#62;</description>
</item>
<item>
<title>detrom on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-6857</link>
<pubDate>Thu, 19 Apr 2007 14:41:12 +0000</pubDate>
<dc:creator>detrom</dc:creator>
<guid isPermaLink="false">6857@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Null, private messages plugins is installed now, try on my forum please&#60;br /&#62;
&#60;a href=&#34;http://foro.bolsageneral.com&#34; rel=&#34;nofollow&#34;&#62;http://foro.bolsageneral.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Plugin: bbPortal 1.2"</title>
<link>http://bbpress.org/forums/topic/plugin-bbportal-12#post-6856</link>
<pubDate>Thu, 19 Apr 2007 14:37:55 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">6856@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Null. :)&#60;/p&#62;
&#60;p&#62;One additional thought... is it possible to limit the length of the post on the portal page, then have a link at the bottom that will take you to the full post in the forum?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
