<?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: null</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: null</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:31:16 +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>xtremetoonz on "Google Adsense"</title>
			<link>http://bbpress.org/forums/topic/google-adsense#post-57073</link>
			<pubDate>Fri, 28 Aug 2009 18:48:49 +0000</pubDate>
			<dc:creator>xtremetoonz</dc:creator>
			<guid isPermaLink="false">57073@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is it possible to do a membership model where a paying user can have no ads?
</p>]]></description>
					</item>
		<item>
			<title>phaniraj01 on "Google Adsense"</title>
			<link>http://bbpress.org/forums/topic/google-adsense#post-56991</link>
			<pubDate>Wed, 26 Aug 2009 15:44:38 +0000</pubDate>
			<dc:creator>phaniraj01</dc:creator>
			<guid isPermaLink="false">56991@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>adsense injection is a great plugin , when showing ads, its displaying "array" and ads</p>
<p>ie</p>
<p>array<br />
google adsense ads</p>
<p>Thanks,<br />
phani
</p>]]></description>
					</item>
		<item>
			<title>anandasama on "get_topic_author() but how to get it&#039;s profile link?"</title>
			<link>http://bbpress.org/forums/topic/get_topic_author-but-how-to-get-its-profile-link#post-44063</link>
			<pubDate>Wed, 22 Jul 2009 14:22:39 +0000</pubDate>
			<dc:creator>anandasama</dc:creator>
			<guid isPermaLink="false">44063@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I still dont know if you people managed to fix this but here is what worked for me after alot of trial and error:</p>
<p>From the first-page:</p>
<p>This code will generate a link to the original author's profile and that one's username.</p>
<p><code>&#60;a href=&#34;&#60;?php user_profile_link(($topic-&#62;topic_poster)) ?&#62;&#34;&#62;&#60;?php topic_author(); ?&#62;&#60;/a&#62;</code></p>
<p>And this code will make a link to the last user who posted and that one's username.</p>
<p><code>&#60;a href=&#34;&#60;?php user_profile_link($topic-&#62;topic_last_poster) ?&#62;&#34; class=&#34;latest-disc-last-poster&#34;&#62;&#60;?php topic_last_poster(); ?&#62;&#60;/a&#62;</code></p>
<p>Hope it helps!
</p>]]></description>
					</item>
		<item>
			<title>webdesign kapeljosie on "Google Adsense"</title>
			<link>http://bbpress.org/forums/topic/google-adsense#post-25003</link>
			<pubDate>Sun, 22 Mar 2009 22:27:37 +0000</pubDate>
			<dc:creator>webdesign kapeljosie</dc:creator>
			<guid isPermaLink="false">25003@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Mmm, i was looking for this plugin, but this one isn't working anymore:<br />
<a href="http://boakes.org/talk/tags/bbpress-adsense" rel="nofollow">http://boakes.org/talk/tags/bbpress-adsense</a>
</p>]]></description>
					</item>
		<item>
			<title>Null on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24992</link>
			<pubDate>Sun, 22 Mar 2009 10:30:50 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">24992@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Okay this works. Small question, if it's not possible I don't mind, but currently it jumps to the bottom of the first post. So at the top of the page you'll see: POSTED 10 MONTHS AGO # 111.111.111.111 on your screen</p>
<p>Is it possible to lower this new "anchor" just underneath this line so that this line of text is not visible anymore? (because its moved up, out of the screen).  Just like the # link does now (if you click it, you'll see what I mean).</p>
<p>Now people get the feeling they missed a post and scroll up, only to discover that is the first post. It's just a small thing, but it would be nicer. </p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24983</link>
			<pubDate>Sun, 22 Mar 2009 02:57:16 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">24983@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>the number is a filter/action priority,  lower numbers execute first, the default is 10</p>
<p>999 means try to be the last thing to execute on the filter (so the anchor comes last)
</p>]]></description>
					</item>
		<item>
			<title>Null on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24979</link>
			<pubDate>Sun, 22 Mar 2009 01:05:40 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">24979@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Thanks for the reply, I'll try your suggested "untested theoretical plugin". But what does the 999 stand for? Just learning :)
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24974</link>
			<pubDate>Sat, 21 Mar 2009 22:52:32 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">24974@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>untested theoretical plugin<br />
