<?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; Tag: template - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/template</link>
		<description>bbPress Support Forums &#187; Tag: template - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 03:26:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/template" rel="self" type="application/rss+xml" />

		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97945</link>
			<pubDate>Tue, 07 Feb 2012 21:12:47 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97945@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks JJJ.</p>
<p>I guess my question is: how do you have them behave like the do here?</p>
<p>Where any tags entered into the tags field are simply appended to a topic, and previous ones remain untouched?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97944</link>
			<pubDate>Tue, 07 Feb 2012 21:09:50 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97944@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you empty out the tags field, it will replace the tags of the topic. This does not happen in the default template.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97939</link>
			<pubDate>Tue, 07 Feb 2012 16:40:14 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97939@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any word on this?</p>
<p>My assumption is that I'm doing something wrong, but it appears to happen on a fresh install with the default template.</p>
<p>But it isn't happening here! I can add tags and the previous ones remain, so maybe there's a but in the default template, but not in the core?
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97837</link>
			<pubDate>Fri, 03 Feb 2012 23:57:27 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97837@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Does it do it here?
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97836</link>
			<pubDate>Fri, 03 Feb 2012 23:56:13 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97836@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I start a thread. Include tags.</p>
<p>The next poster's message (regardless of user role) overwrites my tags or erases them all together.</p>
<p>In fact, every post overwrites the previous tags.</p>
<p>Que? Have I setup something wrong? This happened in a fresh install with the default template too.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Incorporating bbPress theme files, into a pre-existing theme."</title>
			<link>http://bbpress.org/forums/topic/incorporating-bbpress-theme-files-into-a-pre-existing-theme#post-97590</link>
			<pubDate>Sat, 28 Jan 2012 22:10:35 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97590@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yeah I realized I can move files from the original template, but it looks like theming 2.1 is going to be much more smooth.</p>
<p>Thanks chaps!
</p>]]></description>
					</item>
		<item>
			<title>Paul on "Incorporating bbPress theme files, into a pre-existing theme."</title>
			<link>http://bbpress.org/forums/topic/incorporating-bbpress-theme-files-into-a-pre-existing-theme#post-97589</link>
			<pubDate>Sat, 28 Jan 2012 21:57:46 +0000</pubDate>
			<dc:creator>Paul</dc:creator>
			<guid isPermaLink="false">97589@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ben, I've had more success with the 2.1 development version, available as a zip at the bottom of <a href="http://bbpress.trac.wordpress.org/browser/branches/plugin" rel="nofollow">http://bbpress.trac.wordpress.org/browser/branches/plugin</a>.</p>
<p>All I have done is create a bbpress directory within my theme folder and in there copied in any files from plugins\bbpress\bbp-themes\bbp-twentyten\bbpress that I wanted to modify.  I have not moved any files out of the plugins directory. </p>
<p>I haven't had much success with setting the css for bbpress from within my theme.  In the end I ended up renaming plugins\bbpress\bbp-themes\bbp-twentyten\css\bbpress.css to bbpress_master.css and creating a new bbpress.css in the same folder.  Within this new file I have my modifications with the following as the first lines </p>
<p><code><br />
/**<br />
 * bbPress specific CSS<br />
 *<br />
 * @package bbPress<br />
 * @subpackage Theme<br />
 */</p>
<p>/* =bbPress Style<br />
-------------------------------------------------------------- */</p>
<p>@import url("bbpress_master.css");<br />
</code></p>
<p>I will need to be careful updating bbpress as I will lose my bbpress.css.  Until I work out how to have css working through my theme it will do.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Incorporating bbPress theme files, into a pre-existing theme."</title>
			<link>http://bbpress.org/forums/topic/incorporating-bbpress-theme-files-into-a-pre-existing-theme#post-97588</link>
			<pubDate>Sat, 28 Jan 2012 21:30:13 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97588@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hmm... just found this:</p>
