Search Results for '+.+default+.+'
-
Search Results
-
Just testing version 1.0 before my big upgrade and notice that duplicate user email addresses are allowed to be used with no error or warning. Therefore allowing more than one account with the same email address.
Is this the default or have I done something wrong?
I installed the 1.0 release today and my custom theme stopped working. It worked with the previous releases.
I tracked this down to: bb-includes/functions.bb-core.php:1783 to the line if ( preg_match( ‘/^([a-z0-9_-]+)#([a-z0-9_-]+)$/i’, $theme, $_matches ) ) {
My theme name was zt2.0 meaning that the user#zt2.0 did not match and the directory BB_DEFAULT_THEME_DIR was used instead of the theme’s directory.
I just renamed my theme not to include the dot in it. I guess it would be more friendly with theme names when just to check the user# or core# prefix without limiting the chars available
Hello there,
I’m a complete newb when it comes to bbPress, so bear with me.

I’ve installed about 6 to 8 of ck’s great plugins and they’ve all worked with no issues on the latest release (think it was on July 3rd when it was released or something?) of bbPress. Now, I understand that ck has warned everyone about the possibility of the plugins not working on 1.0, but I was wondering if anyone has these working or what I might be able to do to temporarily tweak them.
All of the plugins, except for BBCode Buttons and BBPress Smilies are working. These two are not showing up in the default theme. Any suggestions on what I might’ve missed or something that I should do to see why they’re not working?
BBCode Buttons
I have the bbcode-lite plugin active and working, so it’s not an issue there. I have bbcode-buttons directly in the my-plugins directory, so seems fine there.
BBPress Smilies
I uploaded the full bb-smilies directory to the my-plugins directory and then activated it in the admin panel. But, nothing is showing in the post boxes.
So, I could use some suggestions for those of you that found some work arounds. Thank you!
Can’t find any post about this error and my SQL is quite rusted.
Fresh install, no WP integration, MySQL 5.0.40
SQL ERROR!
>>> Database: forums (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_vj_usermeta(umeta_idbigint(20) NOT NULL auto_increment,user_idbigint(20) NOT NULL default 0,meta_keydefault NULL,meta_valuedefault NULL,PRIMARY KEY (
umeta_id),KEY
user_id(user_id),KEY
meta_key(meta_key)) DEFAULT CHARACTER SET ‘utf8’;
>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘default NULL,
meta_valuedefault NULL,PRIMARY KEY (
umeta_id),KEY `user_’ at line 4
Forum could not be created!