<?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 Topic: Titles for topic replies?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Titles for topic replies?</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 15:28:39 +0000</pubDate>

<item>
<title>louisedade on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5382</link>
<pubDate>Sun, 11 Mar 2007 14:49:47 +0000</pubDate>
<dc:creator>louisedade</dc:creator>
<guid isPermaLink="false">5382@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.classical-webdesigns.co.uk/articles/36_bbpress-plugin-add-titles-to-replies.html&#34; title=&#34;Webpage to download plugin&#34;&#62;Add Titles to Replies plugin&#60;/a&#62; version 0.2 now available.&#60;/p&#62;
&#60;p&#62;CHANGELOG&#60;br /&#62;
* 2007-03-11 ver. 0.2 enabled the title to be edited in “Edit Post” + template changes.&#60;br /&#62;
* 2007-03-10 ver. 0.1 relased&#60;/p&#62;
&#60;p&#62;Edit: just seen Trent's post - will see about adding it to repositry.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5381</link>
<pubDate>Sun, 11 Mar 2007 14:49:33 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5381@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sounds good!   When you get this fixed up, create a new entry with a title like &#34;Plugin:  Topic Reply Titles&#34; or something like that so that people know where to find it and maybe think about going over to the 'Extend&#34; tab and adding it to the plugin repository!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>louisedade on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5380</link>
<pubDate>Sun, 11 Mar 2007 13:30:24 +0000</pubDate>
<dc:creator>louisedade</dc:creator>
<guid isPermaLink="false">5380@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oops, I'm a plonker - I forgot to include the ability to edit the title in 'Edit Post' .  If anybody spotted it, don't worry,  I'll fix that today.
&#60;/p&#62;</description>
</item>
<item>
<title>louisedade on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5359</link>
<pubDate>Sat, 10 Mar 2007 15:15:44 +0000</pubDate>
<dc:creator>louisedade</dc:creator>
<guid isPermaLink="false">5359@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've managed to create a plugin that adds titles to replies - and documented it.  The plugin is available for download from my website:&#60;br /&#62;
&#60;a href=&#34;http://www.classical-webdesigns.co.uk/articles/36_bbpress-plugin-add-titles-to-replies.html&#34; rel=&#34;nofollow&#34;&#62;http://www.classical-webdesigns.co.uk/articles/36_bbpress-plugin-add-titles-to-replies.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Comments and suggestions are welcome.&#60;/p&#62;
&#60;p&#62;One other thing, re:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#34;Preview sounds good - but better yet would be an AJAX thing that means you don't even have to reload the page when you post. :D&#34;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;That's what I meant by using the DOM. In fact there would be no need for AJAX even - by using the javascript DOM you can 'preview in place' the post you are currently working on. If users do not have javascript enabled, then graceful degradation would mean that a button to view the preview on a separate page would be visible.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5263</link>
<pubDate>Wed, 07 Mar 2007 16:26:44 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5263@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Judging by the wordpress system (the documentation is quite good), 10 is default priority and plugins are executed in order of descending priority (so a plugin of 1 comes before 2). In WP the last two arguments are optional.&#60;/p&#62;
&#60;p&#62;Preview sounds good - but better yet would be an AJAX thing that means you don't even have to reload the page when you post. :D
&#60;/p&#62;</description>
</item>
<item>
<title>louisedade on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5252</link>
<pubDate>Wed, 07 Mar 2007 10:59:39 +0000</pubDate>
<dc:creator>louisedade</dc:creator>
<guid isPermaLink="false">5252@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ahhh, pieces fall into place!  I'm using the 'path-to-url' fix plugin and see that it uses the following filter to replace the ' bb_path_to_url' function:&#60;/p&#62;
&#60;p&#62;add_filter( 'bb_path_to_url', 'fix_bb_path_to_url', 1, -1 );&#60;/p&#62;
&#60;p&#62;So that is the syntax I'm looking for (obviously replacing the functions I need).&#60;/p&#62;
&#60;p&#62;Looking at the 'add_filter' function, I can work out that '1' sets the priority and '-1' is a boolean flag indicating whether the new function accepts arguments.&#60;/p&#62;
&#60;p&#62;Would I be right in saying that by setting the new function to a priority of '1' means it overwrites the old function?&#60;/p&#62;
&#60;p&#62;If so, then does setting it with a lower priority (e.g. '2') makes it run &#60;em&#62;after&#60;/em&#62; the old function and before any other functions, as if extending the function?&#60;/p&#62;
&#60;p&#62;Just had to edit this post, which gives me another idea:  a 'Preview' button! Maybe 'preview in place' using the DOM, like some WP comments sections.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5225</link>
<pubDate>Tue, 06 Mar 2007 21:38:23 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5225@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Err ... probably! In Wordpress you have both hooks and filters, where hooks are there to add actions and filters to change the data going to and leaving the database (like your post - adding stuff to links etc), but they're almost identical. Never used this in bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5161</link>
<pubDate>Mon, 05 Mar 2007 17:55:02 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">5161@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;fel64, &#60;/p&#62;
&#60;p&#62;When you mention the &#34;Hooks&#34;, are you referring to the lines at the bottom that say &#34;add_filter&#34;?  I think this is what you mean, but I thought I'd make sure.  It's time to try out my first plugin!  :)
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5157</link>
<pubDate>Mon, 05 Mar 2007 17:01:11 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5157@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You should use hooks to make it automatically call your function when that hook is called - the syntax is &#60;em&#62;something like&#60;/em&#62; &#60;code&#62;add_action(&#38;#39;hook name&#38;#39;, &#38;#39;function name&#38;#39;)&#60;/code&#62; if I recall correctly. Look at existing plugins for details of how to do it.&#60;/p&#62;
&#60;p&#62;There isn't a reference for hooks that I'm aware of, sorry.
&#60;/p&#62;</description>
</item>
<item>
<title>louisedade on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5155</link>
<pubDate>Mon, 05 Mar 2007 10:57:08 +0000</pubDate>
<dc:creator>louisedade</dc:creator>
<guid isPermaLink="false">5155@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, I got it working, but it uses a hack rather than a plugin.  It wasn't too hard, I guess I could document the hack until such time as I work out how to make it a plugin.&#60;/p&#62;
&#60;p&#62;The thing I don't quite 'get' yet (not having made a plugin for either WordPress or bbPress before) is how to modify the behaviour of an existing function. If I write my own version of a function, will it overwrite the existing function?
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5140</link>
<pubDate>Sun, 04 Mar 2007 15:34:04 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5140@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It would be great if you could create a plugin for it and then mdawaffe can look at it and decide if it is something needed for the core.    That way, if it isn't, you will have it and there are many users that would most likely love to see this as well!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>louisedade on "Titles for topic replies?"</title>
<link>http://bbpress.org/forums/topic/titles-for-topic-replies#post-5130</link>
<pubDate>Sun, 04 Mar 2007 11:49:59 +0000</pubDate>
<dc:creator>louisedade</dc:creator>
<guid isPermaLink="false">5130@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is it possible to have a 'title' field for replies to topics?  My forum users are used to crafting clever titles in their replies.&#60;/p&#62;
&#60;p&#62;I could probably make it a plugin, but it would mean changing the database - unless there is an easier way?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
