<?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: gnawph</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: gnawph</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 16:10:14 +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>hpguru on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-61313</link>
			<pubDate>Sat, 05 Dec 2009 12:17:46 +0000</pubDate>
			<dc:creator>hpguru</dc:creator>
			<guid isPermaLink="false">61313@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>gnawph THANK YOU! Very good plugin without stupid emotions pop-up.
</p>]]></description>
					</item>
		<item>
			<title>evannak on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-55774</link>
			<pubDate>Sun, 02 Aug 2009 07:48:29 +0000</pubDate>
			<dc:creator>evannak</dc:creator>
			<guid isPermaLink="false">55774@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi _ck_</p>
<p>why when we put 3 or 2 smileys together and the second doesn't show picture? please help to advise on this.</p>
<p>Regards,<br />
Evannak
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21173</link>
			<pubDate>Mon, 01 Dec 2008 07:01:10 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">21173@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>See this part of the plugin, you need to change the <code>bb_add_filter</code> and <code></code>bb_add_action<code>to just</code>add_filter<code>and</code>add_action`</p>
<pre><code>/******************************************************************************
* - Define for bbPress interface
*****************************************************************************/

$bbemoticons = &#38; new bbEmoticons();

bb_add_filter(&#39;post_text&#39;, array(&#38;$bbemoticons, &#39;convert_smilies&#39;));
//bb_head is not called always. :-)
//bb_add_action(&#39;bb_head&#39;, array(&#38;$bbemoticons, &#39;bb_grins_head&#39;));
bb_add_action(&#39;bb_feed_head&#39;, array(&#38;$bbemoticons, &#39;bb_grins_head&#39;));
bb_add_action(&#39;bb_grins&#39;, array(&#38;$bbemoticons, &#39;bb_grins&#39;));</code></pre>]]></description>
					</item>
		<item>
			<title>_ck_ on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21172</link>
			<pubDate>Mon, 01 Dec 2008 07:00:40 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">21172@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>See this part of the plugin, you need to change the <code>bb_add_filter</code> and <code></code>bb_add_action<code>to just</code>add_filter<code>and</code>add_action`</p>
<pre><code>/******************************************************************************
* - Define for bbPress interface
*****************************************************************************/

$bbemoticons = &#38; new bbEmoticons();

bb_add_filter(&#39;post_text&#39;, array(&#38;$bbemoticons, &#39;convert_smilies&#39;));
//bb_head is not called always. :-)
//bb_add_action(&#39;bb_head&#39;, array(&#38;$bbemoticons, &#39;bb_grins_head&#39;));
bb_add_action(&#39;bb_feed_head&#39;, array(&#38;$bbemoticons, &#39;bb_grins_head&#39;));
bb_add_action(&#39;bb_grins&#39;, array(&#38;$bbemoticons, &#39;bb_grins&#39;));</code></pre>]]></description>
					</item>
		<item>
			<title>travelsuperlink on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21163</link>
			<pubDate>Sun, 30 Nov 2008 20:59:16 +0000</pubDate>
			<dc:creator>travelsuperlink</dc:creator>
			<guid isPermaLink="false">21163@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>as _ck_  suggested, I move my issue here:</p>
<p>Just upgrade bbpress to 1.0 version, after active the bbpress smilies plugin I found an issue for previous post-form.php (previously I am using v0.8 and that plugin works.</p>
<p>The issue is at post-form.php, in my custom template directory.</p>
<p>&#60;label for="post_content"&#62;&#60;?php _e('Post:'); ?&#62;<br />
&#60;?php do_action('bb_grins'); ?&#62;<br />
&#60;textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"&#62;<br />
&#60;?php bb_quote_message(); ?&#62;<br />
&#60;/textarea&#62;<br />
&#60;/label&#62;</p>
<p>Clearly &#60;?php do_action('bb_grins'); ?&#62; does not work anymore, because at the top of post form user can not see the smilies as before. </p>
<p>any idea?  thanks.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-17709</link>
			<pubDate>Sun, 27 Jul 2008 16:32:28 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">17709@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The plugin currently allows you to change the smilie "set".<br />
I intend future versions to be able to use multiple sets at the same time. </p>
<p>If you want to make your own sets, just look at how the default folder is done and build your own. There is a single PHP file to edit.
</p>]]></description>
					</item>
		<item>
			<title>Null on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-17686</link>
			<pubDate>Sat, 26 Jul 2008 18:28:31 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">17686@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I want to make a suggestion _ck_ (then I don't have to make it).</p>
<p>Put the (basic) smilies in a folder in the image folder, but also let people allow to put a smilie folder in de template's folder.</p>
<p>Now let the plugin first check in the template folder if there is a smiley folder there, if so, use these smilies. If not, use the basic smilies from the basic map. This way we can use (custome)smilies suitable for the theme. (so if you theme is green, you can make some green smilies that fit your template. </p>
<p>Get the idea?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-17622</link>
			<pubDate>Fri, 25 Jul 2008 00:41:19 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">17622@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've made an alpha version of bbPress Smilies available:<br />
<a href="http://bbpress.org/plugins/topic/bb-smilies" rel="nofollow">http://bbpress.org/plugins/topic/bb-smilies</a><br />
It's rough but will get the job done.
</p>]]></description>
					</item>
		<item>
			<title>csseur3 on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-17597</link>
			<pubDate>Wed, 23 Jul 2008 21:06:52 +0000</pubDate>
			<dc:creator>csseur3</dc:creator>
			<guid isPermaLink="false">17597@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hello,</p>
<p>where i can download the latest version of this plugin? :)</p>
<p>bye
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-16527</link>
			<pubDate>Fri, 30 May 2008 14:35:33 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">16527@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Maybe we should chip in some money for _ck_ to make a really nice emoticon plugin. Some of my forum users would probably chip in as well.
</p>]]></description>
					</item>
		<item>
			<title>exchequer598 on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-16506</link>
			<pubDate>Thu, 29 May 2008 06:30:56 +0000</pubDate>
			<dc:creator>exchequer598</dc:creator>
			<guid isPermaLink="false">16506@http://bbpress.org/forums/</guid>
			<description><![CDATA[<blockquote><p><strong>_ck_:</strong><br />
The insert function in Comment Quicktags for bbPress can easily be reused to insert smilies. </p></blockquote>
<p>Can you please show us how? Thanks :-)
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-16295</link>
			<pubDate>Sat, 17 May 2008 23:20:14 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">16295@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can just download WordPress and upload the smilies to a new directory. Then just change the plugin to point to the new directory at this line:</p>
<pre><code>#
$wp_smiliesreplace[] = &#34; &#60;img src=&#39;/wp-includes/images/smilies/$img&#39; alt=&#39;$smiley_masked&#39; class=&#39;wp-smiley&#39; /&#62; &#34;;
#
}</code></pre>]]></description>
					</item>
		<item>
			<title>Shagalaga on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-16289</link>
			<pubDate>Sat, 17 May 2008 15:27:07 +0000</pubDate>
			<dc:creator>Shagalaga</dc:creator>
			<guid isPermaLink="false">16289@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i didnt want ti install wordpress just for the smilies...