<p>&#60;i&#62;"If you are the author of this theme, then you can copy all the files *out of* the "/bbpress/bbp-themes/bbp-twentyten" folder into the folder of your theme, and make your own edits from there. The files to copy include the single-*, archive-*, page-*, and anything in the subfolders."&#60;/i&#62;</p>
<p>So is the best approach for me to copy the bbPress folder within bbp-twentyten into my theme, and add whatever forum or snippets or files I need to my theme files?
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Incorporating bbPress theme files, into a pre-existing theme."</title>
			<link>http://bbpress.org/forums/topic/incorporating-bbpress-theme-files-into-a-pre-existing-theme#post-97587</link>
			<pubDate>Sat, 28 Jan 2012 21:25:40 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97587@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Here's what I tried:</p>
<p>1) Copy bbpress theme folder into my theme<br />
2) add "add_theme_support( 'bbpress' );" to my functions file</p>
<p>Nothing. I think I misunderstand how the bbpress theming system works. I thought it was more or less a "child theme" that bolts on to twentyten.</p>
<p>Are there files or snippets of code I need to grab from the bbp-twentyten theme?</p>
<p>FWIW, the site is running Buddypress, along side bbpress. I'm using the stock Buddypress theme, and my own Buddypress child theme.</p>
<p>Everything is working perfectly (forum is up and running, etc). All I'm trying to do is used a customized bbpress template so I have complete control over the forum markup.</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>klimam on "Full-Width Forum"</title>
			<link>http://bbpress.org/forums/topic/full-width-forum-1#post-97315</link>
			<pubDate>Wed, 18 Jan 2012 16:11:17 +0000</pubDate>
			<dc:creator>klimam</dc:creator>
			<guid isPermaLink="false">97315@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Could you please advise me how to use the Widget Logic Conditional Tags in order to only make some widgets appear/disappear on my forum? Do you filter it via Categories (and than which category name have Forums and Topics in BBPRESS?)  Thank you very much Klimas
</p>]]></description>
					</item>
		<item>
			<title>zofar143x on "Full-Width Forum"</title>
			<link>http://bbpress.org/forums/topic/full-width-forum-1#post-96118</link>
			<pubDate>Wed, 21 Dec 2011 09:50:50 +0000</pubDate>
			<dc:creator>zofar143x</dc:creator>
			<guid isPermaLink="false">96118@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It can never be full width as long as you don't remove that sidebar. You can use <a href="http://wordpress.org/extend/plugins/widget-logic/">Widgetlogic</a> in order to only make your widgets disappear on your forum.
</p>]]></description>
					</item>
		<item>
			<title>vsagar on "Full-Width Forum"</title>
			<link>http://bbpress.org/forums/topic/full-width-forum-1#post-96113</link>
			<pubDate>Wed, 21 Dec 2011 07:15:34 +0000</pubDate>
			<dc:creator>vsagar</dc:creator>
			<guid isPermaLink="false">96113@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I removed the div.bbp-breadcrumb in bbpress.css<br />
then added this<br />
.bbp-forums {<br />
    width: 100%;<br />
}<br />
But with no luck..<br />
Its not working...<br />
I also want full width forum on my following link...<br />
<a href="http://vsagar.com/students/forums/forum/electronics-students-forum-3/" rel="nofollow">http://vsagar.com/students/forums/forum/electronics-students-forum-3/</a><br />
Please help...
</p>]]></description>
					</item>
		<item>
			<title>spicynodes on "My Liposuction Forums"</title>
			<link>http://bbpress.org/forums/topic/my-liposuction-forums#post-95076</link>
			<pubDate>Fri, 02 Dec 2011 17:27:59 +0000</pubDate>
			<dc:creator>spicynodes</dc:creator>
			<guid isPermaLink="false">95076@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>this thread is spam.
</p>]]></description>
					</item>
		<item>
			<title>zofar143x on "My Liposuction Forums"</title>
			<link>http://bbpress.org/forums/topic/my-liposuction-forums#post-94505</link>
			<pubDate>Tue, 22 Nov 2011 12:10:36 +0000</pubDate>
			<dc:creator>zofar143x</dc:creator>
			<guid isPermaLink="false">94505@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Looks like it's time to add 'rell="nofollow"' to the outbound links here.
