Search Results for 'bbpress'
-
Search Results
-
Hi,
I thought I would post this to just show off and see it their are any bugs people can spot (particularly design tweaks on various browsers and OS).
It utilises the standard BBpress header and footer with the rest being hacked about a bit with numerous plugins installed.
Topic: BBpress/WP integration
Hi,
I am trying to add a bbpress forum to my WP blog.
In the settings -> wordpress integration section of my bb dashboard it requires a WP database secret. There is already some data in that box, but below it says;
‘This must match the value of the WordPress setting named “secret” in your WordPress installation. Look for the option labeled “secret” in this WordPress admin page.’
And when I follow the link to the admin page I am asked for a username and password, but it doesn’t seem to recognise any that I put in, so I don’t know how I am able to check that the values match.
Also, how can I create a link to the forum in the sidebar of my blog?
Any help much appreciated!
Hi!
I tried to integrate wp27final and bbpress 1.02a. I installed bbpress, followed the integration steps during installation, then changed bb-config.php with this code;
define('WP_BB', true);
if ( !defined('DB_NAME') ) {
require_once( dirname(__FILE__) . '/../wp-config.php');
}
$bb->wp_table_prefix = 'wp_'; // your wordpress db prefix is
$bb->wp_home = 'http://myhost.com';
$bb->wp_siteurl = 'http://myhost.com';…and I’ve found several issues, the first one the no admin panel issue already discussed in this forum, but the fact is that I have no “Add new” link when logged in as user different to admin. Besides, I have no post form when logged in as admin and click “Add new”.
I can’t go further with my integration but I like how bbpress is being developed, it is pretty fast and simple, just what I needed. Is there any way I can solve these issues?
Curious if it’s a working trunk version or alpha or what?
Hello there!
I was wondering… which addons will be put as “predefinite” in bbPress? I know that “less is more”, but atm, using the 1.0 alpha, I can’t say it’s a newbie-friendly type of forum:
– there is no bbCode (who knows it will use it, not HTML ) => you have to add a plugin (bbCode) and another one to enable the images tag.
– no smiles (ok, the abuse of them is something like HELL, but the absence is too), you have to add a plugin, and another one to enable images (if you haven’t done before).
– the editor too is too poor: can’t you make an addon to easily insert all the tags you can insert in? (like the bbCode one, not compatible with Opera)
– avatars: c’mon, you’ve got them also in the official bbPress forum
– another addonSo… there will be some addons like these in the release version? If not, how do you expect people will take bbPress if they allways have to stay under all the most important plugins? What if a developer stops working on one of them?
Thanks