<?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 plugin browser Topic: bbPress Smilies</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: bbPress Smilies</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 15:36:01 +0000</pubDate>

<item>
<title>_ck_ on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-2136</link>
<pubDate>Tue, 28 Oct 2008 14:13:19 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2136@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;It's extremely hard (impossible actually) to make a default placement that will work with all themes so I had to go with what worked with the built-in and a few others. But glad you worked it out. &#60;/p&#62;
&#60;p&#62;I may revisit this in the future and add other placement options depending on it's popularity and donations.
&#60;/p&#62;</description>
</item>
<item>
<title>Ipstenu on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-2135</link>
<pubDate>Tue, 28 Oct 2008 13:36:26 +0000</pubDate>
<dc:creator>Ipstenu</dc:creator>
<guid isPermaLink="false">2135@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;For some reason the plugin pushed the size of my textbox out too far for my theme.  I 'fixed' it by commenting out the following and then hardcoding in the smilies below the text box (which is where I like 'em :) )  Everything seems to work still.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function bb_smilies_panel() {
        if (bb_smilies_clicker.style.visibility!=&#38;#39;visible&#38;#39;) {
        // var obj = bb_smilies_textarea; var pos = {x: obj.offsetLeft&#124;&#124;0, y: obj.offsetTop&#124;&#124;0};
        // while(obj = obj.offsetParent) { pos.x += obj.offsetLeft&#124;&#124;0; pos.y += obj.offsetTop&#124;&#124;0; }
        // bb_smilies_clicker.style.left = &#38;#39;300px&#38;#39;;
        // bb_smilies_clicker.style.top = pos.y + &#38;#39;px&#38;#39;;
        bb_smilies_clicker.style.left = &#38;#39;300px&#38;#39;;
        bb_smilies_clicker.style.visibility=&#38;#39;visible&#38;#39;;
        } else {bb_smilies_clicker.style.visibility=&#38;#39;hidden&#38;#39;;}
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>musnake on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-2094</link>
<pubDate>Wed, 22 Oct 2008 14:50:08 +0000</pubDate>
<dc:creator>musnake</dc:creator>
<guid isPermaLink="false">2094@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Tango People: use the array in the tango-smilies.php file to replace the mapping...&#60;/p&#62;
&#60;p&#62;This works just fine: WP2.6.2 + bPress 1.0a2.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>pircy on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-2042</link>
<pubDate>Tue, 07 Oct 2008 09:28:31 +0000</pubDate>
<dc:creator>pircy</dc:creator>
<guid isPermaLink="false">2042@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great, Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Malfhok on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-2001</link>
<pubDate>Fri, 26 Sep 2008 21:06:17 +0000</pubDate>
<dc:creator>Malfhok</dc:creator>
<guid isPermaLink="false">2001@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Works great! Thanks a lot!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1994</link>
<pubDate>Thu, 25 Sep 2008 13:35:29 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1994@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;To make the clicker go away you can try this (untested).&#60;/p&#62;
&#60;p&#62;Put this line&#60;br /&#62;
&#60;code&#62;bb_smilies_clicker.style.visibility=&#38;#39;hidden&#38;#39;;&#60;/code&#62;&#60;br /&#62;
at the end of&#60;br /&#62;
&#60;code&#62;function bb_smilies(myValue) {&#60;/code&#62;&#60;br /&#62;
just before the closing &#60;code&#62;}&#60;/code&#62;&#60;br /&#62;
ie.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;bb_smilies_clicker.style.visibility=&#38;#39;hidden&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;em&#62; &#60;/em&#62;&#60;br /&#62;
@citizenkeith, one space should be working as of 0.0.4&#60;/p&#62;
&#60;p&#62;Those wanting Tango can just follow the directions and mimic what's in the default folder. Just make a &#60;code&#62;tango&#60;/code&#62; folder and put in the tango graphics and a mapping file and change the icon set used in the plugin at the top.
&#60;/p&#62;</description>
</item>
<item>
<title>Malfhok on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1993</link>
<pubDate>Thu, 25 Sep 2008 11:53:00 +0000</pubDate>
<dc:creator>Malfhok</dc:creator>
<guid isPermaLink="false">1993@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hey _ck_,&#60;/p&#62;
&#60;p&#62;Can you make it so that they smilie picker goes away after you choose a smilie? I think it's a little confusing when I open it up to pick a smilie, and then it doesn't disappear after I pick one.
&#60;/p&#62;</description>
</item>
<item>
<title>Vadi on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1971</link>
<pubDate>Sun, 21 Sep 2008 14:06:26 +0000</pubDate>
<dc:creator>Vadi</dc:creator>
<guid isPermaLink="false">1971@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'd like to second the Tango icons request... can those be added, please?
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1855</link>
<pubDate>Tue, 02 Sep 2008 13:48:43 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">1855@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks, _ck_. One space doesn't work... two spaces works. :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1854</link>
<pubDate>Tue, 02 Sep 2008 05:10:41 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1854@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Check for spaces between smilies. There must be at least once space. The reason for this is if you have a smilie like 8)  and then someone ends a sentence like this: &#60;em&#62;(She had a baby at 18)&#60;/em&#62; it doesn't become a smilie.
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1849</link>
<pubDate>Mon, 01 Sep 2008 16:20:11 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">1849@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Just noticed something funky...&#60;/p&#62;
&#60;p&#62;Some of my forum members get goofy with smilies and use a lot of them in a post. For example, it's common for somebody to reply with a &#34;Five Star&#34; rating of a post. We don't have stars, but we have a &#34;right on&#34; smilie, so they'll post the following code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;:righton:  :righton:  :righton:  :righton:  :righton:&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;However, not every smilie appears. Usually, you get four smilies and one of them in the middle will just appear as :righton: in text.&#60;/p&#62;
&#60;p&#62;Now I just gave somebody &#34;two thumbs-up&#34; and it came out with one smilie followed by one :thumbsup: text.
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1848</link>
<pubDate>Mon, 01 Sep 2008 14:09:26 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">1848@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#60;em&#62;Though really, the plugin should filter all pm_text through post_text if it wants all plugins to apply, like bbcode-lite.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;I couldn't agree more. That's the most frustrating thing about using the Private Messages plugin at this time.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1845</link>
<pubDate>Mon, 01 Sep 2008 05:29:51 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1845@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'll add that filter to the default on bb-smilies since it can't hurt anything if you don't have it. Though really, the plugin should filter all pm_text through post_text if it wants all plugins to apply, like bbcode-lite.
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1844</link>
<pubDate>Mon, 01 Sep 2008 01:25:02 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">1844@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Note that the above hack only works for NEW private messages. It won't show up in replies. I confess my limited knowledge of PHP and bbPress is to blame...
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1843</link>
<pubDate>Mon, 01 Sep 2008 01:05:17 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">1843@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;For those using the Private Messages plugin, you can add bbPress Smilies to PMs. Around line 26, you should see this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;post_text&#38;#39;, &#38;#39;bb_smilies_convert&#38;#39;);
add_action(&#38;#39;bb_head&#38;#39;,&#38;#39;bb_smilies_css&#38;#39;);
add_action(&#38;#39;bb_foot&#38;#39;, &#38;#39;bb_smilies_clicker&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add this one:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_filter(&#38;#39;pm_text&#38;#39;, &#38;#39;bb_smilies_convert&#38;#39;);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ddemeo on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1816</link>
<pubDate>Thu, 28 Aug 2008 17:14:48 +0000</pubDate>
<dc:creator>ddemeo</dc:creator>
<guid isPermaLink="false">1816@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great plugin!  I've notice a little problem, though, that might be theme dependent. I'm using a modified version of morning mist (or whatever it's called) on 0.9.0.2.&#60;/p&#62;
&#60;p&#62;I'm running both this plugin and your bbcode buttons plugin.  When I click on the smiley face, the smilies to choose from pop up behind the bbcode buttons, so I can't see or choose from the ones in the top row.  Any chance you could get it to pop up in front of the buttons instead?  Otherwise I'll just tweak it to have the menu below the text box, which I'm trying to avoid.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>mcshockency on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1749</link>
<pubDate>Wed, 20 Aug 2008 04:27:14 +0000</pubDate>
<dc:creator>mcshockency</dc:creator>
<guid isPermaLink="false">1749@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Resolved.&#60;/p&#62;
&#60;p&#62;Found the solution in your bbcode toolbar thread.&#60;/p&#62;
&#60;p&#62;was missing the do_action&#60;/p&#62;
&#60;p&#62;GREAT Plug in ^.^
&#60;/p&#62;</description>
</item>
<item>
<title>mcshockency on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1748</link>
<pubDate>Wed, 20 Aug 2008 03:08:33 +0000</pubDate>
<dc:creator>mcshockency</dc:creator>
<guid isPermaLink="false">1748@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;For some reason, the toolbar doesn't appear in my theme and I can't figure it out :( (my bbcode toolbar doesn't appear either!)&#60;/p&#62;
&#60;p&#62;I THINK it has something to do with my CSS, but idk.&#60;/p&#62;
&#60;p&#62;The toolbars appear ok in any of the downloaded themes, but not in mine :(&#60;/p&#62;
&#60;p&#62;My theme was based off of one of the bbpress raw theme 1col_fluid&#60;/p&#62;
&#60;p&#62;my site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.liricistas-asura.com/bbpress&#34; rel=&#34;nofollow&#34;&#62;www.liricistas-asura.com/bbpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-1726</link>
<pubDate>Mon, 18 Aug 2008 05:23:30 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1726@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;It's a workaround for buggy IE where there is no cursor &#34;hand&#34; like other browsers. So it does the pointer cursor and ignores the second. Meanwhile other browsers do the second. I suspect you found it or don't like it because validation throws an error.&#60;/p&#62;
&#60;p&#62;You seriously need to stop wasting your time with validation. Instead of getting creative work done you are spending valuable hours on syntax stuff that will work for decades in all browsers.&#60;/p&#62;
&#60;p&#62;Throw off the shackles of validation.
&#60;/p&#62;</description>
</item>
<item>
<title>csseur3 on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/#post-1722</link>
<pubDate>Sun, 17 Aug 2008 20:51:10 +0000</pubDate>
<dc:creator>csseur3</dc:creator>
<guid isPermaLink="false">1722@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;hello,&#60;/p&#62;
&#60;p&#62;why that:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.bb_smilies {cursor: pointer; cursor: hand;}&#60;/code&#62;&#60;br /&#62;
?&#60;/p&#62;
&#60;p&#62;there is two &#34;cursor&#34;, it is not correct.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