</p>]]></description>
					</item>
		<item>
			<title>MT Prower on "All forums pages on non-default WordPress template.php"</title>
			<link>http://bbpress.org/forums/topic/all-forums-pages-on-non-default-wordpress-templatephp#post-93858</link>
			<pubDate>Tue, 01 Nov 2011 22:07:31 +0000</pubDate>
			<dc:creator>MT Prower</dc:creator>
			<guid isPermaLink="false">93858@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I solved this. Had nothing to do with bbPress, but instead, had to do it via my WordPress theme. Thanks anyway.
</p>]]></description>
					</item>
		<item>
			<title>MT Prower on "All forums pages on non-default WordPress template.php"</title>
			<link>http://bbpress.org/forums/topic/all-forums-pages-on-non-default-wordpress-templatephp#post-93813</link>
			<pubDate>Mon, 31 Oct 2011 01:11:17 +0000</pubDate>
			<dc:creator>MT Prower</dc:creator>
			<guid isPermaLink="false">93813@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Well, renaming and then moving or not moving the template.php sure didn't help. See?/: <a href="http://www.vgreboot.com/forum-slug/welcome-to-vg-reboot" rel="nofollow">http://www.vgreboot.com/forum-slug/welcome-to-vg-reboot</a></p>
<p>I made a template that has only one sidebar for the forums, rather than two. The page there uses the default template.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "All forums pages on non-default WordPress template.php"</title>
			<link>http://bbpress.org/forums/topic/all-forums-pages-on-non-default-wordpress-templatephp#post-93809</link>
			<pubDate>Mon, 31 Oct 2011 00:49:16 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">93809@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Rename your template-twocolumn.php to 'bbpress.php' and you're all set.
</p>]]></description>
					</item>
		<item>
			<title>MT Prower on "All forums pages on non-default WordPress template.php"</title>
			<link>http://bbpress.org/forums/topic/all-forums-pages-on-non-default-wordpress-templatephp#post-93806</link>
			<pubDate>Mon, 31 Oct 2011 00:11:07 +0000</pubDate>
			<dc:creator>MT Prower</dc:creator>
			<guid isPermaLink="false">93806@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I need help performing a basic function. I have a WordPress blog with bbPress installed as a plugin. I would like all of my forums pages (ever) to show up on a custom two-column WordPress page template that I made (template-twocolumn.php) rather than the default three-column template for my site's theme. I can put a forums shortcode on a WordPress page with a custom template, but the forums will still really just be using the three-column template, and it will show when I click any links to a new forums page. Can someone please help me make it so that the entirety of bbPress uses one particular non-default template page style?</p>
<p>I have WordPress 3.2.1 and bbPress 2.0. My website is at <a href="http://www.vgreboot.com/" rel="nofollow">http://www.vgreboot.com/</a> . Thanks.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93482</link>
			<pubDate>Wed, 19 Oct 2011 17:03:05 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">93482@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Negatively criticizing the development team isn't the way to get help with things that are specific to your opinions and forum needs. bbPress has historically never been a “full width" forum, and since most WordPress themes aren't, why would it?</p>
<p>I understand that you are striving for a particular look. If you'd rather spend your time writing content, there are an infinite number of developers in the WordPress community that could probably save you time and headaches. In almost any theme under your control, it shouldn't take more than 5 minutes to make a full width forum.
</p>]]></description>
					</item>
		<item>
			<title>thetbasket on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93454</link>
			<pubDate>Wed, 19 Oct 2011 03:06:51 +0000</pubDate>
			<dc:creator>thetbasket</dc:creator>
			<guid isPermaLink="false">93454@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>By the way, Travis, after implementing the code the way you said it rather than the way I read it it worked for what it was intended, so thank you.</p>
