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

<item>
<title>hellweaver666 on "here's a trick to redirect user back to topic after login"</title>
<link>http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-18169</link>
<pubDate>Mon, 11 Aug 2008 22:07:37 +0000</pubDate>
<dc:creator>hellweaver666</dc:creator>
<guid isPermaLink="false">18169@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Works a charm - thanks _ck_
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "mini-plugin to display member # in profile"</title>
<link>http://bbpress.org/forums/topic/mini-plugin-to-display-member-in-profile#post-18108</link>
<pubDate>Sun, 10 Aug 2008 11:37:38 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18108@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's a mini plugin that will cause the profile page to display the member # (handy if you are using pretty permalinks)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function bb_member_id_in_profile($keys) {	// inserts member id into profile without hacking
global $self;
if (empty($self)==true &#38;#38;&#38;#38; isset($_GET[&#38;#39;tab&#38;#39;])==false &#38;#38;&#38;#38; bb_get_location()==&#38;quot;profile-page&#38;quot;) {
	(array) $keys=array_merge(array_slice((array) $keys, 0 , 1), array(&#38;#39;ID&#38;#39; =&#38;gt; array(0, __(&#38;#39;Member #&#38;#39;))), array_slice((array) $keys,  1));
}
return (array) $keys;
}
add_filter( &#38;#39;get_profile_info_keys&#38;#39;,&#38;#39;bb_member_id_in_profile&#38;#39;,255);  // last item inserted = first item displayed&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>_ck_ on "trick to make relative URLs instead of full URI"</title>
<link>http://bbpress.org/forums/topic/trick-to-make-relative-urls-instead-of-full-uri#post-17690</link>
<pubDate>Sat, 26 Jul 2008 23:12:27 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17690@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;cordoval, there are several dozen bbPress sites on my top1000 list that use subdomains, hence I know it works. Please stop using this incorrect topic for the subject matter, thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>cordoval on "trick to make relative URLs instead of full URI"</title>
<link>http://bbpress.org/forums/topic/trick-to-make-relative-urls-instead-of-full-uri#post-17687</link>
<pubDate>Sat, 26 Jul 2008 18:47:32 +0000</pubDate>
<dc:creator>cordoval</dc:creator>
<guid isPermaLink="false">17687@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Have you installed it on a subdomain yourself?&#60;br /&#62;
I examined the parsing functions and the uri how it is stored in the database. However, I was reluctant that it would not work, I tried but did not work, but partly was because I was changing domain settings on a website.&#60;/p&#62;
&#60;p&#62;Also regarding the uri modifications that I really meant to convey was that I needed to change the uri for a forum that I was moving on my site. I ended up ultimately finding out how to do this. It is actually in the database itself and under user_metatopics or something similar, you just export your database and do a search for uri in the file and you will see what I mean. &#60;/p&#62;
&#60;p&#62;Encouragements, maybe I can try the subdomain install after you confirm me via email preferred.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "trick to make relative URLs instead of full URI"</title>
<link>http://bbpress.org/forums/topic/trick-to-make-relative-urls-instead-of-full-uri#post-17664</link>
<pubDate>Sat, 26 Jul 2008 01:38:48 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17664@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This topic has nothing to do with subdomains, but you can definitely install bbpress on a subdomain. Just enter the appropriate info during setup.
&#60;/p&#62;</description>
</item>
<item>
<title>cordoval on "trick to make relative URLs instead of full URI"</title>
<link>http://bbpress.org/forums/topic/trick-to-make-relative-urls-instead-of-full-uri#post-17663</link>
<pubDate>Sat, 26 Jul 2008 01:18:07 +0000</pubDate>
<dc:creator>cordoval</dc:creator>
<guid isPermaLink="false">17663@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can I install bbpress on a subdomain? Is this possible?&#60;br /&#62;
Please contact me to &#60;a href=&#34;mailto:cordoval@gmail.com&#34;&#62;cordoval@gmail.com&#60;/a&#62;&#60;br /&#62;
Encouragements,
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "trick to fix some email problems with 0.8.x plugins on 0.9.x"</title>
<link>http://bbpress.org/forums/topic/trick-to-fix-some-email-problems-with-08x-plugins-on-09x#post-17503</link>
<pubDate>Tue, 22 Jul 2008 00:52:52 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17503@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Does this plugin available? I hope you may also include Swift Mailer.  I can not put my bbpress on due to this problem.  I'm just using a free hosting.  Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "trick to fix some email problems with 0.8.x plugins on 0.9.x"</title>
<link>http://bbpress.org/forums/topic/trick-to-fix-some-email-problems-with-08x-plugins-on-09x#post-15776</link>
<pubDate>Fri, 25 Apr 2008 20:08:18 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">15776@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I wrote my own replacement plugin for the mail function that uses the Swift Mailer PHP class to call sendmail directly, which should provide better performance over the built-in php mail functions.&#60;/p&#62;
&#60;p&#62;It also gives the the chance to assign a display name to the email address so it comes through as &#34;bbPress Support Forum&#34; instead of just &#34;forum@bbpress.org&#34;.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( !function_exists(&#38;#39;bb_mail&#38;#39;) ) {
function bb_mail($to, $subject, $content, $headers=&#38;#39;&#38;#39;){

        require_once(&#38;#39;PATH_TO/Swift/lib/Swift.php&#38;#39;);
        require_once(&#38;#39;PATH_TO/Swift/lib/Swift/Connection/Sendmail.php&#38;#39;);

        $swift =&#38;#38; new Swift(new Swift_Connection_Sendmail(&#38;quot;/usr/sbin/sendmail -bs&#38;quot;));
        $from = new Swift_Address(&#38;quot;noreply@mysite.com&#38;quot;,&#38;quot;My bbPress Forums&#38;quot;);

        $message =&#38;#38; new Swift_Message($subject, $content);
        if ($swift-&#38;gt;send($message, $to, $from)) {return true;}
        else{ echo &#38;quot;Message failed to send to &#38;quot;.$to.&#38;quot; from &#38;quot;.$from;}
        $swift-&#38;gt;disconnect();
   }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To use this, you'd have to download Swift from their site and put it where it's included in the above code.&#60;br /&#62;
&#60;a href=&#34;http://www.swiftmailer.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.swiftmailer.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could also modify it to connect to an external SMTP server (even the Gmail server, for instance) by changing the Swift_Connection part above using this guide:&#60;br /&#62;
&#60;a href=&#34;http://www.swiftmailer.org/wikidocs/v3/connections/smtp&#34; rel=&#34;nofollow&#34;&#62;http://www.swiftmailer.org/wikidocs/v3/connections/smtp&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "trick to fix some email problems with 0.8.x plugins on 0.9.x"</title>
<link>http://bbpress.org/forums/topic/trick-to-fix-some-email-problems-with-08x-plugins-on-09x#post-15754</link>
<pubDate>Fri, 25 Apr 2008 05:42:28 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15754@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress 0.9 renamed the critical system email address that several plugins rely on (&#34;admin_email&#34; became &#34;from_email&#34;)&#60;/p&#62;
&#60;p&#62;Unfortunately many plugin authors aren't aware of this and the old setting is completely deleted from the database, which makes any older plugin that looks for &#34;admin_email&#34; fail and get a blank address and don't anticipate/test for a blank. So they blindly insert the blank address into emails which causes the emailer to either fail or bounce the message. &#60;/p&#62;
&#60;p&#62;A few of my plugins were affected, I just found another tonight, and there are several third-party ones still unpatched.&#60;/p&#62;
&#60;p&#62;You can work around this problem by putting this into your &#60;code&#62;bb-config.php&#60;/code&#62; (anywhere on a new line)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;admin_email = &#38;#39;email@your-forum.com&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;where &#60;code&#62;&#60;a href=&#34;mailto:email@your-forum.com&#34;&#62;email@your-forum.com&#60;/a&#62;&#60;/code&#62; is the same email address you use inside bbPress on &#60;code&#62;bb-admin/options-general.php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This won't hurt anything, causes no extra load of any kind and simply allows older plugins to work without additional edits until the authors get a chance to upgrade them. &#60;/p&#62;
&#60;p&#62;(Just remember you &#34;hard coded&#34; this address if you ever change the main one for any reason. You can delete it after 1.0 is out and all plugins have upgraded. In fact the old email address will become unused after all the plugin upgrade anyway so this can't hurt anything in practice.)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "trick to make relative URLs instead of full URI"</title>
<link>http://bbpress.org/forums/topic/trick-to-make-relative-urls-instead-of-full-uri#post-15062</link>
<pubDate>Sat, 05 Apr 2008 15:50:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15062@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It was really bothering me how a page full of links was wasting so many bytes on full absolute URI's with the domain name, etc. when all it needed was a tidy relative URL.  The front page alone is 4k bigger just because of all the full URIs on the tag cloud and views, etc.&#60;/p&#62;
&#60;p&#62;ie.   &#60;a href=&#34;http://www.bbpress.org/forums/forum/plugins&#34; rel=&#34;nofollow&#34;&#62;http://www.bbpress.org/forums/forum/plugins&#60;/a&#62;&#60;br /&#62;
vs.  /forums/forum/plugins&#60;br /&#62;
(multiply that by a few hundred)&#60;/p&#62;
&#60;p&#62;So it dawned on me just now that it's fairly easy using filters to make all the urls relative. Just for safety, we don't kick in the relative URLs until bbPress has gotten past the header section of the template. This makes sure that redirects, stylesheets, and javascript is handled properly.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function bb_relative_uri($r) {return &#38;quot;/forums/&#38;quot;; }	// change forums to your path
function bb_relative_domain($r) {return &#38;quot;&#38;quot;; }
function bb_relative() {
add_filter( &#38;#39;bb_get_option_domain&#38;#39;,&#38;#39;bb_relative_domain&#38;#39;,255);
add_filter( &#38;#39;bb_get_option_uri&#38;#39;,&#38;#39;bb_relative_uri&#38;#39;,255);
} add_action(&#38;#39;bb_head&#38;#39;, &#38;#39;bb_relative&#38;#39;,255);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
In some cases, relative URLs actually makes Internet Explorer cache better so this may be helpful for subtle speedups too.&#60;/p&#62;
&#60;p&#62;I haven't discovered anything broken by this yet but be sure to let me know if you run into anything.
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "here's a trick to redirect user back to topic after login"</title>
<link>http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14286</link>
<pubDate>Thu, 06 Mar 2008 03:50:53 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">14286@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For my site, I'm using the bbpress login as the site-wide login...  so when I put a login link on the wordpress side of the site the user would be redirected to the forum every time after login... kinda annoying.&#60;/p&#62;
&#60;p&#62;With this new knowledge I should be able to fix it so they are redirected back, even to a non-bbpress page.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "here's a trick to redirect user back to topic after login"</title>
<link>http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14276</link>
<pubDate>Wed, 05 Mar 2008 15:33:04 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14276@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I should note that mdawaffe has pointed out to me that apparently bbPress would do this previously if the user has referer's enabled in their browser. But since most &#34;personal firewalls&#34; block referers by default, you can't count on that behavior and this change will make it always work instead.&#60;/p&#62;
&#60;p&#62;0.8.4 will supposedly have this new ability by default...
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "here's a trick to redirect user back to topic after login"</title>
<link>http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14269</link>
<pubDate>Wed, 05 Mar 2008 00:39:45 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">14269@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very nice... that was on my todo list to figure out.&#60;/p&#62;
&#60;p&#62;You rule. As usual.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "here's a trick to redirect user back to topic after login"</title>
<link>http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14268</link>
<pubDate>Tue, 04 Mar 2008 22:18:11 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14268@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I had not seen this posted before and I just (finally) figured it out so I thought I'd share.&#60;/p&#62;
&#60;p&#62;If you'd like to give the user a friendly redirect  back to the topic (or forum) they were at just before they logged in (instead of the front page) simply open the &#60;code&#62;login-form.php&#60;/code&#62; template in your theme and add this BEFORE the final &#60;code&#62;&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;re&#38;quot; value=&#38;quot;&#38;lt;?php echo &#38;quot;http://&#38;quot;.$_SERVER[&#38;#39;HTTP_HOST&#38;#39;].$_SERVER[&#38;quot;REQUEST_URI&#38;quot;].&#38;#39;?&#38;#39;.$_SERVER[&#38;quot;QUERY_STRING&#38;quot;]; ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;_wp_http_referer&#38;quot; value=&#38;quot;&#38;lt;?php echo  bb_get_option( &#38;#39;uri&#38;#39; ) ?&#38;gt;&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Should work on anything except maybe IIS.
&#60;/p&#62;</description>
</item>
<item>
<title>cart3r on "Totomer.com"</title>
<link>http://bbpress.org/forums/topic/totomercom#post-13849</link>
<pubDate>Fri, 15 Feb 2008 04:08:55 +0000</pubDate>
<dc:creator>cart3r</dc:creator>
<guid isPermaLink="false">13849@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The notions about the fold and some other things finally got through me. I just changed things around further; requiring registration to see the content, among other things.&#60;/p&#62;
&#60;p&#62;I really like how easy it was with BBpress to make these changes possible - literally less than 20mins. To make things show up only when a user is logged in, I used a bunch of these:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
						if ( bb_is_user_logged_in() ) {&#60;br /&#62;
							include 'path/to/include.php';&#60;br /&#62;
						}&#60;br /&#62;
						else {&#60;br /&#62;
							echo ' ';&#60;br /&#62;
						}&#60;/p&#62;
&#60;p&#62;						?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>onecare on "Totomer.com"</title>
<link>http://bbpress.org/forums/topic/totomercom#post-13765</link>
<pubDate>Wed, 13 Feb 2008 07:15:10 +0000</pubDate>
<dc:creator>onecare</dc:creator>
<guid isPermaLink="false">13765@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Agree with cK. good work, keep it up.
&#60;/p&#62;</description>
</item>
<item>
<title>cart3r on "Totomer.com"</title>
<link>http://bbpress.org/forums/topic/totomercom#post-13759</link>
<pubDate>Wed, 13 Feb 2008 03:02:31 +0000</pubDate>
<dc:creator>cart3r</dc:creator>
<guid isPermaLink="false">13759@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the comments. I spent a good amount of time while I was designing this deciding how much I want to have above the fold. This article on Boxes and Arrows was what really did it for me, though: &#60;a href=&#34;http://www.boxesandarrows.com/view/blasting-the-myth-of&#34; rel=&#34;nofollow&#34;&#62;http://www.boxesandarrows.com/view/blasting-the-myth-of&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Totomer.com"</title>
<link>http://bbpress.org/forums/topic/totomercom#post-13737</link>
<pubDate>Tue, 12 Feb 2008 11:17:26 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13737@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very nice clean design.&#60;/p&#62;
&#60;p&#62;Just a suggestion that you've got a bit much &#34;above the fold&#34; on that front page. People with regular 1024x768  or 1280x800 viewing areas may never see the bottom part. You may want to try to reduce the vertical height of the login/welcome/search box on top?
&#60;/p&#62;</description>
</item>
<item>
<title>cart3r on "Totomer.com"</title>
<link>http://bbpress.org/forums/topic/totomercom#post-13732</link>
<pubDate>Tue, 12 Feb 2008 03:32:06 +0000</pubDate>
<dc:creator>cart3r</dc:creator>
<guid isPermaLink="false">13732@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is a sideproject I've been working on for a while that I put into production very recently. It's a web site for students where they can collaborate on assignments, share work, get work reviewed, ask questions etc. When I was an undergrad I always wanted a site like this; unfortunately, there really wasn't one available. So, once I graduated (about 2 months ago), I decided to start putting one together.&#60;/p&#62;
&#60;p&#62;The site is run on BBPress. The theme is completely custom, and it required lots of tweaking - both to template files and to some core files to get it to work more or less how I wanted. If you have any questions about how I did something with this theme let me know.&#60;/p&#62;
&#60;p&#62;Also, if I may plug it, I had an idea for a unique advertising model (I think) that I couldn't let go to waste - inspired by the million dollar homepage by Alex Tew... the entire background of the site is available as adspace for a measly $64.00 per square... the ads would create a mosaic that the content would overlay - becoming a part of the site's design.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "show me all your mini-plugin functions"</title>
<link>http://bbpress.org/forums/topic/show-me-all-your-mini-plugin-functions#post-13627</link>
<pubDate>Mon, 04 Feb 2008 16:24:14 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13627@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's one I forgot I wrote awhile back:&#60;/p&#62;
&#60;p&#62;Grab the number of users who call any particular topic a favorite:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/favourites?replies=5#post-8764&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/favourites?replies=5#post-8764&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "show me all your mini-plugin functions"</title>
<link>http://bbpress.org/forums/topic/show-me-all-your-mini-plugin-functions#post-13618</link>
<pubDate>Sun, 03 Feb 2008 21:01:22 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">13618@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's a function that changes the last poster to a link to the last post:&#60;/p&#62;
&#60;p&#62;function geek_addlatest_link()&#60;br /&#62;
{&#60;br /&#62;
	global $topic;&#60;br /&#62;
	echo ' &#60;a&#62;topic_id) . '&#34;&#38;gt;'.get_topic_last_poster($topic-&#38;gt;topic_id).'&#60;/a&#62;';&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Just needs to be added into a theme like this:&#60;/p&#62;
&#60;p&#62;&#38;lt;td class=&#34;num&#34;&#38;gt;&#38;lt;?php topic_posts(); ?&#38;gt;&#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;td class=&#34;num&#34;&#38;gt;&#38;lt;?php geek_addlatest_link(); ?&#38;gt;&#38;lt;/td&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "show me all your mini-plugin functions"</title>
<link>http://bbpress.org/forums/topic/show-me-all-your-mini-plugin-functions#post-13617</link>
<pubDate>Sun, 03 Feb 2008 20:21:55 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">13617@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is a great idea.&#60;/p&#62;
&#60;p&#62;I'm not sure if anybody made an official plugin out of this one:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/limit-long-words?replies=13#post-10120&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/limit-long-words?replies=13#post-10120&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "show me all your mini-plugin functions"</title>
<link>http://bbpress.org/forums/topic/show-me-all-your-mini-plugin-functions#post-13564</link>
<pubDate>Fri, 01 Feb 2008 18:44:57 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13564@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There are a number of little mini-plugins in simple code form that have never been published in the plugin browser, floating around the forum.&#60;/p&#62;
&#60;p&#62;I've written several myself and already use a single file called &#34;bb-tweaks.php&#34; to keep track of them.&#60;/p&#62;
&#60;p&#62;Let's publish a collective bb-tweaks.php plugin that has them all, with all the actions hooks or direct calls disabled but documented so others can take advantage of the features.&#60;/p&#62;
&#60;p&#62;Post your code, or link to other's code found buried on the forum, here?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
