<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; User Favorites: yoyo</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: yoyo</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:42:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>mazdakam on "Automatically add user topics to favorites"</title>
			<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9443</link>
			<pubDate>Fri, 27 Jul 2007 19:36:34 +0000</pubDate>
			<dc:creator>mazdakam</dc:creator>
			<guid isPermaLink="false">9443@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>so keep do it because i am searched whoe of the internet and didn't find anything<br />
i know if you develop this plug in it will be one of popular plugin
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Automatically add user topics to favorites"</title>
			<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9433</link>
			<pubDate>Fri, 27 Jul 2007 14:54:00 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">9433@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Keep in mind that bbpress already tracks all topics started and all recent replies by each user in their profile. </p>
<p>Subscribing to individual threads is something probably better suited to the notification plugin. Serialized meta data would have to be added to each topic with each user subscribed and then removed when unsubscribed. I guess I can look into it eventually if no-one else creates such a feature.
</p>]]></description>
					</item>
		<item>
			<title>mazdakam on "Automatically add user topics to favorites"</title>
			<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9431</link>
			<pubDate>Fri, 27 Jul 2007 14:21:06 +0000</pubDate>
			<dc:creator>mazdakam</dc:creator>
			<guid isPermaLink="false">9431@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i named the file top2fav.php means topic to favorites
</p>]]></description>
					</item>
		<item>
			<title>mazdakam on "Automatically add user topics to favorites"</title>
			<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9430</link>
			<pubDate>Fri, 27 Jul 2007 14:20:00 +0000</pubDate>
			<dc:creator>mazdakam</dc:creator>
			<guid isPermaLink="false">9430@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>wow! it worked! really thanks :)<br />
so it would be excellent add to fav automatically if each user  reply the post</p>
<p>and also give an option to user to add/remove this setting as default each time he or she wants</p>
<p>is it posible for you?<br />
other forums has this function by deafult
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Automatically add user topics to favorites"</title>
			<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9413</link>
			<pubDate>Fri, 27 Jul 2007 07:33:10 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">9413@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Automatically adding a user's new topic to their own favorites is as simple as this plugin. I've unhooked the notification plugin so users don't get emailed for their own new topics starting.</p>
<pre><code>&#60;?php
/*
 * Plugin Name: User Topics To Favorites
 * Plugin Description: automatically adds new topics created by a user to their favorites
 * Author: _ck_
 * Author URI: <a href="http://CKon.wordpress.com" rel="nofollow">http://CKon.wordpress.com</a>
 * Plugin URI: <a href="http://CKon.wordpress.com" rel="nofollow">http://CKon.wordpress.com</a>
 * Version: 0.1
 */

function user_topics_to_favorites($topic_id) {
remove_action(&#39;bb_new_post&#39;, &#39;notification_new_post&#39;);  // don&#39;t email users about their new topic
$topic = get_topic( get_topic_id( $topic_id ) );  // fetch topic poster&#39;s  id
bb_add_user_favorite( $topic-&#62;topic_poster, $topic_id );
}
add_action(&#39;bb_new_topic&#39;, &#39;user_topics_to_favorites&#39;);

?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>mazdakam on "Automatically add user topics to favorites"</title>
			<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9412</link>
			<pubDate>Fri, 27 Jul 2007 04:35:11 +0000</pubDate>
			<dc:creator>mazdakam</dc:creator>
			<guid isPermaLink="false">9412@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>it is what i need too!
</p>]]></description>
					</item>
		<item>
			<title>Staffan on "Post without acoount"</title>
			<link>http://bbpress.org/forums/topic/post-without-acoount#post-5039</link>
			<pubDate>Thu, 01 Mar 2007 16:58:01 +0000</pubDate>
			<dc:creator>Staffan</dc:creator>
			<guid isPermaLink="false">5039@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any news on this?
</p>]]></description>
					</item>
		<item>
			<title>bbpressfriend on "Post without acoount"</title>
			<link>http://bbpress.org/forums/topic/post-without-acoount#post-4556</link>
			<pubDate>Fri, 16 Feb 2007 13:56:17 +0000</pubDate>
			<dc:creator>bbpressfriend</dc:creator>
			<guid isPermaLink="false">4556@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>me too!