<p>This still does not solve the sidebar issue I have been having, but it does solve an issue I would have had to acknowledge afterword, so it's a great help.</p>
<p>I still need to work on getting this 100% with the sidebars, and it will certainly require some alterations of the theme.  Well, I may be back to ask some more questions, but thank you for clearing up how I completely misread your original post on this.</p>
<p>BTW, where in the bbpress code does it refer to the page template it is using to make it's decisions?  Right now with the buddypress install I cannot work with within the WP framework to use an alternate template.  My theme creator - Artisteer - does not create a full page option, but I could create it.  The problem is that I do not see where to point to, say, page-full.php within the bbpress code.</p>
<p>I'm a bit of a hack-beginner at this.  As previously stated, I am a content creator more than a programmer, so perhaps it's a stupid question.  But I cannot figure it out.</p>
<p>Best,<br />
James
</p>]]></description>
					</item>
		<item>
			<title>PureRover on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93452</link>
			<pubDate>Wed, 19 Oct 2011 02:23:21 +0000</pubDate>
			<dc:creator>PureRover</dc:creator>
			<guid isPermaLink="false">93452@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Could not have put it any more professional than illustrated by 'thebasket'.  That is the frustration I was having with bbpress.  Pushing my deadlines up against the wall until I finally had to look toward alternatives.</p>
<p>PLEASE ADD A SHORTCODE THAT WILL ENABLE THE PLUGIN TO WORK WITHIN A FULL-WIDTH PAGE JUST LIKE SIMPLE PRESS.
</p>]]></description>
					</item>
		<item>
			<title>thetbasket on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93451</link>
			<pubDate>Wed, 19 Oct 2011 02:00:48 +0000</pubDate>
			<dc:creator>thetbasket</dc:creator>
			<guid isPermaLink="false">93451@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Travis,</p>
<p>Thanks for the response.  My theme was different, as you had suggested, and I am working on it.  Although I'm now in a little bit more of a complicated predicament because I am trying to use bbpress through buddypress, and on the buddypress install the forums options is not pointing the indicated page to the bbpress forums.</p>
<p>Anyway, I did misread or misunderstand your first suggestion - sorry about that.  As far as creating a full-width template, I am nearly positive I did so (I created a template specifically for that page to be full width), but nevertheless I will double check next time.</p>
<p>I don't want to get too deeply into this, but the fact that we use the word "blog" and "forum" already indicates that they are different even though they are both CMS's.  The issue is not that one is a CMS and the other is not, it is a matter of how the content is managed and it's purpose.</p>
<p>A blog is a blog because, generally, one user is contributing the content that a multiplicity of users is commenting on.  So a standard blog Write-and-Respond system works nicely, and works nicely even in a narrow space because it usually contains one article with comments on the article.</p>
<p>A forum, on the other hand, is a multiplicity of users creating multiple threads all scaffolded by an overarching structure of the forum and subforums.  The way forums have been built thus far has been usually in a wide content format so users can see 1) The Thread title 2) The amount of replies 3) The last user that replied etc. etc.  In other words, it is build upon a more horizontal management format, whereas the blog can get away with a more vertical format.</p>
<p>Of course now and into the future there will be all sorts of variations on this.  But for the end user, I want a forum that is a forum, not a forum that is a blog.  In other words, wide-formatted with the expected information that forums have traditionally contained up to this point.</p>
<p>The strong point of bbpress is its integration and especially it's style integration.  Anyone who has attempted to create themes for phpBB knows what a nightmare it can be.  However, if you try to smush a phpBB forum in-between two or even besides one sidebar, see what happens.  Not only that, but those sidebars from the blog are almost inherently irrelevant to the function of the forum.  In other words -- useless screen real estate being taken from what otherwise would be a smoothly functioning, articulated forum.</p>
<p>And I can understand that WordPress vanilla functions fine, and being opensource one could reprogram it into Duke-Nukem 3D, almost.  As a user of wordpress, the most frustrating thing consistently is that I feel like I am hacking CSS and PHP files more than I am creating content, and perhaps this is because I am a bit persnickety and want a particular look, but a full width forum from a forum plugin?  To me things like this (and there are enough) are just plain flaws in development.  I shouldn't need to hack anything to get a forum to operate in full width because that is how forums best operate according to contemporary standards.  Perhaps you should need to hack to get something to operate somehow unique and fascinating, but hacking code to get something to perform as you would expect it to - from your hours and hours and hours of forum experience?  To me this is on the development teams shoulders.</p>
<p>Again, thank you so much for taking the time to reply.  I may be back after I have a chance to try what you had suggested.</p>
<p>By the way, after installing buddypress all of the groups, member pages, activity pages, etc. were ALL operating on full width.  The only part of the entire install that persists in operating between my sidebars is bbpress, and it is the only one I am dissatisfied with.  So now I have to go through hours of who knows what to get something working the way it always has worked.</p>
<p>Again, bravo for bbpress, it's a great project with a great future, and there is a lot to be said for it.  But that doesn't excuse it from what needs work, and for those of us who want to deliver content, we would much rather spend our time on managing the delivery of content than on managing the content management system.</p>
<p>I'd rather be spending this time developing the forum, not on developing the forum development software.
</p>]]></description>
					</item>
		<item>
			<title>PureRover on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93439</link>
			<pubDate>Tue, 18 Oct 2011 16:09:12 +0000</pubDate>
			<dc:creator>PureRover</dc:creator>
			<guid isPermaLink="false">93439@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Travis,</p>