<pre><code>add_filter(&#39;post_text&#39;,&#39;first_reply&#39;,999);
function first_reply($text) {global $bb_post;
if (!is_bb_feed() &#38;&#38; (int) $bb_post-&#62;post_position==1) {$text.=&#34;&#60;a name=&#39;first-reply&#39;&#62;&#60;/a&#62;&#34;;}
return $text;
}</code></pre>
<p>Then to get the first-reply link for any topic,<br />
<pre><code>&#60;?php echo &#34;&#60;a href=&#39;&#34;.get_topic_link().&#34;#first-reply&#39;&#62;replies&#60;/a&#62;&#34;; ?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>_ck_ on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24973</link>
			<pubDate>Sat, 21 Mar 2009 22:45:03 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">24973@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>They are trying to link to the first reply.</p>
<p>It far easier to inject an anchor at the very bottom of the first post and link to that instead.</p>
<p>It could be done via a plugin that appends  post_text and checks the $bb_post-&#62;post_position to see if it's equal to 1</p>
<p>If it's equal to 1  then  append   <code>&#60;a name=&#34;first-reply&#34;&#62;&#60;/a&#62;</code></p>
<p>Then your first reply is always  at     http ://topic-link-blah-blah#first-reply</p>
<p>Note that my unread-posts plugin already solves the problem of linking to the first unread reply per user.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24939</link>
			<pubDate>Fri, 20 Mar 2009 19:58:17 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">24939@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Logically, I'd say start by learning how the 'loop' works (look in topic.php) and figure out how to list all posts.  From there, you should be able to sort them.
</p>]]></description>
					</item>
		<item>
			<title>Null on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24931</link>
			<pubDate>Fri, 20 Mar 2009 18:00:07 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">24931@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I know, that's why I ask it here :) The forum has to know some way what topics belong to him and in what order, so there must be a way to get it.... the only questions is: how???
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24926</link>
			<pubDate>Fri, 20 Mar 2009 15:52:27 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">24926@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>bbPress isn't, by nature, designed for that. You're kind of looking for blog functionality in a forum. Looking at the related functions, I see there's a way to get first and last, but the posts aren't sequential. Or rather, they are but they aren't directly consecutive so you can't just get the first post and add 1. There's nothing built in, or easily hackable for that.
</p>]]></description>
					</item>
		<item>
			<title>Null on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24913</link>
			<pubDate>Thu, 19 Mar 2009 23:34:57 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">24913@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Well it's a comment link and, at the moment, linking to the last post. I want to change this to link it to the second post since that is the first real comment. I want, from a specified forum, the links of every second post (first real reply) of every topic in that specified forum.</p>
<p>Current code:<br />
<code>&#60;?php printf(__(&#39;&#60;a href=&#34;%1$s&#34;&#62;Comments (%2$s)&#60;/a&#62;&#39;), get_topic_last_post_link(), get_topic_posts()) ?&#62;&#60;/div&#62;</code></p>
<p>So <code>get_topic_last_post_link(),</code> should be change to the link the second # is generating now...</p>
<p>Like <code>get_topic_first_reply_link()</code> or something...</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24912</link>
			<pubDate>Thu, 19 Mar 2009 22:55:15 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">24912@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Assuming that by 'sec post' you mean the second post.</p>
<p>Just the second post of any topic or a specific topic or ...  What's the significance of the second post? What's your plugin supposed to do? I'm asking because it's easier to help someone if you actually know what they're trying to do.</p>
<p>If all you want is a plugin that lists links to the second post of every topic, that's different than say, one that lists the second post of topics about cabbages.  They look similar, but they aren't always :)
</p>]]></description>
					</item>
		<item>
			<title>Null on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24908</link>
			<pubDate>Thu, 19 Mar 2009 21:48:10 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">24908@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I want to link directly to the sec post and show it just like the # link does now. The problem is how to get this # url without modifing any core files.</p>
<p>Any help is appreciated
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24903</link>
			<pubDate>Thu, 19 Mar 2009 19:49:12 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">24903@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The # is a direct link to that post. </p>
