<?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: arturo84</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: arturo84</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 15:56: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>hanachristina on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-81935</link>
			<pubDate>Sun, 23 Jan 2011 16:45:55 +0000</pubDate>
			<dc:creator>hanachristina</dc:creator>
			<guid isPermaLink="false">81935@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I still use old theme, I need some help to upgrade my Bbp engine.
</p>]]></description>
					</item>
		<item>
			<title>hpguru on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70650</link>
			<pubDate>Fri, 02 Jul 2010 15:49:46 +0000</pubDate>
			<dc:creator>hpguru</dc:creator>
			<guid isPermaLink="false">70650@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you!
</p>]]></description>
					</item>
		<item>
			<title>zaerl on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70649</link>
			<pubDate>Fri, 02 Jul 2010 15:37:39 +0000</pubDate>
			<dc:creator>zaerl</dc:creator>
			<guid isPermaLink="false">70649@http://bbpress.org/forums/</guid>
			<description><![CDATA[<pre><code>bb_is_front()
bb_is_forum()
bb_is_tags()
bb_is_tag()
bb_is_topic_edit()
bb_is_topic()
bb_is_feed()
bb_is_search()
bb_is_profile()
bb_is_favorites()
bb_is_view()
bb_is_statistics()</code></pre>
<p>that are all wrappers (a mojor part of them) of the <code>bb_get_location()</code> function which returns:</p>
<pre><code>front-page
forum-page
tag-page
topic-edit-page
topic-page
feed-page
search-page
profile-page
favorites-page
view-page
stats-page
login-page
register-page</code></pre>]]></description>
					</item>
		<item>
			<title>hpguru on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70647</link>
			<pubDate>Fri, 02 Jul 2010 15:23:41 +0000</pubDate>
			<dc:creator>hpguru</dc:creator>
			<guid isPermaLink="false">70647@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you!!! This work fine. </p>
<p>Have a nice day!
</p>]]></description>
					</item>
		<item>
			<title>kevinjohngallagher on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70646</link>
			<pubDate>Fri, 02 Jul 2010 15:21:37 +0000</pubDate>
			<dc:creator>kevinjohngallagher</dc:creator>
			<guid isPermaLink="false">70646@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>brilliant, thanks zaerl.<br />
While you're here mate, are there any more functions like that (for defining testing for pages) ?</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>zaerl on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70645</link>
			<pubDate>Fri, 02 Jul 2010 15:06:02 +0000</pubDate>
			<dc:creator>zaerl</dc:creator>
			<guid isPermaLink="false">70645@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><code>bb_is_front()</code>
</p>]]></description>
					</item>
		<item>
			<title>kevinjohngallagher on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70644</link>
			<pubDate>Fri, 02 Jul 2010 13:57:02 +0000</pubDate>
			<dc:creator>kevinjohngallagher</dc:creator>
			<guid isPermaLink="false">70644@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>No, there is no equivalent to the best of my knowledge.<br />
You could write one yourself that tests for the URL or basename of the file/folder you're in - it's not ideal, but very little is here.
</p>]]></description>
					</item>
		<item>
			<title>Gautam on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70640</link>
			<pubDate>Fri, 02 Jul 2010 13:51:31 +0000</pubDate>
			<dc:creator>Gautam</dc:creator>
			<guid isPermaLink="false">70640@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can use the <code>bb_is_front</code> function (my previous comment went in spam).
</p>]]></description>
					</item>
		<item>
			<title>hpguru on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70639</link>
			<pubDate>Fri, 02 Jul 2010 13:49:24 +0000</pubDate>
			<dc:creator>hpguru</dc:creator>
			<guid isPermaLink="false">70639@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>But is there any function to title. I need slogan in web browser title and need "if is home". If it is right, then show - My forum slogan.