</p>]]></description>
					</item>
		<item>
			<title>Staffan on "Post without acoount"</title>
			<link>http://bbpress.org/forums/topic/post-without-acoount#post-4555</link>
			<pubDate>Fri, 16 Feb 2007 13:06:34 +0000</pubDate>
			<dc:creator>Staffan</dc:creator>
			<guid isPermaLink="false">4555@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would also be interested in such a plugin...
</p>]]></description>
					</item>
		<item>
			<title>Null on "Repair: Empty Post"</title>
			<link>http://bbpress.org/forums/topic/repair-empty-post#post-4025</link>
			<pubDate>Mon, 05 Feb 2007 10:43:57 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">4025@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>An auto-doublepost-remover hmmmm that would be nice indeed! I suggest you put this in the trac
</p>]]></description>
					</item>
		<item>
			<title>Null on "I added WYSIWYG to my bbpress"</title>
			<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-4024</link>
			<pubDate>Mon, 05 Feb 2007 10:17:29 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">4024@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hmm I was working on such a plugin too. Also looked at FCKeditor, but it is kinda big and doesn't work with Opera. I haven't had good experience with TinyMCE, so I've decided to use an opensource WYSIWYG.</p>
<p>It aint finished and if these other editors work good, there is no need for another one.
</p>]]></description>
					</item>
		<item>
			<title>Trent Adams on "Automatically add user topics to favorites"</title>
			<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-4012</link>
			<pubDate>Mon, 05 Feb 2007 03:16:32 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">4012@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would request that from the author in that plugin post that you referenced above.   I would imagine that it wouldn't be too hard to change the code if you know how the plugin works!</p>
<p>Trent
</p>]]></description>
					</item>
		<item>
			<title>Trent Adams on "Post without acoount"</title>
			<link>http://bbpress.org/forums/topic/post-without-acoount#post-4011</link>
			<pubDate>Mon, 05 Feb 2007 03:14:54 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">4011@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Currently annoynmous posting isn't in the cards, but maybe a plugin will surface now that in the next version to be released, the login code is pluggable....</p>
<p>Trent
</p>]]></description>
					</item>
		<item>
			<title>Trent Adams on "Repair: Empty Post"</title>
			<link>http://bbpress.org/forums/topic/repair-empty-post#post-4010</link>
			<pubDate>Mon, 05 Feb 2007 03:13:37 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">4010@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Will take note of that.   Thanks for the feedback!</p>
<p>Trent
</p>]]></description>
					</item>
		<item>
			<title>yoyo on "Repair: Empty Post"</title>
			<link>http://bbpress.org/forums/topic/repair-empty-post#post-4008</link>
			<pubDate>Mon, 05 Feb 2007 03:12:12 +0000</pubDate>
			<dc:creator>yoyo</dc:creator>
			<guid isPermaLink="false">4008@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It would be nice to check for double posts.</p>
<p>I got a time out / back button in browser / resend the post, uuups - double post.
</p>]]></description>
					</item>
		<item>
			<title>yoyo on "Repair: Empty Post"</title>
			<link>http://bbpress.org/forums/topic/repair-empty-post#post-4007</link>
			<pubDate>Mon, 05 Feb 2007 03:08:57 +0000</pubDate>
			<dc:creator>yoyo</dc:creator>
			<guid isPermaLink="false">4007@http://bbpress.org/forums/</guid>
			<description><![CDATA[<br />]]></description>
					</item>
		<item>
			<title>yoyo on "Repair: Empty Post"</title>
			<link>http://bbpress.org/forums/topic/repair-empty-post#post-4006</link>
			<pubDate>Mon, 05 Feb 2007 03:07:22 +0000</pubDate>
			<dc:creator>yoyo</dc:creator>
			<guid isPermaLink="false">4006@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you edit your posts you can leave the post empty...</p>
<p>Example:
</p>]]></description>
					</item>
		<item>
			<title>yoyo on "I added WYSIWYG to my bbpress"</title>
			<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-4004</link>
			<pubDate>Mon, 05 Feb 2007 02:57:30 +0000</pubDate>
			<dc:creator>yoyo</dc:creator>
			<guid isPermaLink="false">4004@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'll try to add TinyMCE in the morning.<br />
