Search Results for 'code'
-
Search Results
-
Alright, so after running the install. I get these errors:
Your installation completed with some minor errors. See the error log below for more specific information.
SQL ERROR!
>>> Database: wp_blog (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bbs_posts(post_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(20) NOT NULL default 0,PRIMARY KEY (
post_id),KEY
topic_time(topic_id,post_time),KEY
poster_time(poster_id,post_time),KEY
post_time(post_time),FULLTEXT KEY
post_text(post_text)) TYPE = MYISAM 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 ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16
Key master email not sent!
I have tried dropping all the bbPress tables and reinstalling it, but the problem still persists. I get this error message everytime after running the install script. I am running PHP 5.3.5 and MySQL 5.5.8 on a WAMP localhost server. Also, I am trying to integrate bbPress with my current WordPress blog…
Thanks in advance,
-Deuce
I want to remove the revision part. It seems to come from this function:
bbp_topic_content();Which file is generating it?Hi,
I’ve been searching for some hours now but I guess I don’t find the answer because it must be an easy answer

I’ve successfully integrated BP 1.03 in my WO 3.1 and everything works fine so far.
But the forum looks like it’s another site, I mean it’s basicaly due to the template.
My wish is to have my BBPRESS installed into a WP Page (such as simple:press plugin for example) or just like it is on this very bbpress.org website !
Any clue about how to do it ?
Thanks for your help
How can I add a plugin to this site?
I am already a WordPress plugin developer. My WordPress plugins have over 2 million downloads. I made a CAPTCHA plugin for bbPress, I would like to add it. Thanks for any help.
I am logged on, went to this page:
http://bbpress.org/plugins/forum/requests
I clicked on the big button “Add your plugin”
There is no form, just this message:
Add Your Plugin
You can add the plugin you’ve written to the plugin directory by filling out the form below.
This form is only for plugin developers. If you’d like to see a plugin listed here, please contact that plugin’s author.
Hi,
I know there are lots of topics out there that are similar, but I can’t find an answer that works for me. Much of the paste bin code is expired, and I have a custom theme which i think is complicating things.
So right now I my front page displays a list of all the forums. I want it to stay that way when i add child forums, and I want to click on the parent forums to go to a list of subforums/child forums.
Instead of this, the children just get added to the end of the list.
<?php if ( bb_forums("depth=1") ) : ?>
<div id="forum-main">
<?php while ( bb_forum() ) : ?>
<div<?php bb_forum_class('bb-category'); ?>>
<?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small>', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?>
<span class="forum-icon"></span>
</div>
<?php endwhile; ?>
</div>You can view the forum here: http://totallyadd.com/forum
The last category ‘Ritalin’ is suposed to be a child of ‘medication’.
Can anyone point me in the right direction?
Many thanks!
Jimmmy
Can anyone tell me why my forum looks like this:
?
I have been looking for a place to change the wrapping or the width, by using Firebig Lite and looking through my CSS, but I’m a newbie and can’t find where to fix it

Cheers for any help!
Hello, I’ve been struggling 8 hours on this and I would appreciate any help
I’ve researched this high and low but cannot find an answer.
Problem: At STEP 2 of bbpress installer I try to access my wp-admin page for the requested Salts, but lo and behold – I’m locked out of wp-admin! I am shown a blank page.
WordPress and bbpress downloads share the same mysql database. bbpress is on same level as wp-admin — eg. mysite.com/forums. (see: https://picasaweb.google.com/andrews.bda/DirectoryBbpress# )
Why would my wp-admin lock me out during the bbpress installation?
Thanks in advance for any help!
~BDA
WP 3.1
bbpress 1.0.3
dreamhost
(((As an aside, maybe this has bearing on my problem….I did not have any auth or salt keys located within my wp-config.php file after dreamhost one click install. I had to manually copy and paste from wp-configsample.php!)))))