<?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>Rayd Forums: Forum: Plugins - Recent Topics</title>
<link>http://www.rayd.org/forums/</link>
<description>Rayd Forums: Forum: Plugins - Recent Topics</description>
<language>en</language>
<pubDate>Fri, 30 Jul 2010 04:01:54 +0000</pubDate>

<item>
<title>Ardentfrost on "Private Messages Plugin"</title>
<link>http://www.rayd.org/forums/topic/44#post-504</link>
<pubDate>Fri, 22 Dec 2006 10:23:13 +0000</pubDate>
<dc:creator>Ardentfrost</dc:creator>
<guid isPermaLink="false">504@http://www.rayd.org/forums/</guid>
<description>&#60;p&#62;Plugin Name: BBPress Private Messaging&#60;br /&#62;
Plugin URI: &#60;a href=&#34;http://faq.rayd.org/bbpress_private_message/&#34; rel=&#34;nofollow&#34;&#62;http://faq.rayd.org/bbpress_private_message/&#60;/a&#62;&#60;br /&#62;
Description: Integrates Private Messages into BBPress&#60;br /&#62;
Author: Joshua Hutchins&#60;br /&#62;
Change Log:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;.80
&#60;ul&#62;
&#60;li&#62;Added template functionality&#60;/li&#62;
&#60;li&#62;Fixed WPMU Integration&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Author URI: &#60;a href=&#34;http://ardentfrost.rayd.org/&#34; rel=&#34;nofollow&#34;&#62;http://ardentfrost.rayd.org/&#60;/a&#62;&#60;br /&#62;
Version: 0.80
&#60;/p&#62;</description>
</item>
<item>
<title>Ardentfrost on "Memberlist Plugin"</title>
<link>http://www.rayd.org/forums/topic/41#post-501</link>
<pubDate>Fri, 22 Dec 2006 10:07:18 +0000</pubDate>
<dc:creator>Ardentfrost</dc:creator>
<guid isPermaLink="false">501@http://www.rayd.org/forums/</guid>
<description>&#60;p&#62;Plugin Name: Memberlist&#60;br /&#62;
Plugin URI: &#60;a href=&#34;http://faq.rayd.org/memberlist/&#34; rel=&#34;nofollow&#34;&#62;http://faq.rayd.org/memberlist/&#60;/a&#62;&#60;br /&#62;
Description: Displays all active members&#60;br /&#62;
Author: Joshua Hutchins&#60;br /&#62;
Author URI: &#60;a href=&#34;http://ardentfrost.rayd.org/&#34; rel=&#34;nofollow&#34;&#62;http://ardentfrost.rayd.org/&#60;/a&#62;&#60;br /&#62;
Version: .80&#60;/p&#62;
&#60;p&#62;Change Log: &#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;.73a
&#60;ul&#62;
&#60;li&#62;Added Active User Count on memberlist page&#60;/li&#62;
&#60;li&#62;Added support for multiple pages (default is 10 per page)&#60;/li&#62;
&#60;li&#62;Added better support for WPMU integration&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;.73b
&#60;ul&#62;
&#60;li&#62;Added optional functionality to sort by post count
&#60;ul&#62;
&#60;li&#62;Requires Post Count plugin and uncommented post count code on memberlist.php&#60;/li&#62;
&#60;li&#62;Get Post Count from here: &#60;a href=&#34;http://faq.rayd.org/bbpress_postcount&#34; rel=&#34;nofollow&#34;&#62;http://faq.rayd.org/bbpress_postcount&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;Fixed some strange behavior with page changing combined with ordering&#60;/li&#62;
&#60;li&#62;Added ability to change the number of users per page&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;.73c
&#60;ul&#62;
&#60;li&#62;Small change for servers that need rewrite rules in .htaccess&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;.80
&#60;ul&#62;
&#60;li&#62;Made the plugin compatible with themes&#60;/li&#62;
&#60;li&#62;Plugin now deletes users from the database (instead of changing their status)&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;/ul&#62;</description>
</item>
<item>
<title>Janka on "Private Messaging Plugin + BBemoticons plugin"</title>
<link>http://www.rayd.org/forums/topic/238#post-1571</link>
<pubDate>Tue, 29 Apr 2008 17:27:49 +0000</pubDate>
<dc:creator>Janka</dc:creator>
<guid isPermaLink="false">1571@http://www.rayd.org/forums/</guid>
<description>&#60;p&#62;Hi, i have the bbpress 0.9.0.2 installed.&#60;br /&#62;
I try to enable BBemoticons for Private Messaging Plugin.&#60;br /&#62;
I modified the file bb-emoticons.php add at last line this command:&#60;br /&#62;
bb_add_filter('pm_text', array(&#38;#38;$bbemoticons, 'convert_smilies'));&#60;/p&#62;
&#60;p&#62;I have add the line:&#60;br /&#62;
&#38;lt;?php bb_do_action('bb_grins'); ?&#38;gt;&#60;br /&#62;
into file pm-user-form.php&#60;/p&#62;
&#60;p&#62;And i have add the line:&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34; src=&#34;'. bb_get_option('uri') .&#60;br /&#62;
'my-plugins/bb-emoticons.php?bb_grins_output=javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
before&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
in the file header.php of template.&#60;/p&#62;
&#60;p&#62;I see the emoticons in the private messages :-)&#60;br /&#62;
but when i click on the smile,&#60;br /&#62;
i see an exception in the javascript :-(&#60;/p&#62;
&#60;p&#62;the plugin run correctly in the normal message of forum.&#60;/p&#62;
&#60;p&#62;Can you help me?&#60;br /&#62;
Thank's
&#60;/p&#62;</description>
</item>
<item>
<title>Lewnatick on "WordPress / PicasaWeb Tie-In"</title>
<link>http://www.rayd.org/forums/topic/196#post-1346</link>
<pubDate>Fri, 21 Dec 2007 14:13:08 +0000</pubDate>
<dc:creator>Lewnatick</dc:creator>
<guid isPermaLink="false">1346@http://www.rayd.org/forums/</guid>
<description>&#60;p&#62;Would any of you have any interest in a PicasaWeb-oriented plugin of some sort for WordPress?  If so, what type of features/functionality would you want?
&#60;/p&#62;</description>
</item>
<item>
<title>Ardentfrost on "Avatar Plugin"</title>
<link>http://www.rayd.org/forums/topic/42#post-502</link>
<pubDate>Fri, 22 Dec 2006 10:10:45 +0000</pubDate>
<dc:creator>Ardentfrost</dc:creator>
<guid isPermaLink="false">502@http://www.rayd.org/forums/</guid>
<description>&#60;p&#62;Plugin Name: Avatar&#60;br /&#62;
Plugin URI: &#60;a href=&#34;http://faq.rayd.org/bbpress_avatar/&#34; rel=&#34;nofollow&#34;&#62;http://faq.rayd.org/bbpress_avatar/&#60;/a&#62;&#60;br /&#62;
Description: Allows users to specify an external address to an avatar that will be shown when they post&#60;br /&#62;
Author: Joshua Hutchins&#60;br /&#62;
Author URI: &#60;a href=&#34;http://ardentfrost.rayd.org/&#34; rel=&#34;nofollow&#34;&#62;http://ardentfrost.rayd.org/&#60;/a&#62;&#60;br /&#62;
Version: .73a&#60;/p&#62;
&#60;p&#62;Change Log: &#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;.73a
&#60;ul&#62;
&#60;li&#62;Adjusts implementation so that core files no longer have to be changed&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;/ul&#62;</description>
</item>
<item>
<title>Ardentfrost on "Plugin Requests"</title>
<link>http://www.rayd.org/forums/topic/46#post-506</link>
<pubDate>Fri, 22 Dec 2006 10:36:06 +0000</pubDate>
<dc:creator>Ardentfrost</dc:creator>
<guid isPermaLink="false">506@http://www.rayd.org/forums/</guid>
<description>&#60;p&#62;I hope to keep this list up-to-date so people can see what I'm working on, have finished, and will work on soon.  I do this in my spare time, so there will be no deadlines or timelines.  I also work on whichever one I get an idea about (so, if something pops in my head and I think I can finish it fast, I tend to finish it before doing other ones that may be more important).&#60;/p&#62;
&#60;p&#62;Also, I have no idea what will be in future releases of the board software, so stuff may become out dated, or drop off the to-do list if it's done in a release.  We will be keeping the forum software up-to-date.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Completed/Installed&#60;/strong&#62;:&#60;br /&#62;
&#60;em&#62;&#60;a href=&#34;http://faq.rayd.org/bbpress_avatar/&#34;&#62;Avatar&#60;/a&#62;&#60;/em&#62; made by Josh Hutchins&#60;br /&#62;
&#60;em&#62;Allow IMG Tags&#60;/em&#62; by Michael Adams (you can use &#60;code&#62;&#38;lt;img&#38;gt; pic link &#38;lt;img /&#38;gt;&#60;/code&#62; and that / is important)&#60;br /&#62;
&#60;em&#62;&#60;a href=&#34;http://faq.rayd.org/bbpress_postcount/&#34;&#62;Post Count&#60;/a&#62;&#60;/em&#62; by Josh Hutchins (as seen above avatars and in profiles)&#60;br /&#62;
&#60;em&#62;Online List&#60;/em&#62; by Thomas Klaiber (this is seen on the front page, and shows the last time someone was online in their profile)&#60;br /&#62;
&#60;em&#62;&#60;a href=&#34;http://faq.rayd.org/bbpress_limit_recent_activity/&#34;&#62;Limit &#34;Latest Discussion&#34;&#60;/a&#62;&#60;/em&#62; by Josh Hutchins (discussions will only show on &#34;Latest Discussions&#34; list for 1 week of inactivity)&#60;br /&#62;
&#60;em&#62;Rayd Forum Feed&#60;/em&#62; programmed by Josh Hutchins help received from Joe Goble (srsly, thanks for the help Joe)&#60;br /&#62;
&#60;em&#62;&#60;a href=&#34;http://faq.rayd.org/memberlist/&#34;&#62;Member List&#60;/a&#62;&#60;/em&#62; by Josh Hutchins (Future release will add multiple pages)&#60;br /&#62;
&#60;em&#62;&#60;a href=&#34;http://www.adityanaik.com/projects/plugins/bb-site-options/&#34;&#62;Site Options&#60;/a&#62;&#60;/em&#62; by Aditya Naik (This is an admin plugin that allows plugins to send settings to a page where they can be set)&#60;br /&#62;
&#60;em&#62;&#60;a href=&#34;http://faq.rayd.org/bbpress_private_message/&#34;&#62;Private Messages&#60;/a&#62;&#60;/em&#62; by Josh Hutchins&#60;br /&#62;
&#60;em&#62;&#60;a href=&#34;http://forum.trentadams.ca/&#34;&#62;Mobile BBPress&#60;/a&#62;&#60;/em&#62; by Trent Adams (forums look different for Mobile devices)&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;In Progress&#60;/strong&#62;:&#60;br /&#62;
&#60;em&#62;Emoticons&#60;/em&#62; by Hiromasa adjusted by Josh Hutchins (Tim has taken lead on this and has a little more work to do)&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Future Projects/Requests&#60;/strong&#62;:&#60;br /&#62;
Quote Post&#60;br /&#62;
Private Forums&#60;br /&#62;
Visual representation of seen and unseen threads (css solution in place for now)&#60;br /&#62;
Post Preview&#60;br /&#62;
Signatures&#60;br /&#62;
View first unread post&#60;/p&#62;
&#60;p&#62;If anyone has more suggestions for projects, just let me know here and I'll adjust this first post.
&#60;/p&#62;</description>
</item>
<item>
<title>Ardentfrost on "Limit Latest Discussion Plugin"</title>
<link>http://www.rayd.org/forums/topic/45#post-505</link>
<pubDate>Fri, 22 Dec 2006 10:24:52 +0000</pubDate>
<dc:creator>Ardentfrost</dc:creator>
<guid isPermaLink="false">505@http://www.rayd.org/forums/</guid>
<description>&#60;p&#62;Plugin Name: Limit Latest Discussion&#60;br /&#62;
Plugin URI: &#60;a href=&#34;http://faq.rayd.org/bbpress_limit_recent_activity/&#34; rel=&#34;nofollow&#34;&#62;http://faq.rayd.org/bbpress_limit_recent_activity/&#60;/a&#62;&#60;br /&#62;
Description: Allows a inactivity limit to be set on &#34;Latest Discussion&#34; (default of 7 days) so that only threads active within that limit are shown.&#60;br /&#62;
Author: Joshua Hutchins&#60;br /&#62;
Author URI: &#60;a href=&#34;http://ardentfrost.rayd.org/&#34; rel=&#34;nofollow&#34;&#62;http://ardentfrost.rayd.org/&#60;/a&#62;&#60;br /&#62;
Version: 0.73
&#60;/p&#62;</description>
</item>
<item>
<title>Ardentfrost on "Post Count Plugin"</title>
<link>http://www.rayd.org/forums/topic/43#post-503</link>
<pubDate>Fri, 22 Dec 2006 10:21:27 +0000</pubDate>
<dc:creator>Ardentfrost</dc:creator>
<guid isPermaLink="false">503@http://www.rayd.org/forums/</guid>
<description>&#60;p&#62;Plugin Name: Post Count&#60;br /&#62;
Plugin URI: &#60;a href=&#34;http://faq.rayd.org/bbpress_postcount/&#34; rel=&#34;nofollow&#34;&#62;http://faq.rayd.org/bbpress_postcount/&#60;/a&#62;&#60;br /&#62;
Description: Allows post count to be easily displayed, just add post_count() wherever you want it&#60;br /&#62;
Author: Joshua Hutchins&#60;br /&#62;
Author URI: &#60;a href=&#34;http://ardentfrost.rayd.org/&#34; rel=&#34;nofollow&#34;&#62;http://ardentfrost.rayd.org/&#60;/a&#62;&#60;br /&#62;
Version: .73a&#60;/p&#62;
&#60;p&#62;Change Log: &#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;.73a
&#60;ul&#62;
&#60;li&#62;No longer counts posts that have been deleted or marked as spam&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;/ul&#62;</description>
</item>

</channel>
</rss>
