Search Results for 'test'
-
Search Results
-
I unistalled bbpress a week ago but have decided to reinstall it.
I’ve set up a test forum, a test topic and a test post.
When I go to the test topic the content of my test post (not the title) is displayed underneath it. There is no link to the post page.
How do I get the post’s title to display under the topic so that if a reader clicks on it that it opens the content?
I have integrated bbpress in my wordpress account.
I have made a test forum, topic and post and wanted to see how they appear on the wppress forum page that I made. They don’t display even though I set the page category to forum.
What do I need to do to get my forum to display in wordpress?
If it helps – I have installed and activated the following plugins;
bbpress
bbpress integration
bbpress post toolbar
Is there a way to alter the permalink structure of bbpress in order to make the permalinks the same as the structure that is being displayed in the breadcrumbs? It has been discussed over here:
However, the recommended plugin “Nicer Permalinks” doesn’t work with 2.1. Is there any other way to change it?
Just to clarify, currently when viewing a topic it’s being displayed in the breadcrumbs like this:
Home › forum › General › This is a test post
but the actual link is:
url.com/forum/topic/this-is-a-test-post
I would like the URL to be:
url.com/forum/general/this-is-a-test-post
ps: “general” is the name of one of the forums
This is about this site, more than bbpress itself, but I cant add comments to any Plugins on here. A number of plugins are either not working with the latest version of bbpress, or im unable to download at all. Some plugins have comments that are a week or 3 old – so how come I cant post comments?
Topic: Export/Import a forum
Hello,
Does anyone know if there is an easy way to export a forum (all topics, replies and users if necessary) and import it into another bbPress site – essentially move the forum to another site?
I am using the letest version of bbPress plugin on both sites.
Thanks in advance for any help…
Hi!
I want to get the forum appear on the front page of my blog. I have installed it successfully to a sub directory. I don’t care about the blog, I just want to use the forum.
How can I get it to show up on the front page (root of WordPress installation)?
Thanks!
EDIT: I’m using the latest plugin version.
You posted, I listened.
Version 2 of bbPress’s theme compatibility is now in the 2.1 plugin branch of code for your perusal. This second iteration removes the need to add current_theme_support() to your theme, and totally automates the process.
If your child or parent theme contains the template files that bbPress looks for, bbPress will use them. If not, bbPress will fall back on it’s default templates and styling. No more logic necessary.
Please test it. It’s new code with a new approach, so I’d like to get some fresh eyes on things right away to avoid a long beta period like 2.0 had.
Cheers!
After a couple of weeks testing bbpress and several other forum solutions, we are really hesitating in running bbpress as our forum.
From what we see the bbpress plugin, while not as feature-rich as stand-alone bulletin boards like vbulletin, phpbb or xenForo, does one thing outstandingly well, which is the integration into wordpress.
For that reason alone, it would be worth giving it a try.
Unfortunately – and here comes our biggest issue – it looks like the bbpress plugin is currently not given full (or any) attention from WordPress.
My question is very simple:
How many developers / coders are writing code of the bbpress plugin currently ?
Is @johnjamesjacoby the only one?
Is there anybody else “officially assigned/paid by wordpress” to work on the bbpress plugin and documentation or/and support ?
John is doing an excellent job, on all his help he gives especially in the bbpress forum. But since the community is small and John is also working on the buddypress project, we are really worried to put our eggs in a “one-man-show plugin” basket.
Please tell me that I got this wrong and that there are at least several people currently working on the bbpress plugin and documentation.
Would be great if anybody could shed some light on this.
Topic: Language change problem
Hello, I am using latest BBpress as a plugin for WordPress 3.2.1.
I want to enable lithuanian language for BBpress, created necessary folder and uploaded language file, but i can’t find bb-config.php file. There is no such file at all… What should I do? Thank you.i’m adding bbPress to our WP blog, followed the instructions in the Theme Compatibility sticky and appended all the functions from bbPress/functions.php into myTheme/functions.php. as soon as i reloaded the page, i got a critical fault error. can’t find the required class. since i copied all the files across as instructed, shouldn’t the file be locatable? i’m not sure where to even begin with this. i thought integration would be relatively simple, i’m sure its something simple i’m overlooking.
please help me out so i can get cranking. i’ve already blown away the theme i built because i didn’t know bbPress’ cute little update ‘feature’, so i’m anxious to get back on track.
should mention, using latest of WordPress and bbPress.
thank you very much
WR!
Topic: Import Failure
I’m trying to import one of my standalone forums to the plugin. I use bbpress 1.1 and latest bbpress plugin. I ran the importer and got this error:
Fatal error: Cannot redeclare class BPDB in /home/forum/bb-includes/backpress/class.bpdb.php on line 39
I found this thread:
http://bbpress.org/forums/topic/where-is-the-importer
Following scribu’s lead, I added this to my bb-config:
define('BB_DATABASE_CLASS', 'BPDB');
define('BB_DATABASE_CLASS_INCLUDE', false);
I got the same errors that he did:
Warning: Missing argument 2 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../plugins/bbpress/bbp-admin/importers/bbpress.php on line 29
Warning: Missing argument 3 for BPDB::__construct(), called in …/forum-svn/bb-settings.php on line 197 and defined in …/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29
Warning: Missing argument 4 for BPDB::__construct(), called in …/forum-svn/bb-settings.php on line 197 and defined in …/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29
Fatal error: Cannot redeclare bb_cache_users() (previously declared in …/plugins/bbpress/bbp-admin/importers/bbpress.php:103) in …/forum-svn/bb-includes/functions.bb-users.php on line 39
When I went back to the importer I see “It looks like you attempted to convert your bbPress standalone previously and got interrupted.” I chose “Continue Previous Import” and still get the error. I went back to bb-config and removed the items that I had added. Now I get this error:
Fatal error: Cannot redeclare class BPDB in /forums/bb-includes/backpress/class.bpdb.php on line 39
I believe I tried deep integration at one point and abandoned it. I was running the bbPress Integration plugin, not sure if that has anything to do with it:
http://wordpress.org/extend/plugins/bbpress-integration/
Any ideas? I’d be happy to let a developer (JJJ) take a look at things if they’d like to troubleshoot it.