Search Results for '\"wordpress\'
-
Search Results
-
I’m running the latest dev version of the plugin, version 3476, in hopes that it would have solved my issue, but no luck.
I was getting the error mentioned in this thread http://bbpress.org/forums/topic/tags-archives-page-are-broken-in-bbp-20-rc2-and-rc3#post-90903
I downloaded the branch code after reading the above issue and it’s resolution. Then, I started getting the WordPress “Hands off, partner!” error which is a 500 Internal Server error in Firebug.
Any ideas about what could be causing the page to not display correctly?
Thanks so much for your help and the great plugin.
Bret
Hi folks,
Always one to make things twice as hard as they need be, I started out designing a theme for the standalone product and I’d now like to change gears and port it to the plugin version.
Essentially, I didn’t think I’d use WordPress for my main site… but I’ve since come to change my mind. Now, I’ve got a nice custom theme for both my WordPress installation and a nice theme for my bbPress installation.
At this point, I can’t decide if I’d be best to keep them separated and use the integration options or to sit and re-theme everything with the plugin version. If I were to continue to use the standalone, is it possible to create widgets similar to the “recent topics” and others created by the plugin version? And subsequently, is there a way to use shortcodes for embedding bbPress into WordPress pages? heh
Sorry for the novel…
Topic: permalinks?
I just installed the bbpress plugin for WordPress and also the BuddyPress plugin. When i create a new forum through bbpress the permalinks are coming out to be website.com/forums/forum/forumname
what could be causing this?
I use this conde in bb-config.php for my integration with wordpress 2.9.2
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
//
// You will need to get the ABSOLUTE path to this file |
// |/
require_once( $_SERVER[“DOCUMENT_ROOT”].’/wp-load.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
/**
now I upadated wordpress to 3.2.1 but I get an error, my forum home not load, the error log is blank, but if I comment the above code it work.
I think that the problem is incompatible with that version
Alessio
Topic: GD bbPress Attachments
Hey, I’m trying to install BBPress on my current wordpress site and getting very confused. First of all I tried to install it as a standalone site on 2 servers and after uploading all of the files and trying to access the installer – it would just be a blank page.
So then I installed it as a plugin which worked, but I can’t seem to work out how to display the forum in my current theme. If I switch on TwentyTen, the forum displays properly, however if I turn on my theme nothing displays. I’ve duplicated the files from the bbp-themes/BBP-TwentyTen into my custom theme folder as a ‘child theme’ – which appears to be working (I can see all of the files when I go to appearance / editior), but it still will not show up the forum. I’ve also added the line to functions.php that I should’ve – so there’s no error messages about BBPress not being able to use the custom theme files
Here’s where the main forum should appear: http://ibiza2011.info/forum – it seems to be picking up the navigation, but not displaying the forum. I then created a forum in the admin – http://ibiza2011.info/forum/club-tickets/ but nothing displays their either!!
Please help someone
I am a beginner to wordpress. I wish to implement bbpress to my custom theme http://www.soelvinvestor.dk in the “main page” area.
I have uploaded bbpress folder to my www/ area thru ftp which can be seen here http://www.soelvinvestor.dk/bbpress/ It seems to be working fine, however I cannot log into the “admin area” of bbpress. I have tried to register a new user and it shows up in wordpress administration.
Is there any way I can implement it into the design and not this “stand-alone” version of bbpress?