Search Results for '+.+default+.+'
-
Search Results
-
After filling in step one of the installation I get this message:
Now we’re going to create the database tables and fill them with some default data.
bbPress database error: [A table must have at least 1 column]
CREATE TABLE wp_
Created table wp_
bbPress database error: [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 ‘;$bb->wp_homeusers (user_login, user_pass, user_email, us]
INSERT INTO wp_;$bb->wp_homeusers (user_login, user_pass, user_email, user_url, user_registered) VALUES (‘JeffV’, ‘145d638abb3245b4362f959f774bf1b2’, ‘jeff@jackhammr.org’, ”, ‘2007-11-13 06:30:26’)
bbPress database error: [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 ‘ ”, , ”, ‘200]
INSERT INTO bb_topics (topic_title, topic_slug, topic_poster, topic_poster_name, topic_last_poster, topic_last_poster_name, topic_start_time, topic_time, forum_id) VALUES (‘Your first topic’, ‘your-first-topic’, , ”, , ”, ‘2007-11-13 06:30:26’, ‘2007-11-13 06:30:26’, 1)
bbPress database error: [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 ‘;$bb->wp_homeusers WHERE ID = 0’ at line 1]
SELECT * FROM wp_;$bb->wp_homeusers WHERE ID = 0
Finished!
I’m sorry I don’t understand what all that means. Can someone here help me? Thanks.
Jeff Voegtlin
Hello,
I followed all the steps mentioned in the installation and bbpress got installed properly but it doesn’t display the forum properly.
you can see the forum login here : http://www.reviewsaurus.com/bbpress/
but you’ll see that it doesn’t look correct as no images no css is loaded.
It’s a fresh installation and i’ve not changed anything else. Can you please suggest me what could be the problem….I’m using the pretty permalinks feature….could that be a problem?
I am installing bbPress to integrate with an existing WordPress. After the second step of install I get this error:
Second Step
Now we’re going to create the database tables and fill them with some
default data.
bbPress database error: [Access denied for user 'disco'@'localhost' to
database 'approachanxiety_com_bbpress2']
SHOW TABLES;
bbPress database error: [Access denied for user 'disco'@'localhost' to
database 'approachanxiety_com_bbpress2']
CREATE TABLE bb_forums....It seems to be similar to this post,
http://bbpress.org/forums/topic/step-two-database-error?replies=4
And this one,
http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step?replies=19
I tried to resolve it by replacing db-mysqli.php with db.php in the bb-includes folder and that didn’t work.
The username and password are correct. They are the same as for my original wordpress blog. And the database is correct as well. When I change it to something else I can’t even get to the second step.
Any help would be greatly appreciated!!!
Topic: Changing the title of a view
Is there a simple way (i.e. not involving a plug-in) to change the title of a view? For example, if I wanted the view “Topics with no replies” to say “Threads with no replies”, how can I do this?
I do see that the views are set up in default-filters.php, so I guess I’m asking whether there is an easy way to override these view definitions using code in the theme.
Thanks.
Currently,
bb-admin/admin-header.php
uses active template’slogged-in.php
. I changed this php in my theme, and it looks a little bit strange in admin page.I think admin page shouldn’t use any files from templates, even the default template. Could this be an issue?
And it seems no need to use
login_form()
, it should just include alogged-in.php
inbb-admin
or simply put codes withinadmin-header.php
.Topic: Paginated search results
I’m looking for advice on how to modify the search functionality to paginate the results that are returned; i.e. the default functionality returns N matches in each of the following categories: thread title, recent posts and relevant posts, but I would like to allow a user to scroll through repeated pages of search results.
I’ve had a look at search.php and this is structured around returning a fixed number of results for each query, which effectively hides anything that doesn’t come up in the first N results of the search. The concept of listing the results of 3 different queries in one results page also seems to be incompatible with providing a pagination mechanism (which list do you paginate?). I feel that the default method of handling search results is a bit limited and confusing for users familiar with a typical Google-style search that returns one simple list in multiple pages.
I have had a look at the code, but I’m no PHP guru; is there any way of getting the sort of results I would like without fundamentally rewriting the search mechanism?
p.s. not being overly critical here – I think bbPress is a great piece of work!
Topic: Plugin: Gravatar
I wrote a simple plugin for Gravatar. I am planning to put files on Extend, but I am still waiting. You can download it from Google Code for now, please visit this plugin’s homepage. You can find a download link and know how to modify your theme in the page.
It is relatively simple:
- Gravatar Email field – This plugin doesn’t use user’s registered email.
- Email Verification – Users need to own the Gravatar Emails which they input.
- Support Default Image
- Size customized (1..80px)
I hope I can hear your thoughts about this plugin.
I’m doing a fresh install of bbpress. I’m not linking it to wp.
I’m getting this error:
Fatal error: Call to undefined function: __() in /home/2816/domains/ridetoremedy.com/html/community/bb-includes/default-filters.php on line 81
My config file is correct. It’s linking to the same db as wp (simply because there’s no reason to use a different db if I can just prefix the tables differents, i.e. bb)
Any help would be appreciated. I don’t want to have to go to a different forum system, but I really thought this would be easier than it’s turning out to be.
Thanks