I hope i can figure it out :-)
</p>]]></description>
					</item>
		<item>
			<title>yoyo on "Post without acoount"</title>
			<link>http://bbpress.org/forums/topic/post-without-acoount#post-4002</link>
			<pubDate>Mon, 05 Feb 2007 02:40:23 +0000</pubDate>
			<dc:creator>yoyo</dc:creator>
			<guid isPermaLink="false">4002@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would like to let my visitors to post a new topic/replay without an account.
</p>]]></description>
					</item>
		<item>
			<title>yoyo on "Automatically add user topics to favorites"</title>
			<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-4001</link>
			<pubDate>Mon, 05 Feb 2007 02:23:55 +0000</pubDate>
			<dc:creator>yoyo</dc:creator>
			<guid isPermaLink="false">4001@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would like is a plugin that could automatically add user topics to favorites.</p>
<p>You can easily monitor your topics via RSS Feed<br />
&#38;<br />
I want to use this plugin with Post Notification Plugin  <a href="http://bbpress.org/plugins/topic/23?replies=1" rel="nofollow">http://bbpress.org/plugins/topic/23?replies=1</a>
</p>]]></description>
					</item>
		<item>
			<title>JzL on "Using WP template tags"</title>
			<link>http://bbpress.org/forums/topic/using-wp-template-tags#post-3204</link>
			<pubDate>Sun, 14 Jan 2007 04:31:41 +0000</pubDate>
			<dc:creator>JzL</dc:creator>
			<guid isPermaLink="false">3204@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@mdawaffe:</p>
<p>Did something change in 0.74 in regards to the line needing added in the config.php
</p>]]></description>
					</item>
		<item>
			<title>JzL on "Using WP template tags"</title>
			<link>http://bbpress.org/forums/topic/using-wp-template-tags#post-3203</link>
			<pubDate>Sun, 14 Jan 2007 04:30:31 +0000</pubDate>
			<dc:creator>JzL</dc:creator>
			<guid isPermaLink="false">3203@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@abbaantho</p>
<p>I am using the official release and still get that error.  Have you fixed it?
</p>]]></description>
					</item>
		<item>
			<title>JohanMaelson on "I added WYSIWYG to my bbpress"</title>
			<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-1646</link>
			<pubDate>Mon, 27 Nov 2006 00:20:13 +0000</pubDate>
			<dc:creator>JohanMaelson</dc:creator>
			<guid isPermaLink="false">1646@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>heu dudes ... it's a TinyMCE ability to use WYSIWYG to enter URL of you r picture and add it to textarea ... i'm just edit some code in a image plugin for bbpress for compitability within html code which TinyMCE add.</p>
<p>p.S image already has been uploaded ... but for other reason .. you may use another wysiwyg which provided image uploading ... or get commercial version of TinyMCE.
</p>]]></description>
					</item>
		<item>
			<title>Trent Adams on "I added WYSIWYG to my bbpress"</title>
			<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-1589</link>
			<pubDate>Thu, 23 Nov 2006 06:16:26 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">1589@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would imagine with the image plugin at <a href="http://bbpress.org/plugins/" rel="nofollow">http://bbpress.org/plugins/</a> because I don't think anyone else has created the image side of the javascript unless I am mistaken!</p>
<p>Trent
</p>]]></description>
					</item>
		<item>
			<title>sing on "I added WYSIWYG to my bbpress"</title>
			<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-1588</link>
			<pubDate>Thu, 23 Nov 2006 06:11:02 +0000</pubDate>
			<dc:creator>sing</dc:creator>
			<guid isPermaLink="false">1588@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi JohanMael,</p>
<p>I noticed you can post the image <a href="http://www.faces.kz/UCHITES_DETI_MOI.jpg" rel="nofollow">http://www.faces.kz/UCHITES_DETI_MOI.jpg</a> in your <a href="http://forum.faces.kz/topic/1?replies=10" rel="nofollow">http://forum.faces.kz/topic/1?replies=10</a><br />
Could you please tell me how to do that?</p>
<p>Thanks &#38; Regards,<br />
Sing
</p>]]></description>
					</item>
		<item>
			<title>JohanMaelson on "I added WYSIWYG to my bbpress"</title>
			<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-1523</link>
			<pubDate>Sat, 18 Nov 2006 22:26:05 +0000</pubDate>
			<dc:creator>JohanMaelson</dc:creator>
			<guid isPermaLink="false">1523@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have added Wysiwyg to bbpress as a first. I choosing TinyMCE dunno why ... maybe cuz i haven't ever use this one. But it's relay roxx nice organization and realy lightweight. Author of this subject using fckeditorm .... but this wysiwyg so slow ... oh meine god ...<br />
