Search Results for 'bbpress'
-
Search Results
-
you know, some people are not ashamed posting spam on this opensource community making or lovely forums dirty!
Whenever I see one, I tag it “spam”, I hope there’s an automated process that puts spam-taged posts in a freez-mode until reviewed by admin.
A function/system that allows bbpress.org forums users to contribute in fighting spam would be really appreciated.. I’ll be the first one to use it
Hey all –
I’m hoping I’m just missing something here, but I’m trying to create a new template (to match a WordPress theme I’m working on). I’ve created a folder within the bbp-themes folder, and added a stylesheet and one file (I’m just testing it right now to get a feel for how the theming system works): page-front-forums.php.
The thing is, when I do this, ALL of my themes in the WordPress back end (under appearance > themes), save the twenty Ten (default WP theme and the bbPress version) go away. ALL of them. Now, the current theme is still working on the front end of the site, but on the back end, there’s no themes at all – they are all gone.
So can anyone tell me what I’m doing wrong here? Am I putting the bbPress theme files in the wrong place? Or is this some kind of bug?
I created this template:
<?php
/**
* Template Name: bbPress - Topics Created
*
* @package bbPress
* @subpackage Theme
*/
// Begin Template
get_header(); ?>
<div id="container">
<div id="content" role="main">
<?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>
</div><!-- #content -->
</div><!-- #container -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>And placed it in the
bbp-twntyten/directoryBut all I get is:
This user has not created any topics.Any suggestions?
(and I’m logged in as admin).
Hello,
I have just started to study BBPress structure. I am familiar with WordPress.
I like to know how can we apply “resolved” or “not resolved” status to any Topic?
Thanks.
hi guys i would like to customize the new bbpress plugin. i’m using the automatic theme integration, ie my theme does not natively support bbpress. how would i go about editing the files?
thanks
I used to run v1.0.3 then I decied to go plugin version..
I did an import but since my forums contains arabic topics; some topics didn’t make into the new version, also, even if they show in my forums when you click on a topic title to view it, it leads you to 404 page.
I noticed articles contains characters such as; ! , ? are not handled by the WordPress importer.
another thing is the search field provided in the twenty ten theme: it doesn’t search inside the forum but inside the blog -how to enable forum searching?
Thanx for the great work and keep on moving

PS. you can compare Arabic and Latin written topics on my forum here: http://forumcine.ma/forums/forum/forum-general/koi-d-9/
Topic: Archive slugs setup
I would like to step a support forum using BBPress within a current “regular” site. I am not sure how to set some things up. I would like to have the following URL structure…
/support/forums/[forum name]/[topic name]
I have setup a page with the URL /support/ because I want it to be the “home page” for support (will add list of latest topics with list of forums, .etc).
On the forums setup page by “archive slugs” should I set the Forum archive slug to “support”? Will this break anything?
Also, I find that there is very little documentation around to read to find help. I know this is still in beta, but is there plans for more robust documentation?
Thanks,
Kalman
Topic: bbpress 2 as a front page?
Hi there,
what is the the perfect option to get my blog show my forums on first page? I mean, appart from a link to /forums
by an httaccess redirect?