Skip to:
Content
Pages
Categories
Search
Top
Bottom

I got this error problem :(

Published on June 5th, 2011 by valked1n

SQL ERROR!

>>> Database: xxxxxxxxxxx (localhost)

>>>>>> CREATE TABLE IF NOT EXISTS bb_posts (

post_id bigint(20) NOT NULL auto_increment,

forum_id int(10) NOT NULL default 1,

topic_id bigint(20) NOT NULL default 1,

poster_id int(10) NOT NULL default 0,

post_text text NOT NULL,

post_time datetime NOT NULL default ‘0000-00-00 00:00:00’,

poster_ip varchar(15) NOT NULL default ”,

post_status tinyint(1) NOT NULL default 0,

post_position bigint(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 am using XAMPP and I tried to integrate it with WP which I installed it into the same database.

can anyone please help me ?

Nubie Q: Basic doc, primer, training video? How get topics into forum

Published on June 5th, 2011 by jeoproductions

Hi all

New to bbPress so appreciate your patience in pointing me to a post on the basics of this software. Familiar with the dashboard and created several forums. Only “moderator” and a Ride Share that have 3 child topics seem clickable. Can’t choose any other forum to assign posts to in post edit.

Thanks for your leads

site at: http://nwpermaculture.com/permaculture-bb-forum/

bbPress-polls for the bbPress WordPress plugin!?

Published on June 4th, 2011 by ideoplasm

Hi,

I have the plugin version of bbPress for my WordPress site, and would now like certain forum members to be able to both create and vote on polls within bbPress topics.

So I found the bbPress-Polls plugin, but the installation instructions for it mention a ‘my-plugins’ directory in bbPress file structure. Well, this directory might exist for the bbPress standalone, but I cannot find it in the bbPress Plugin file structure.

Is there a way for the bbPress Plugin to have bbPress-Polls or any other polling/voting that attaches directly to topics (not widgets!)?

I suppose I also have a wider question here too – do all plugin that were developed for the standalone version if bbPress also work for the bbPress-Plugin? If so, is it just a matter of creating a directory or just using a different directory? Is there anything profoundly different to the bbPress plugin?

Captcha plugin for bbpress

Published on June 4th, 2011 by mahalakshmis

I need captcha plugin for bbpress.I used Human -test and reCaptcha.I am not satisfied that.Please send the link if u get any idea on CAPTCHA

bbP Plugin 2.0 b2 – "Please slow down you are posting to fast!" error message

Published on June 3rd, 2011 by tooltrainer

I have a user who is reporting this error, “Please slow down you are posting to fast!”, despite there being more than an hour since his last post.

Anyone know where this is coming from or what’s causing it? My throttle time is set to 10 seconds.

Thanks,

Jonathan

Regular forum

Published on June 3rd, 2011 by epau87

Hi,

Basic stupid newbie question, but I tried looking for an answer and couldn’t find it:

I have done a bbPress installation on this website:

http://pages.usherbrooke.ca/ergea/wp-content/plugins/bbpress

As you see, the forum is outside the root http://pages.usherbrooke.ca/ergea, it’s not integrated to the pages.

And I’ve just installed the new version on this website:

http://www.eefsherbrooke.com/forums/

The thing is, the forum is integrated to my pages.

I think it’s a great possibility, but I’d like my forum to be in a separate page as the one from my first site.

How could I do this?

Thank you very much!!!

Am I missing something?

Published on June 3rd, 2011 by genen

I’ve been running WP sites for a while and have 1 site I use for testing. I installed bbpress as a plugin, and see all the admin screens for it in WP. But am I supposed to install 1.x as well on that server or something? no pages show up when I go to naftulyev.com/forums or any other auto generated forum paths… I get 404 errors. So did I do a partial installation and need to install something else???

Gene

WordPress confuses forum with blog?

Published on June 2nd, 2011 by moshimuncher

I am trying to integrate the theme found at http://edge.unispheredesign.com/. As you can see, whenever you are on a page, the theme highlights the correct page in the top navigation bar.

Does anyone know why when on any bbpress page, the theme thinks that the user is on the “blog” section? Suggestion on where to begin bug hunting?

Spoofing all users as anonymous

Published on June 2nd, 2011 by Aure Lius

Hi there,

Does anyone know an easy way to spoof all displayed usernames on the forums as anonymous?

What I’m essentially trying to do is obliterate the distinction between a logged in user and an anonymous user but keep the ability to register and use user accounts intact, the purpose being to allow for the possibility of later building in personal messaging functionality on top of the user accounts (one would simply click ‘message this poster’ in a topic he/she started or posted in)

thanks in advance for any help

Allow Images not auto-inserting images on Edit Post

Published on June 2nd, 2011 by coopersita

I’m using the “Allow Images” plugin, and it works great, except it won’t insert the image into the body of the post if you attach the image in the “Edit Post” screen. If you insert it in the create a thread, or reply screens, it works fine, but if you try to insert the image after the post has been created, the image won’t auto-insert.

Any ideas?

PS: I’m using a wysisyg editor for posts.

Skip to toolbar