<p>Thank you for responding to my earlier question eventhough it's a mute point now since I am beta testing another forum plugin.</p>
<p>Our team needs a simple forum that can be plugged right into a full-width page.  The template we are using was built with that in mind.</p>
<p>The only problem we found with BBPress was it's lack of one shortcode for the entire plugin.  Why implement short-codes for bits and pieces of a software package and not the whole?</p>
<p>We implemented BBPress into a full-width page.  Looked good until we clicked on any link inside the forum.  When it was redrawn, it would leave the full-width page and revert back to a normal width page with sidebar widgets being displayed.</p>
<p>Modifying our template to fit a plugin is out of the question.  Our template works with every other plugin we have installed and should not have to be modified to make a plug-in work. The plugin should work, regardless.  If we start modifying a template everytime we load a plugin, we would be in trouble.</p>
<p>In other words, you need a short-code for the entire forum, not section.</p>
<p>We are currently beta-testing simplepress which uses one shortcode for the entire plugin.</p>
<p>BBPress has a lot of potential but doesn't quite meet the requirements for a seamless forum plugin.</p>
<p>-Mark
</p>]]></description>
					</item>
		<item>
			<title>travishill on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93433</link>
			<pubDate>Tue, 18 Oct 2011 15:05:26 +0000</pubDate>
			<dc:creator>travishill</dc:creator>
			<guid isPermaLink="false">93433@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@thetbasket, could you provide a URL, please?</p>