After inserting to my bbpress TinyMCE ... i'm starting to play within tags ... something doesn't works cuz BBPRESS cut out disallowed tags ... i thought that i can just edit some code in bbpress plugin for image tag. After some manipulation my wysiwyg work's well but not good as i want :)))<br />
you can check out my bbpress forum and skin which i make for it here <a href="http://www.forum.faces.kz" rel="nofollow">http://www.forum.faces.kz</a> </p>
<p>all suggestion and questions send to johanmaelson at gmail dot com .. or post here i'll check this three :)</p>
<p>links : <a href="http://tinymce.moxiecode.com/" rel="nofollow">http://tinymce.moxiecode.com/</a> - TinyMCE ;)<br />
forum page within TinyMCE : <a href="http://forum.faces.kz/topic/1?replies=10" rel="nofollow">http://forum.faces.kz/topic/1?replies=10</a>
</p>]]></description>
					</item>
		<item>
			<title>circuit on "I added WYSIWYG to my bbpress"</title>
			<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-1518</link>
			<pubDate>Sat, 18 Nov 2006 17:44:15 +0000</pubDate>
			<dc:creator>circuit</dc:creator>
			<guid isPermaLink="false">1518@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>thanks for the instructions. unfortunately it doesn't work for me.</p>
<p>on the page you linked to, there are two pieces of advice as to where to put the editor files:</p>
<p>"create a directory in the root directory called "editor" and then upload the same directory from their download page.  Then drop the .js files into your root, and place the fckeditor.php file where ever you want (i chose the my-templates directory) and call it accordingly."</p>
<p>or</p>
<p>"unrar FCKeditor_2.3.2.zip into my-templates"</p>
<p>Wherever I put it, it doesn't seem to work. I have tried a directory within my-templates, dropping it directly into my-templates, and putting the relevant files in the root with my-templates holding the PHP file. In all cases I edited the path in the replacement code accordingly.</p>
<p>I think it's including the PHP file OK, but I guess there is an iframe where the FCKEditor box should be, and that is just pulling the home page of my site (i.e. a 404 error, as far as I can tell).
</p>]]></description>
					</item>
		<item>
			<title>wabler on "I added WYSIWYG to my bbpress"</title>
			<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-1344</link>
			<pubDate>Sun, 12 Nov 2006 19:48:06 +0000</pubDate>
			<dc:creator>wabler</dc:creator>
			<guid isPermaLink="false">1344@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This shows you how I did it.  It is fairly easy, and I just use the fckeditorm, which i am very fond of.</p>
<p><a href="http://scripts.forumrow.com/topic.php?id=9&#038;replies=1" rel="nofollow">http://scripts.forumrow.com/topic.php?id=9&#038;replies=1</a>
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (mdawaffe) on "Using WP template tags"</title>
			<link>http://bbpress.org/forums/topic/using-wp-template-tags#post-905</link>
			<pubDate>Wed, 01 Nov 2006 01:11:17 +0000</pubDate>
			<dc:creator>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">905@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>abbaanthony, It looks like you're using a copy of the code-in-development.</p>
<p>Try using the official bbPress release.
</p>]]></description>
					</item>
		<item>
			<title>abbaanthony on "Using WP template tags"</title>
			<link>http://bbpress.org/forums/topic/using-wp-template-tags#post-897</link>
			<pubDate>Tue, 31 Oct 2006 21:05:41 +0000</pubDate>
			<dc:creator>abbaanthony</dc:creator>
			<guid isPermaLink="false">897@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have tried to add the above line to my install of bbpress and I get the following error:</p>
<p>Fatal error: Cannot redeclare allowed_tags() (previously declared in /home/taacus/public_html/wordpress/wp-includes/general-template.php:602) in /home/taacus/public_html/wordpress/bbpress/bb-includes/template-functions.php on line 949</p>
<p>What am I doing wrong?
</p>]]></description>
					</item>

	</channel>
</rss>