</p>]]></description>
					</item>
		<item>
			<title>sasapuksic on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-16286</link>
			<pubDate>Sat, 17 May 2008 12:07:58 +0000</pubDate>
			<dc:creator>sasapuksic</dc:creator>
			<guid isPermaLink="false">16286@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is this actualy working by now or is there no way emotions could be impelmented in to bbpress? Thats a big shame I gues ... </p>
<p>:(
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-15751</link>
			<pubDate>Fri, 25 Apr 2008 00:29:03 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15751@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for the tip. Didn't work for me. :(
</p>]]></description>
					</item>
		<item>
			<title>JoergHH on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-15743</link>
			<pubDate>Thu, 24 Apr 2008 13:14:13 +0000</pubDate>
			<dc:creator>JoergHH</dc:creator>
			<guid isPermaLink="false">15743@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@citizenkeit:</p>
<p>I haven't the same luck either. But _ck_ gave my at tip to put both files of Quicktags directly into /my-plugins/ and <em>not</em> into subfolder - now it works!
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-15453</link>
			<pubDate>Thu, 17 Apr 2008 02:42:49 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15453@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Still no luck getting Comment Quicktags for bbPress to work in the latest bbPress install.
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-15434</link>
			<pubDate>Wed, 16 Apr 2008 19:18:27 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15434@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I wasn't having any luck using Comment Quicktags for bbPress with v0.9.0.1. I'll give it another shot tonight though.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-15426</link>
			<pubDate>Wed, 16 Apr 2008 16:23:20 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">15426@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The insert function in Comment Quicktags for bbPress can easily be reused to insert smilies. You don't want to use wp-grins because it has to load prototype.js which is huge and slow.
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-15424</link>
			<pubDate>Wed, 16 Apr 2008 15:45:12 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15424@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This looks great! Thank you.</p>
<p>Now if we can get WP-Grins converted to bbPress, we'd have clickable smilies...</p>
<p><a href="http://wordpress.org/extend/plugins/wp-grins/" rel="nofollow">http://wordpress.org/extend/plugins/wp-grins/</a>
</p>]]></description>
					</item>
		<item>
			<title>exchequer598 on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-15416</link>
			<pubDate>Wed, 16 Apr 2008 04:24:15 +0000</pubDate>
			<dc:creator>exchequer598</dc:creator>
			<guid isPermaLink="false">15416@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><strong>UPDATE!!</strong></p>