<blockquote><p>...but was a no-go for me.</p></blockquote>
<p>Your problem still exists because you probably have a completely different theme than that user did.</p>
<blockquote><p>...but the sidebars still remained.</p></blockquote>
<p>Are you using a Full Width Page Template? These templates do not have a sidebar. They are included with your theme. You select a template when you create a page.</p>
<blockquote><p>I removed the div.bbp-breadcrumb in bbpress.css as suggested...</p></blockquote>
<p>I didn't suggest <em>removing</em> <code>div.bbp-breadcrumb</code>, I suggested removing the <code>float:left</code> from <code>div.bbp-breadcrumb</code>. You'll probably want to style the breadcrumb.</p>
<blockquote><p>But there was no change.</p></blockquote>
<p>Again, this is probably because your not using a full width page template.</p>
<blockquote><p>...but at the same time the function of a forum does not necessarily adhere to that format or fit appropriately within it.</p></blockquote>
<p>Perhaps I shouldn't have said "what WordPress is built to do", because WordPress is nearly limitless. It's only restriction is the ability of it's builder. There is a solution to almost any problem within WordPress. Sure, a vanilla installation of WordPress is pretty limited, but alas, it can be extended to do very powerful things.</p>
<p>A forum software is exactly what WordPress is. A Content Management System. </p>
<p>A blog is a forum. A person creates a post (topic) and people comment (reply) on it.</p>
<p>A forum is a blog. A person creates a topic (post) and people reply (comment) to it.</p>
<p>A blog and forum are one in the same. How can it not fit appropriately?</p>
<blockquote><p>For me, the benefit of having such a plugin is to have a forum that operates well and lightly as a forum on a wordpress site, not necessarily a forum that works within the confines of a wordpress post or page, which is not how forums have functioned nor probably how they best function - considering the horizontal space they typically need for the post title, user that posted, number of replies, and so on, which take up quite a bit of horizontal real-estate.</p></blockquote>
<p>Again, I think your missing the full width page template.</p>
<blockquote><p>And since the typical widget that would be placed on the sidebar of a blog would be unlikely to directly apply to the forum, what you have in the end is an unnecessary utilization of space that would - for the end user - probably be better used to create a forum which is less cramped, more spacious, etc. - especially when they have the option to access the widgets and sidebars by going back to the blog - that which those widgets and sidebars were likely created for in the first place.</p></blockquote>
<p>The bulk of your post deals with your forum not "fitting" within a page, because of the sidebar. I understand where your coming from, so please verify that you are using a full width page template, as these typically don't have sidebars. This should solve your sidebar issue. If you don't have a full width page template, create one.</p>
<p><a href="http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates">WordPress Codex: Creating Your Own Page Templates</a></p>
<p>The last resort, and not a good one, is to comment out the <code>get_sidebar()</code> code in your template files.
</p>]]></description>
					</item>
		<item>
			<title>thetbasket on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93419</link>
			<pubDate>Tue, 18 Oct 2011 05:05:54 +0000</pubDate>
			<dc:creator>thetbasket</dc:creator>
			<guid isPermaLink="false">93419@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you for the information.</p>
<p>I just tried the solution you had posted for a Full-width forum, but the sidebars still remained.  It seemed to work for the other user, but was a no-go for me.</p>
<p>I removed the div.bbp-breadcrumb in bbpress.css as suggested and replaced it with:</p>
<p>.bbp-forums {<br />
    width: 100%;<br />
}</p>
<p>But there was no change.</p>
<p>Any tips would be great.  I can understand what you're saying about how wordpress is built for a certain function, but at the same time the function of a forum does not necessarily adhere to that format or fit appropriately within it.</p>
<p>For me, the benefit of having such a plugin is to have a forum that operates well and lightly as a forum on a wordpress site, not necessarily a forum that works within the confines of a wordpress post or page, which is not how forums have functioned nor probably how they best function - considering the horizontal space they typically need for the post title, user that posted, number of replies, and so on, which take up quite a bit of horizontal real-estate.</p>
<p>And since the typical widget that would be placed on the sidebar of a blog would be unlikely to directly apply to the forum, what you have in the end is an unnecessary utilization of space that would - for the end user - probably be better used to create a forum which is less cramped, more spacious, etc.   - especially when they have the option to access the widgets and sidebars by going back to the blog - that which those widgets and sidebars were likely created for in the first place.
</p>]]></description>
					</item>
		<item>
			<title>travishill on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93212</link>
			<pubDate>Wed, 12 Oct 2011 13:32:51 +0000</pubDate>
			<dc:creator>travishill</dc:creator>
			<guid isPermaLink="false">93212@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Your request can be accomplished with a little grunt work. Are you asking for an "all-in-one" shortcode?</p>
