Skip to:
Content
Pages
Categories
Search
Top
Bottom

spammers in bbpress.org forums!

Published on June 23rd, 2011 by abdessamad idrissi

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 :)

New template for bbPress 2.0B3 Plugin

Published on June 23rd, 2011 by brassblogs

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?

Installation error – syntax error when try to create 'bb_allposts' table

Published on June 23rd, 2011 by Swaree

Got thru installation procedure, but one error when tried to create ‘bb_allposts’ table. Error seems to be syntax error??? How do I fix or how do I re-install? If I have to re-install, do I need to remove anything first?

Hope you can help

Regards

S

SQL ERROR!

>>> Database: seoirse_eg_wordpress (localhost)

>>>>>> CREATE TABLE IF NOT EXISTS bb_allposts (

post_id bigint(20) NOT NULL auto_increment,

forum_id int(10) NOT NULL default 1,

topic_id bigint(20) NOT NULL default 1,

poster_id int(10) NOT NULL default 0,

post_text text NOT NULL,

post_time datetime NOT NULL default ‘0000-00-00 00:00:00’,

poster_ip varchar(15) NOT NULL default ”,

post_status tinyint(1) NOT NULL default 0,

post_position bigint(20) NOT NULL default 0,

PRIMARY KEY (post_id),

KEY topic_time (topic_id, post_time),

KEY poster_time (poster_id, post_time),

KEY post_time (post_time),

FULLTEXT KEY post_text (post_text)

) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;

>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16

Key master email not sent!

I created a template file and getting "This user has not created any topics."?

Published on June 22nd, 2011 by janoochen

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/ directory

But all I get is:

This user has not created any topics.

Any suggestions?

(and I’m logged in as admin).

How to get "Resolved" or "not resolved" status to any Topic

Published on June 22nd, 2011 by bimaljr2

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.

Multiple tags filter

Published on June 22nd, 2011 by DesignersChair

Hi guys,

I haven’t find a solution for this so I’ve decided to make a new topic. The thing is – I want to display topics based on multiple tags, not just one. Is that possible?

For example, I wanna display all topics that are tagged with “html” and “css” tags….it only works for one tag at the moment.

Also, is it possible to include tags in search? I’ve installed SuperSearch but it ignores tags. Would be nice to have checkboxes “title”, “tags”, etc, for filters.

Thanks in advance.

PHP Character Limit for Latest Topic

Published on June 22nd, 2011 by ashdavies

Hi,

So I’m trying to display the latest topic of a forum on the home page with a link to that forum.

How do I go about limiting the output to 40 characters?

Currently I’m using this code

<td class="num"><?php echo "<a href='"; topic_last_post_link(forum_last_topic_id()); echo "'>"; topic_title(forum_last_topic_id()); echo "</a>"; ?></td>

Any help appreciated.

Thanks,

Ash

customizing the bbpress default theme

Published on June 21st, 2011 by omtc

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

BBpress 2: failed in some areas

Published on June 21st, 2011 by abdessamad idrissi

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/

Archive slugs setup

Published on June 21st, 2011 by Kalman Labovitz

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

Skip to toolbar