<?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 support forums Topic: Suggestions and misc</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Suggestions and misc</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 13:58:08 +0000</pubDate>

<item>
<title>vafaaaan on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12174</link>
<pubDate>Sat, 24 Nov 2007 04:08:16 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12174@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;strange .. i have &#34;Topic — Add New »&#34; when im not logged in and just &#34;Topic — &#34; when im in.. ?
&#60;/p&#62;</description>
</item>
<item>
<title>vafaaaan on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12173</link>
<pubDate>Sat, 24 Nov 2007 00:40:48 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12173@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Im using bbpress-integration.php first then installed bbsync .. seems working ok. Think ill let users signup via bbp and add admins trough wp.&#60;/p&#62;
&#60;p&#62;OT: trac ... is there a similar web-based management of software projects  without the python stuff, written in php out there?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12163</link>
<pubDate>Fri, 23 Nov 2007 01:13:05 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">12163@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are you using bbsync, or requiring bb when you run wp?&#60;/p&#62;
&#60;p&#62;Whatever you like. Makes no difference.
&#60;/p&#62;</description>
</item>
<item>
<title>vafaaaan on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12162</link>
<pubDate>Fri, 23 Nov 2007 01:09:42 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12162@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So .. how do i.. should i let ppl register via WP or bbp ?
&#60;/p&#62;</description>
</item>
<item>
<title>vafaaaan on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12161</link>
<pubDate>Thu, 22 Nov 2007 22:37:59 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12161@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Im getting these lines in the middle of the admin page: wp-admin/post-new.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Error:
Warning: Missing argument 2 for bb_bozo_pre_post_status() in D:\xxxxx\bb-includes\bozo.php on line 173

Warning: Missing argument 3 for bb_bozo_pre_post_status() in D:\xxxxx\bb-includes\bozo.php on line 173&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then.. i get when i post..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Warning: Missing argument 2 for bb_bozo_pre_post_status() in D:\xxxxx\bb-includes\bozo.php on line 173

Warning: Missing argument 3 for bb_bozo_pre_post_status() in D:\xxxxx\bb-includes\bozo.php on line 173