<blockquote><p>...with the exception of being able to hide the sidebars.</p></blockquote>
<p>Content areas and sidebars are independent areas within a WordPress installation. Hiding the sidebar can be accomplished a few different ways: Within Appearance &#62; Widgets, or you could comment out the code in the template files. But sidebars/widgets are always independent of content areas.</p>
<blockquote><p>Why can't the whole forum be put into a short-code so it can be applied inside a full-width page?</p></blockquote>
<p>Why can't a full width page be created and the shortcode placed inside? That is more in tune with what WordPress is built to do. Create a page. Give it a full width template (if your theme provides it), and place the shortcode within that page. Anything after that is accomplished is a style issue. I just wrote a post about full-width forums in your other topic:</p>
<p><a href="http://bbpress.org/forums/topic/full-width-forum-1">Full-Width Forum</a></p>
<p>You can also read up on shortcodes here:</p>
<p><a href="http://bbpress.org/forums/topic/bbpress-20-shortcodes">bbPress 2.0 - Shortcodes</a></p>
<p>bbPress does a good job of being a forum out of the box. Sure, there are issues, but the code is still in its infancy. Any cosmetic customization is up to the user, however.
</p>]]></description>
					</item>
		<item>
			<title>PureRover on "bbPress No Full Page Integration"</title>
			<link>http://bbpress.org/forums/topic/bbpress-no-full-page-integration#post-93192</link>
			<pubDate>Wed, 12 Oct 2011 04:20:51 +0000</pubDate>
			<dc:creator>PureRover</dc:creator>
			<guid isPermaLink="false">93192@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have tested several forums with WordPress.  Both as separate program and as integrated program/plugin.  Every forum we tested had major issues that would prevent being used on our site.</p>
<p>We have installed bbpress plugin and found it very flexible with the exception of being able to hide the sidebars.</p>
<p>Why can't the whole forum be put into a short-code so it can be applied inside a full-width page?</p>
<p>This forum is full of questions and requests for ppPress to be imbedded via short-code right into a full-width page.  Why is it so hard to accomplish this.  Afterall, ppPress is written by the same people that created wordpress.</p>
<p>This is very frustrating.</p>
<p>-Mark
</p>]]></description>
					</item>
		<item>
			<title>PureRover on "Full-Width Forum"</title>
			<link>http://bbpress.org/forums/topic/full-width-forum-1#post-93143</link>
			<pubDate>Tue, 11 Oct 2011 07:52:11 +0000</pubDate>
			<dc:creator>PureRover</dc:creator>
			<guid isPermaLink="false">93143@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>travis,</p>
<p>Thanks!  That did the trick.  Forum is now 100% width.</p>
<p>-Mark
</p>]]></description>
					</item>
		<item>
			<title>travishill on "Full-Width Forum"</title>
			<link>http://bbpress.org/forums/topic/full-width-forum-1#post-93142</link>
			<pubDate>Tue, 11 Oct 2011 07:13:44 +0000</pubDate>
			<dc:creator>travishill</dc:creator>
			<guid isPermaLink="false">93142@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Looks like some styling needs done.</p>
<p>I don't know how you've implemented bbPress, but a start would be something like this:</p>
<p>remove the left float from <code>div.bbp-breadcrumb</code> in bbpress.css (line 39)</p>
<p>create a css rule for the table class .bbp-forums and give it a width:</p>
<pre><code>.bbp-forums {
    width: 100%;
}</code></pre>
<p>That should get you going in the right direction.
</p>]]></description>
					</item>
		<item>
			<title>PureRover on "Full-Width Forum"</title>
			<link>http://bbpress.org/forums/topic/full-width-forum-1#post-93141</link>
			<pubDate>Tue, 11 Oct 2011 06:49:37 +0000</pubDate>
			<dc:creator>PureRover</dc:creator>
			<guid isPermaLink="false">93141@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have installed bbPress plugin.  The forum itself is wonderful.  I am having a rough time displaying it properly on my site.  Using the shortcode [bbp-forum-index], I have setup a page with a full-page attribute.  The page is full-width but the forum is not.</p>
<p><a href="http://purerover.com/test/" rel="nofollow">http://purerover.com/test/</a></p>
<p>I am assuming the forum's widgets are taking up the space right of the forum.  I don't need them and rather the forum took up 100% of the available space.</p>
<p>I see there are additional templates for bbPress.  Does this hold true for the plugin version?  If so, how can additional templates be selected since this is not an option in the bbPress settings.</p>
<p>I am not a programmer but can following directions.  Any help would be appreciated.</p>
<p>Thanks.
</p>]]></description>
					</item>

	</channel>
</rss>