<p>What are you trying to do in your plugin that needs it?
</p>]]></description>
					</item>
		<item>
			<title>Null on "How to get the link to the second post?"</title>
			<link>http://bbpress.org/forums/topic/how-to-get-the-link-to-the-second-post#post-24901</link>
			<pubDate>Thu, 19 Mar 2009 18:45:58 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">24901@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Beneath eacht post there is a line like:  Posted 2 days ago #. The # is a link directly to the topic. Now I want to get this link from (to?) the second post, so I can use this link in a plugin. But how to get this link?</p>
<p>Many thanks
</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>lenen nl on "Google Adsense"</title>
			<link>http://bbpress.org/forums/topic/google-adsense#post-19798</link>
			<pubDate>Fri, 10 Oct 2008 19:46:28 +0000</pubDate>
			<dc:creator>lenen nl</dc:creator>
			<guid isPermaLink="false">19798@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm a bit scared messing around with the adsense code.
</p>]]></description>
					</item>
		<item>
			<title>hypotheekrente on "Google Adsense"</title>
			<link>http://bbpress.org/forums/topic/google-adsense#post-19226</link>
			<pubDate>Mon, 15 Sep 2008 10:36:45 +0000</pubDate>
			<dc:creator>hypotheekrente</dc:creator>
			<guid isPermaLink="false">19226@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>thanks  @mark8barnes</p>
<p>It is indeed very nice, just tried it.
</p>]]></description>
					</item>
		<item>
			<title>Mark Barnes on "Google Adsense"</title>
			<link>http://bbpress.org/forums/topic/google-adsense#post-19131</link>
			<pubDate>Wed, 10 Sep 2008 12:10:32 +0000</pubDate>
			<dc:creator>Mark Barnes</dc:creator>
			<guid isPermaLink="false">19131@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is a great adsense plugin:</p>
<p><a href="http://www.2diabolos.com/blog/plugin-bbpress-adsense-injection/" rel="nofollow">http://www.2diabolos.com/blog/plugin-bbpress-adsense-injection/</a>
</p>]]></description>
					</item>
		<item>
			<title>Thion on "bbFlickr"</title>
			<link>http://bbpress.org/forums/topic/bbflickr#post-17708</link>
			<pubDate>Sun, 27 Jul 2008 15:48:49 +0000</pubDate>
			<dc:creator>Thion</dc:creator>
			<guid isPermaLink="false">17708@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Because I have no idea how to deal with all this SVN stuff in Ubuntu (I'm just a "user", not a geek), and I want to share plugin no matter what - here it is:</p>
<p><a href="http://astateofmind.eu/freebies/bbflickr/" rel="nofollow">http://astateofmind.eu/freebies/bbflickr/</a></p>
<p>I've made modifications to original FlickrRSS to make it working under bbPress - you can display your photos, your set, group or community photos from Flickr on your forum now :).</p>
<p>You can see demo <a href="http://forums.astateofmind.eu/">here on sidebar</a>.
</p>]]></description>
					</item>
		<item>
			<title>Anonymous on "Google Adsense"</title>
			<link>http://bbpress.org/forums/topic/google-adsense#post-17173</link>
			<pubDate>Thu, 10 Jul 2008 15:40:35 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">17173@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I did everything from earigrey's post and it does nothing. My main concern is since he asks for it to be put in my-template folder how is the software supposed to know that those files are there. So i just replaced the topic file in the template directory. How do i reference the adsense code so the page knows to look there?
</p>]]></description>
					</item>
		<item>
			<title>Null on "Work in progress"</title>
			<link>http://bbpress.org/forums/topic/work-in-progress#post-16889</link>
			<pubDate>Tue, 24 Jun 2008 11:13:25 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">16889@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>In THEORY you could use the forum database table for the blog. A blog would be a new topic in which people could reply. Adding a filter would seperate the blog-forums from the normal forum.</p>