</p>]]></description>
					</item>
		<item>
			<title>Gautam on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70638</link>
			<pubDate>Fri, 02 Jul 2010 13:44:12 +0000</pubDate>
			<dc:creator>Gautam</dc:creator>
			<guid isPermaLink="false">70638@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can either put the code in <code>front-page.php</code> as Kevin told or use <code>if ( bb_is_front() ) { /* Code Here */ }</code>
</p>]]></description>
					</item>
		<item>
			<title>kevinjohngallagher on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70636</link>
			<pubDate>Fri, 02 Jul 2010 13:42:28 +0000</pubDate>
			<dc:creator>kevinjohngallagher</dc:creator>
			<guid isPermaLink="false">70636@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>front-page.php in your theme folder.</p>
<p>Alternatively, I've a WordPress mimic plugin I'll be releasing next week which should solve alot of WP to bbP issues.
</p>]]></description>
					</item>
		<item>
			<title>hpguru on "I need function &quot;if is home&quot; to bbPress"</title>
			<link>http://bbpress.org/forums/topic/i-need-function-if-is-home-to-bbpress#post-70633</link>
			<pubDate>Fri, 02 Jul 2010 13:29:53 +0000</pubDate>
			<dc:creator>hpguru</dc:creator>
			<guid isPermaLink="false">70633@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I use on my WordPress function ´&#38;lt;?php if (is_home()) { echo " - My blog slogan";} ?&#38;gt;´ on index.php.</p>
<p>But now i'm back to bbPress. Nothing in SMF or phpBB to me, try it and forget it... Install 1.0.2 and now i need slogan to just index.php.</p>
<p>Thank you.
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-69150</link>
			<pubDate>Thu, 27 May 2010 08:55:42 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">69150@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hey r-a-y that's cool! i don't update the theme only because is a standard theme and if anyone want to use without BP this hack create some problem
</p>]]></description>
					</item>
		<item>
			<title>r-a-y on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-69079</link>
			<pubDate>Wed, 26 May 2010 04:21:33 +0000</pubDate>
			<dc:creator>r-a-y</dc:creator>
			<guid isPermaLink="false">69079@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>For those not using deep integration and want to use BuddyPress avatars, check out this forum post I just made on BuddyPress.org:<br />
<a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-definitively-display-buddypress-avatars-in-bbpress/?topic_page=1&#038;num=15#post-56018" rel="nofollow">http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-definitively-display-buddypress-avatars-in-bbpress/?topic_page=1&#038;num=15#post-56018</a></p>
<p>If you're using WPMU, replace the $avatar_folder_url with:<br />
<code>$avatar_folder_url = &#39;/files/avatars/&#39;. $author_id;</code>
</p>]]></description>
					</item>
		<item>
			<title>wemaflo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-69059</link>
			<pubDate>Tue, 25 May 2010 20:15:14 +0000</pubDate>
			<dc:creator>wemaflo</dc:creator>
			<guid isPermaLink="false">69059@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That's cool, thank you!
</p>]]></description>
					</item>
		<item>
			<title>gerikg on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-68571</link>
			<pubDate>Wed, 12 May 2010 20:02:53 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">68571@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>oi!  awesome
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-68570</link>
			<pubDate>Wed, 12 May 2010 19:46:57 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">68570@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><a href="http://forum.buddypress-it.it/topic/buddypress-default-theme-for-bbpress?replies=5#post-1297" rel="nofollow">http://forum.buddypress-it.it/topic/buddypress-default-theme-for-bbpress?replies=5#post-1297</a> = no deep integration needed
</p>]]></description>
					</item>
		<item>
			<title>gerikg on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-68569</link>
			<pubDate>Wed, 12 May 2010 19:44:34 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">68569@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><a href="http://forum.buddypress-it.it/topic/buddypress-default-theme-for-bbpress?replies=5#post-1288" rel="nofollow">http://forum.buddypress-it.it/topic/buddypress-default-theme-for-bbpress?replies=5#post-1288</a>  = deep integration
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-68567</link>
			<pubDate>Wed, 12 May 2010 19:37:05 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">68567@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hi rockyteng,</p>
