<?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: nolageek</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: nolageek</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:30:57 +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>ganzua on "post count - 1"</title>
			<link>http://bbpress.org/forums/topic/post-count-1#post-23327</link>
			<pubDate>Wed, 21 Jan 2009 21:00:38 +0000</pubDate>
			<dc:creator>ganzua</dc:creator>
			<guid isPermaLink="false">23327@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The problem with adding a filter is that you lose the function for counting the total amount of posts. </p>
<p>How can you convert nolageek code into a new function "topic_replies"? ;<br />
<pre><code>&#60;?php
function bb_decrement( $value ) {
return $value-1;
}
add_filter( &#39;get_topic_posts&#39;, &#39;bb_decrement&#39;, 1);
?&#62;
&#60;?php
function bb_decrement_topic( $value ) {
global $forum;
return $value;
}
function bb_decrement_forum( $value ) {
global $forum;
return $value-get_forum_topics();
}
add_filter( &#39;get_topic_posts&#39;, &#39;bb_decrement_topic&#39;, 1);
add_filter( &#39;get_forum_posts&#39;, &#39;bb_decrement_forum&#39;, 1);
?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>ganzua on "Quicktags not working in edit-form.php"</title>
			<link>http://bbpress.org/forums/topic/quicktags-not-working-in-edit-formphp#post-23015</link>
			<pubDate>Tue, 13 Jan 2009 19:33:58 +0000</pubDate>
			<dc:creator>ganzua</dc:creator>
			<guid isPermaLink="false">23015@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi</p>
<p>I'm puzzled again :s</p>
<p>Quicktacks are working ok in post-form.php but not in edit-form.php. The only tag that works in edit-form.php is the "link" tag.</p>
<p>I'm not using any plugin, I'm calling the script to the header and then I place it next to the form textarea.</p>
<p>Why is not working in edit-form.php?
</p>]]></description>
					</item>
		<item>
			<title>Calman on "Where can this login text/tags?"</title>
			<link>http://bbpress.org/forums/topic/where-can-this-login-texttags#post-22674</link>
			<pubDate>Tue, 06 Jan 2009 06:51:02 +0000</pubDate>
			<dc:creator>Calman</dc:creator>
			<guid isPermaLink="false">22674@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>.. also put a 'padding-left=10' behind the login fields, so looks much better, cheers! :)
</p>]]></description>
					</item>
		<item>
			<title>Calman on "Where can this login text/tags?"</title>
			<link>http://bbpress.org/forums/topic/where-can-this-login-texttags#post-22672</link>
			<pubDate>Tue, 06 Jan 2009 05:50:48 +0000</pubDate>
			<dc:creator>Calman</dc:creator>
			<guid isPermaLink="false">22672@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you so much! </p>
<p>At this stage, I am simply looking to change the physical text or "Username" etc, so this is a result, thanks again.</p>
<p>I still have to tackle a custom header and styling, but will save those rookie questions for another thread.</p>
<p>All the best,<br />
Cal :)
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "Where can this login text/tags?"</title>
			<link>http://bbpress.org/forums/topic/where-can-this-login-texttags#post-22669</link>
			<pubDate>Tue, 06 Jan 2009 05:10:28 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">22669@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>./bb-templates/kakumei/login-form.php</p>
<p>If you are going to modify that, it's best to make a new template.</p>
<p><a href="http://bbpress.org/forums/topic/help-please-simple-mistake#post-4477" rel="nofollow">http://bbpress.org/forums/topic/help-please-simple-mistake#post-4477</a><br />
<a href="http://bbpress.org/forums/topic/some-general-questions#post-10472" rel="nofollow">http://bbpress.org/forums/topic/some-general-questions#post-10472</a>
</p>]]></description>
					</item>
		<item>
			<title>Calman on "Where can this login text/tags?"</title>
			<link>http://bbpress.org/forums/topic/where-can-this-login-texttags#post-22667</link>
			<pubDate>Tue, 06 Jan 2009 04:32:50 +0000</pubDate>
			<dc:creator>Calman</dc:creator>
			<guid isPermaLink="false">22667@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hey Guys!</p>
<p>Okay, first challenge! </p>
<p>Where can I find this text at the login/register form on the top banner?</p>
<p>-----------------------------------------------</p>
<p>Register or log in (lost password?):</p>
<p>Username:<br />
Password:<br />
------------------------------------------------</p>
<p>... checked numerous files including login.php / register.php, but no joy!     :(</p>
<p>All the best,<br />
Cal :)
</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>chrishajer on "Anyone have Prev/Next Thread / Forum plugin?"</title>
			<link>http://bbpress.org/forums/topic/anyone-have-prevnext-thread-forum-plugin#post-16721</link>
			<pubDate>Thu, 12 Jun 2008 13:42:55 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">16721@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>A fatal error would normally be a PHP fatal error.  Do you have access to PHP logs to see what the trouble might be?  If not, you can set up some custom logging.</p>
<p>And, are you running WordPress as well?  Which version, if so.
</p>]]></description>
					</item>
		<item>
			<title>kehlers on "Anyone have Prev/Next Thread / Forum plugin?"</title>
			<link>http://bbpress.org/forums/topic/anyone-have-prevnext-thread-forum-plugin#post-16713</link>
			<pubDate>Wed, 11 Jun 2008 22:27:35 +0000</pubDate>
			<dc:creator>kehlers</dc:creator>
			<guid isPermaLink="false">16713@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Does anyone know why I would get Plugin could not be activated; it produced a Fatal Error when trying activate this as a plugin? I'm running bbPress 0.8.3...
</p>]]></description>
					</item>
		<item>
			<title>David Stoner on "Displaying multiple forums, topics, and posts on one page."</title>
			<link>http://bbpress.org/forums/topic/displaying-multiple-forums-topics-and-posts-on-one-page#post-16559</link>
			<pubDate>Mon, 02 Jun 2008 02:58:20 +0000</pubDate>
			<dc:creator>David Stoner</dc:creator>
			<guid isPermaLink="false">16559@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello, I'm trying to get <a href="http://punaji.com/2008_05_30_c.html">this</a> fully realized. At the moment I've just been hacking away at the Kakumei front-page.php but with limited results.</p>
<p>So far it just pulls up the latest topics with no regard to what forum they are in. I've found template functions for the topic title, topic link, number of posts, last poster, and time, but other than defining the id manually I haven't figured out how to get the last post of a topic to display automatically.</p>
<p>I think I could manage to pull this information out of the database with some basic SQL queries, but I'd rather use what's available than write some shoddy code of my own. </p>
<p>Any help is appreciated.
</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>

	</channel>
</rss>

