Search Results for '\"wordpress\'
-
Search Results
-
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 39I 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 29Warning: 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 39I 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.
Hey, pretty simple question, is it possible to use the PHP template codes within WordPress themes? If so, how?
Also, how about tags inside posts/pages within WordPress, is that possible?
Thanks.
I’ve installed bbpress and have been configuring it. However, I’ve noticed on the forum root (home>forum) page, all my wordpress pages are listed just beneath the list of my forums. is there a way to remove this list and just have my forums displayed?
Topic: Standalone discontinued?
Sorry if this has been gone over thousands of times but i used bbpress a long time ago and decided recently that its something i need now, but i need a standalone forum i dont need it integrated with wordpress.
I see that both the new plugin and the old standalone are available but how long till the stand alone is discontinued?
Topic: bbpress version 2 plugin
Is this possible?
I’ve got them both in the root at the moment and playing nice as far as integration goes, but not as far as the permalinks work. I can’t have both working at the same time, one works or the other doesn’t.
I want my URL structure to operate as follows
bbpress – /forums/ – /profiles/ – /topic/ etc
Wordpress – /category/ – /archives/ – /sample-page/
Is this possible? Or is it possible if I put one of them in a sub folder…
HELP
Topic: User cannot post
The test profile that I created cannot Reply to a comment or post a new topic. However they can post a comment in WordPress. Under the User tab in the Admin panel the profile is listed as having no role. When I update the users role, click save and return to Admin user tab they still have no role. In the bbpress/wordpress intergration tab All wordpress roles are marked as member (aside from admin). What is going on?
How do I fix this?
Because my main theme makes bbpress look really messy I did the following:
I went to the plugin theme folder and changed the css to make it a child of the theme I’m using instead of twentyten. I activated “bbPress (Twenty Ten)” in wordpress and now the forum layout looks like how it would be in twentyten but the rest of the site looks like the parent. Exactly like I want it to be. However, there are still some issues I can’t seem to resolve.
First thing is that the comments don’t allign well as you can see here:
http://tinypic.com/r/r77juw/5
Does anyone know how I can fix this?