<p>Figured out a way to integrate WordPress smileys into bbPress. Use this plugin!</p>
<p><code><a href="http://pastebin.com/f411dfe2a" rel="nofollow">http://pastebin.com/f411dfe2a</a></code>
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-15222</link>
			<pubDate>Thu, 10 Apr 2008 02:54:42 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15222@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>At least I'm not the only one with problems. :)</p>
<p>I have the plugin activated, and if you type the shortcut, the image does appear. But you can't click on the image links to make them appear in your post.
</p>]]></description>
					</item>
		<item>
			<title>exchequer598 on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/2#post-15217</link>
			<pubDate>Thu, 10 Apr 2008 01:53:17 +0000</pubDate>
			<dc:creator>exchequer598</dc:creator>
			<guid isPermaLink="false">15217@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Doesn't work for me in 0.9.x either!!<br />
Its time someone built a plugin here..
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/2#post-15086</link>
			<pubDate>Sun, 06 Apr 2008 17:51:04 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15086@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Seems to be broken in 0.9.0.1. Anybody else having trouble?
</p>]]></description>
					</item>
		<item>
			<title>MigPilot on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/2#post-12351</link>
			<pubDate>Thu, 29 Nov 2007 04:58:30 +0000</pubDate>
			<dc:creator>MigPilot</dc:creator>
			<guid isPermaLink="false">12351@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Aye, same here. All worked nice in the version previous to .3 but now nothing......
</p>]]></description>
					</item>
		<item>
			<title>mattpeckham on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/2#post-12269</link>
			<pubDate>Mon, 26 Nov 2007 20:47:34 +0000</pubDate>
			<dc:creator>mattpeckham</dc:creator>
			<guid isPermaLink="false">12269@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Has anyone been able to get this working with the 'bbpress-forum' template (the one that mimics this forum) and bbPress 8.3?  I had this working fine in my older install using the default template, but 8.3 seems to break things, and 'bbpress-forum' doesn't have the post-form.php and edit-form.php files.
</p>]]></description>
					</item>
		<item>
			<title>petitpoulain on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/2#post-11456</link>
			<pubDate>Tue, 16 Oct 2007 13:06:20 +0000</pubDate>
			<dc:creator>petitpoulain</dc:creator>
			<guid isPermaLink="false">11456@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i see the emoticons but cant click them ;_;</p>
<p>i tried making this but didnt work yet :/</p>
<p><a href="http://bbpress.org/forums/topic/emoticons-for-bbpress?replies=55#post-819" rel="nofollow">http://bbpress.org/forums/topic/emoticons-for-bbpress?replies=55#post-819</a>
</p>]]></description>
					</item>
		<item>
			<title>neyoung on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/2#post-11056</link>
			<pubDate>Sat, 22 Sep 2007 09:27:21 +0000</pubDate>
			<dc:creator>neyoung</dc:creator>
			<guid isPermaLink="false">11056@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you'd like emoticons to show up in your private messages here's how.  Open up bb-emoticons.php .  After line 242 which contains </p>
<p><code>bb_add_filter(&#39;post_text&#39;, array(&#38;$bbemoticons, &#39;convert_smilies&#39;));</code></p>
<p>Add the following.</p>
<p><code>bb_add_filter(&#39;pm_text&#39;, array(&#38;$bbemoticons, &#39;convert_smilies&#39;));</code></p>
<p>This will display the emoticons within your your private messages
</p>]]></description>
					</item>
		<item>
			<title>mazdakam on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/2#post-9562</link>
			<pubDate>Sun, 29 Jul 2007 14:28:15 +0000</pubDate>
			<dc:creator>mazdakam</dc:creator>
			<guid isPermaLink="false">9562@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>__ck__<br />
i done what you told but i have got error:</p>
<p>see my script:<br />
<a href="http://pastebin.ca/638062" rel="nofollow">http://pastebin.ca/638062</a>
</p>]]></description>
					</item>
		<item>
			<title>fel64 on "Emoticons For bbPress?"</title>
			<link>http://bbpress.org/forums/topic/emoticons-for-bbpress/page/2#post-9548</link>
			<pubDate>Sun, 29 Jul 2007 12:27:46 +0000</pubDate>
			<dc:creator>fel64</dc:creator>
			<guid isPermaLink="false">9548@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It's Javascript. PHP files are just like HTML files, and anything outside the <code>&#60;?php ... ?&#62;</code> is treated as HTML. Calling the particular function around that makes it go to that place and then go through and output the HTML (which happens to be JS).
</p>]]></description>
					</item>

	</channel>
</rss>

