Search Results for 'bbpress'
-
Search Results
-
During step 3 of the installation process, I accidentally inputted the wrong URL for my forum.
It asked me for the Site address (URL), which was defaulted to:
http://mysite.com/wp-content/plugins/bbpress/
I changed this to
Now I can’t access the forums at all, and I can’t figure out how to change the URL back. I looked at bb-config.php, but didn’t see any way to fix this.
I’m not good with PHP and I’m new to WordPress in general, so any novice advice would be much appreciated!
It’s definitely not ready for production use but the 1.0 alpha in the trunk is looking really good. Sam (and MDA) have been hard at work.
Looks a great deal like WordPress behind the scenes – I mean the new 2.5-2.6 look with rounded everything – but in our familiar and sharp looking green.
BackPress is now powering it which should unify us with WordPress more than ever before and accelerate feature development.
Hey it’s got a dashboard like WordPress now!
I also see they added Display Names to bbPress.
This actually is to my dismay but I guess other people may like them. (Personally for me it will be the first thing I disable – nothing but trouble with pesky childish users).
It also has categories built in: [screenshot]
If you are a power user and know what you are doing, give it a try in a test environment – do NOT overwrite an existing install, it’s not stable yet. Sam says they could use some testing bug reports on TRAC for it.
ps. even more good news is that many of my plugins seem to work hassle-free on it…
Hello,
with the last installation of bbpress revision 1595, i have sql errors:
SQL ERROR!
>>> Database: forum_bbpress (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_forums(forum_idint(10) NOT NULL auto_increment,forum_namevarchar(150) NOT NULL default ”,forum_slugvarchar(255) NOT NULL default ”,forum_desctext NOT NULL,forum_parentint(10) NOT NULL default 0,forum_orderint(10) NOT NULL default 0,topicsbigint(20) NOT NULL default 0,postsbigint(20) NOT NULL default 0,PRIMARY KEY (
forum_id),KEY
forum_slug(forum_slug)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ”;
>>>>>> Unknown collation: ”
SQL ERROR!
>>> Database: forum_bbpress (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_meta(meta_idbigint(20) NOT NULL auto_increment,object_typevarchar(16) NOT NULL default ‘bb_option’,object_idbigint(20) NOT NULL default 0,meta_keyvarchar(255) default NULL,meta_valuelongtext default NULL,PRIMARY KEY (
meta_id),KEY
object_type__meta_key(object_type,meta_key),KEY
object_type__object_id__meta_key(object_type,object_id,meta_key)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ”;
>>>>>> Unknown collation: ”
SQL ERROR!
etc, etc…
why?
bye
Hello,
I have a problem with links like this:
http://www.forestry.gov.uk/PDF/fcpn9.pdf/$FILE/fcpn9.pdf
In case it’s been stripped out here as well, there ought to be a dollar sign before FILE. It’s in the db, so it’s being taken out on output.
I’m probably being a bit simple, but I couldn’t find the code that was doing this – I’d guess it’s something on the post_text filter.
I’m using WordPress 0.8.3.1 with the bbPress integration and WordPress Integration plugins. I would upgrade, but I don’t want to use WordPress 2.5 yet.
Thanks, Mike.
Topic: cannot login wordpress 2.6
after upgrading to wordpress 2.6 i have a bit of a problem with bbpress
I’m trying to login to bbpress at:
http://lifelightcam.com/bbpress/
when i login, i am brought back to the same page, but I am not logged in.
Usuing the login form on that page, Does log me into wordpress.
what’s up?