Warning: Cannot modify header information - headers already sent by (output started at D:\xxxxx\bb-includes\bozo.php:173) in D:\xxxxx\wp-includes\pluggable.php on line 391&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>vafaaaan on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12147</link>
<pubDate>Thu, 22 Nov 2007 08:03:05 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12147@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Now .. ive managed to make WP and bbp share same theme. Dont know if its god but it works.. im running right now.&#60;br /&#62;
&#60;strong&#62;wp-content/theme/header.php&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
include(ROOT . &#38;#39;/theme/header-start.php&#38;#39;);
?&#38;gt;
&#38;lt;title&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; - &#38;lt;?php if ( is_single() ) { ?&#38;gt; &#38;amp;raquo; Archive &#38;lt;?php } ?&#38;gt; &#38;lt;?php wp_title(); ?&#38;gt;&#38;lt;/title&#38;gt;
&#38;lt;?php
wp_head();
include(ROOT . &#38;#39;/theme/header-end.php&#38;#39;);
?&#38;gt;
	&#38;lt;body&#38;gt;
&#38;lt;?php
wp_head();
include(ROOT. &#38;#39;/theme/body-start.php&#38;#39;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;my-themes/theme/header.php&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
include(ROOT . &#38;#39;/theme/header-start.php&#38;#39;);
?&#38;gt;
&#38;lt;title&#38;gt;MyWebsite - &#38;lt;?php bb_title() ?&#38;gt;&#38;lt;/title&#38;gt;
&#38;lt;?php
bb_feed_head();

if ( is_topic() &#38;#38;&#38;#38; bb_is_user_logged_in() ) : ?&#38;gt;
	&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
		var lastMod = &#38;lt;?php topic_time( &#38;#39;timestamp&#38;#39; ); ?&#38;gt;;
		var page = &#38;lt;?php global $page; echo $page; ?&#38;gt;;
		var currentUserId = &#38;lt;?php bb_current_user_info( &#38;#39;id&#38;#39; ); ?&#38;gt;;
		var topicId = &#38;lt;?php topic_id(); ?&#38;gt;;
		var uriBase = &#38;#39;&#38;lt;?php bb_option(&#38;#39;uri&#38;#39;); ?&#38;gt;&#38;#39;;
		var tagLinkBase = &#38;#39;&#38;lt;?php bb_tag_link_base(); ?&#38;gt;&#38;#39;;
		var favoritesLink = &#38;#39;&#38;lt;?php favorites_link(); ?&#38;gt;&#38;#39;;
		var isFav = &#38;lt;?php if ( false === $is_fav = is_user_favorite( bb_get_current_user_info( &#38;#39;id&#38;#39; ) ) ) echo &#38;quot;&#38;#39;no&#38;#39;&#38;quot;; else echo $is_fav; ?&#38;gt;;
	&#38;lt;/script&#38;gt;
&#38;lt;?php
bb_enqueue_script(&#38;#39;topic&#38;#39;);
endif;

bb_head();
include(ROOT. &#38;#39;/theme/header-end.php&#38;#39;);
?&#38;gt;
	&#38;lt;body id=&#38;quot;&#38;lt;?php bb_location(); ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;?php
include(ROOT . &#38;#39;/theme/body-start.php&#38;#39;);
if ( is_bb_profile() ) profile_menu();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;my-themes/theme/footer.php&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
do_action(&#38;#39;bb_foot&#38;#39;, &#38;#39;&#38;#39;);
include(ROOT . &#38;#39;/theme/body-end.php&#38;#39;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;wp-content/theme/footer.php&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
include(ROOT . &#38;#39;/theme/body-end.php&#38;#39;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;theme/header-start.php&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.0 Strict//EN&#38;quot; &#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#38;quot;&#38;gt;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; xml:lang=&#38;quot;en&#38;quot;&#38;gt;
&#38;lt;head profile=&#38;quot;http://gmpg.org/xfn/11&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;theme/header-end.php&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo URL; ?&#38;gt;/theme/default.css&#38;quot; type=&#38;quot;text/css&#38;quot; title=&#38;quot;Default style&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;alternate&#38;quot; href=&#38;quot;&#38;lt;?php echo URL; ?&#38;gt;/?feed=rss2&#38;quot; type=&#38;quot;application/rss+xml\&#38;quot; title=&#38;quot;RSS Feed&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;pingback&#38;quot; href=&#38;quot;&#38;lt;?php echo URL; ?&#38;gt;/xmlrpc.php&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;EditURI&#38;quot; href=&#38;quot;&#38;lt;?php echo URL; ?&#38;gt;/xmlrpc.php?rsd&#38;quot; type=&#38;quot;application/rsd+xml&#38;quot; title=&#38;quot;RSD&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;wlwmanifest&#38;quot; href=&#38;quot;&#38;lt;?php echo URL; ?&#38;gt;/wp-includes/wlwmanifest.xml&#38;quot; type=&#38;quot;application/wlwmanifest+xml&#38;quot; /&#38;gt;
&#38;lt;meta http-equiv=&#38;quot;content-type&#38;quot; content=&#38;quot;text/html; charset=UTF-8&#38;quot; /&#38;gt;
&#38;lt;meta name=&#38;quot;generator&#38;quot; content=&#38;quot;WordPress 2.3.1&#38;quot; /&#38;gt;
&#38;lt;/head&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;theme/body-start.php&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;wrapper&#38;quot;&#38;gt;
&#38;lt;?php
get_sidebar();
// Etc...
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;theme/body-end.php&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
// Etc...
wp_footer();
?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope its all there.. ;)&#60;/p&#62;
&#60;p&#62;URL and ROOT is defined in wp-config.php&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Edit:&#60;/strong&#62; you can of course cut BODY to include different sidebar wp / bbp :)
&#60;/p&#62;</description>
</item>
<item>
<title>vafaaaan on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12140</link>
<pubDate>Thu, 22 Nov 2007 00:40:51 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12140@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hmm seems working .. have wp cats and stuff to the right .. same theme :)&#60;/p&#62;
&#60;p&#62;forum root is.. ehh.. root :( cant find where to change that to forums.php&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Update:&#60;/strong&#62; Found at the top in my-templates/topic.php and forum.php .. changed &#38;lt;?php bb_option('uri'); ?&#38;gt; to forums.php and it works fine :) i feel happy&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Update2: &#60;/strong&#62;changed in my-templates/footer.php. Removed almost all code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php do_action(&#38;#39;bb_foot&#38;#39;, &#38;#39;&#38;#39;); ?&#38;gt;
&#38;lt;?php wp_footer(); ?&#38;gt;
&#38;lt;?php
include($_SERVER[&#38;#39;DOCUMENT_ROOT&#38;#39;] . &#38;#39;/myname/wp-content/themes/themename/footer.php&#38;#39;);
?&#38;gt;
&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So it runs with my WP  theme footer :)&#60;/p&#62;
&#60;p&#62;Need to slice up my WP header so i can do the same&#60;/p&#62;
&#60;p&#62;Im just hacking and testing so if there is something i can do better say it ;)&#60;/p&#62;
&#60;p&#62;Looks a bit weird to have two admin/logins at my top right corner :D&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Update3:&#60;/strong&#62; Since i had forums.php i change in config.php&#60;br /&#62;
// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Forum index';&#60;br /&#62;
Looks better :)&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Keep up the good work developers!&#60;/strong&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>vafaaaan on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12139</link>
<pubDate>Wed, 21 Nov 2007 23:56:43 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12139@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey.. wtf .. think it works .. im havin wp and bbp in the same dir, root dir .. just renamed bbp´s index.php to forums.php ..bbl with a report :)
&#60;/p&#62;</description>
</item>
<item>
<title>vafaaaan on "Suggestions and misc"</title>
<link>http://bbpress.org/forums/topic/suggestions-and-misc#post-12138</link>
<pubDate>Wed, 21 Nov 2007 22:42:25 +0000</pubDate>
<dc:creator>vafaaaan</dc:creator>
<guid isPermaLink="false">12138@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Where do i put them? here? if so..&#60;/p&#62;
&#60;p&#62;i think bbp should have 2 options at install, standalone or integrate with WP .. and since so many ppl want this under WP it should be default :)&#60;/p&#62;
&#60;p&#62;So i added&#60;br /&#62;
require_once($_SERVER['DOCUMENT_ROOT'] . '/kent/wp-blog-header.php');&#60;br /&#62;
in my config and it seems working fine. Can i now use functions as is_user_logged_in() and wp_list_categories() in my bbp templates ?&#60;/p&#62;
&#60;p&#62;Can either sides registration/login be totally skipped? ex. remove bbp´s registration?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