<p>This way, the database doesn't have to be extended, a simple filter would do... plus it would be easier to code as a plugin</p>
<p>Well in theory</p>
<p>Just filter it:<br />
blog name = forum name<br />
blog topic = forum topic<br />
blog reply = forum reply</p>
<p>blog is filtered from the forum and only topic owner can add/edit here.</p>
<p>To make it more simple, when a user makes a blog a forum called "userblogs" (must be unique so a series of numbers could be added) is created and filtered (hidden). Then when loading a profile page it checks the forum "userblogs" where topic starter = profilename and it shows the "blogs" of that profile name...</p>
<p>Hope you understand what I mean, goodluck</p>
<p>_Null
</p>]]></description>
					</item>
		<item>
			<title>geekgirl89 on "Work in progress"</title>
			<link>http://bbpress.org/forums/topic/work-in-progress#post-16876</link>
			<pubDate>Tue, 24 Jun 2008 04:33:40 +0000</pubDate>
			<dc:creator>geekgirl89</dc:creator>
			<guid isPermaLink="false">16876@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm currently trying to get the database extended (have never coded in my life). And yes, people will be able to reply, just haven't added the code yet. To be honest, I'm just mixing all sorts of code together to see what I get. I went through a lot of trail and error and this was my result. I think I'm going to have to get a couple of people to hep me in this project.
</p>]]></description>
					</item>
		<item>
			<title>Null on "Work in progress"</title>
			<link>http://bbpress.org/forums/topic/work-in-progress#post-16844</link>
			<pubDate>Sat, 21 Jun 2008 09:18:08 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">16844@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I kinda like the blog idea, it's something totaly new for a forum and personalises the profile page a lot. Are the blogs saved in a hidden forum or is the database extended? (profile table).  And can people reply?</p>
<p>_Null
</p>]]></description>
					</item>
		<item>
			<title>geekgirl89 on "Work in progress"</title>
			<link>http://bbpress.org/forums/topic/work-in-progress#post-16841</link>
			<pubDate>Sat, 21 Jun 2008 01:01:20 +0000</pubDate>
			<dc:creator>geekgirl89</dc:creator>
			<guid isPermaLink="false">16841@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Here is the current plugin I'm working on. It deals a lot with just adding files to the root and editing profile.php. So far I've set up the blog, where you're able to make a post (see image), edit/delete it, and display it on the user page. All I need to do is set it up so it can be used for users to create their own blog.</p>
<p><a href="http://img176.imageshack.us/img176/6891/pluginscreenshotjl2.jpg" rel="nofollow">http://img176.imageshack.us/img176/6891/pluginscreenshotjl2.jpg</a></p>
<p>Other features in the works are:</p>
<p>Comments (as you can see in the preview)<br />
Music Player (going to make it so that it grabs from the server and displays a flash player)<br />
About Me, Friends section, etc<br />
Choice of theme for profile<br />
Galleries<br />
... And whatever else I can think of. As I've said, it's work in progress.
</p>]]></description>
					</item>
		<item>
			<title>geld_lenen on "Google Adsense"</title>
			<link>http://bbpress.org/forums/topic/google-adsense#post-16731</link>
			<pubDate>Thu, 12 Jun 2008 19:51:04 +0000</pubDate>
			<dc:creator>geld_lenen</dc:creator>
			<guid isPermaLink="false">16731@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Can't get the system working on my blog, other colors?
</p>]]></description>
					</item>
		<item>
			<title>bobbyh on "Is this possible? (advanced templating)"</title>
			<link>http://bbpress.org/forums/topic/is-this-possible-advanced-templating#post-16236</link>
			<pubDate>Wed, 14 May 2008 18:10:36 +0000</pubDate>
			<dc:creator>bobbyh</dc:creator>
			<guid isPermaLink="false">16236@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you want varying HTML depending on what the forum id is, you should probably just use a conditional if/inside of one template file like so:</p>
<p><code>&#60;?php if ($forum_id == 1) {</code><br />
<code>echo &#39;html1&#39;;</code><br />
<code>} elseif ($forum_id == 2)  {</code><br />
<code>echo &#39;html2&#39;;</code><br />
<code>?&#62;</code></p>
<p>Any other approach will probably lead to madness. :-)
</p>]]></description>
					</item>
		<item>
			<title>Null on "Is this possible? (advanced templating)"</title>
			<link>http://bbpress.org/forums/topic/is-this-possible-advanced-templating#post-16230</link>
			<pubDate>Wed, 14 May 2008 15:57:35 +0000</pubDate>
			<dc:creator>Null</dc:creator>
			<guid isPermaLink="false">16230@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Can this be done with entire templates too?  Perhaps in topic.php or something (cant try this at the moment)
</p>]]></description>
					</item>

	</channel>
</rss>