<p>thank you, u're welcome ;)
</p>]]></description>
					</item>
		<item>
			<title>rockyteng on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-68518</link>
			<pubDate>Wed, 12 May 2010 11:12:50 +0000</pubDate>
			<dc:creator>rockyteng</dc:creator>
			<guid isPermaLink="false">68518@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hi Arturo,<br />
excellent job!thanks very much!
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-68444</link>
			<pubDate>Mon, 10 May 2010 11:42:30 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">68444@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Finally the "normal" version of BuddyPress Default theme for bbPress is ready for the download.</p>
<p>This theme DOES NOT require the deep integration.</p>
<p>For the download link, info, request etc, <a href="http://forum.buddypress-it.it/topic/buddypress-default-theme-for-bbpress?replies=5#post-1297">go here</a>.</p>
<p>I think all works without a problem, but a debugging is appreciated.</p>
<p>one last thing... sorry for the delay.</p>
<p>Enjoy!
</p>]]></description>
					</item>
		<item>
			<title>Ashfame on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67859</link>
			<pubDate>Wed, 28 Apr 2010 20:11:03 +0000</pubDate>
			<dc:creator>Ashfame</dc:creator>
			<guid isPermaLink="false">67859@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I will be waiting for the normal theme
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67730</link>
			<pubDate>Tue, 27 Apr 2010 10:20:02 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">67730@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i'm working on a "normal" version of the theme, the deep integration version is for full functional forum with bp user profile etc... in the weekend i release the normal version of the theme.
</p>]]></description>
					</item>
		<item>
			<title>wemaflo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67685</link>
			<pubDate>Mon, 26 Apr 2010 16:57:48 +0000</pubDate>
			<dc:creator>wemaflo</dc:creator>
			<guid isPermaLink="false">67685@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have activated your theme, it works great! Tanks for that!<br />
But deep integration is a little bit too much in my opinion :)
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67662</link>
			<pubDate>Mon, 26 Apr 2010 00:19:13 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">67662@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>if you want the simple theme is easy to "fix"</p>
<p>tomorrow i create a simple theme for bbpress ;)
</p>]]></description>
					</item>
		<item>
			<title>Ashfame on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67656</link>
			<pubDate>Sun, 25 Apr 2010 22:46:53 +0000</pubDate>
			<dc:creator>Ashfame</dc:creator>
			<guid isPermaLink="false">67656@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>it needs deep integration? #fail<br />
we thought you designed the theme so that overhead of deep integration can be avoided
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67654</link>
			<pubDate>Sun, 25 Apr 2010 22:11:03 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">67654@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>now is fixed.
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67652</link>
			<pubDate>Sun, 25 Apr 2010 20:29:33 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">67652@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>the css need a class, i'll add tomorrow
</p>]]></description>
					</item>
		<item>
			<title>wemaflo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67647</link>
			<pubDate>Sun, 25 Apr 2010 17:39:23 +0000</pubDate>
			<dc:creator>wemaflo</dc:creator>
			<guid isPermaLink="false">67647@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you very much! It's great!
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "BuddyPress Default theme for bbPress"</title>
			<link>http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress-1#post-67632</link>
			<pubDate>Sun, 25 Apr 2010 12:12:54 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">67632@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The BuddyPress Default theme for bbPress is ready and available for the download.</p>
<p>ATTENTION: REQUIRES the deep integration between bbPress and WordPress/MU.</p>
<p>For info, and download link please <a href="http://forum.buddypress-it.it/topic/buddypress-default-theme-for-bbpress">go here</a>.</p>
<p>For a demo visit: <a href="http://forum.buddypress-it.it" rel="nofollow">http://forum.buddypress-it.it</a></p>
<p>Enjoy!
</p>]]></description>
					</item>

	</channel>
</rss>

