Search Results for 'bbpress'
-
Search Results
-
Topic: Upgrade problems
I upgraded as instructed on bbpress’ upgrade page, but received the following errors:
Warning: main(/home/pinewood/public_html/bbpress/bb-includes/db.php) [function.main]: failed to open stream: No such file or directory in /home/pinewood/public_html/bbpress/bb-settings.php on line 93
Warning: main(/home/pinewood/public_html/bbpress/bb-includes/db.php) [function.main]: failed to open stream: No such file or directory in /home/pinewood/public_html/bbpress/bb-settings.php on line 93
Fatal error: main() [function.require]: Failed opening required ‘/home/pinewood/public_html/bbpress/bb-includes/db.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/pinewood/public_html/bbpress/bb-settings.php on line 93
I used my old config file, templates, and plug-ins (I never had an htaccess file though?). Any thoughts?
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!
I’m using Comment Quicktags + plugin by Dan Cameron, and I’ve got it working pretty well. Except for Edit.
When you edit a post and land on edit.php, the tag buttons simply don’t appear.
The js path does appear in the source.
Any thoughts?
Topic: bb-login = nothing happens
Hello,
I’ve bbpress installed with wpmu.
Integration seems to work fine. when logged in wpmu, i’m logged in bbpress too. wonderful.
The problem come whenI try to login from bbpress header >> I type my login/pass, hit “log in” =>
– If good password : nothing happens, page just reload.
– If wrong password : redirect to error message in bb-login.php
May be I must say that I have :
wpmu in : domain.com
bpress files in : domain.com/forum
bbpress redirected to : forum.domain.com
Thanks in advance for any help.
I am trying to integrate bbPress with WordPress. I installed it on my local test environment first, in order to work out any kinks. bbPress is in the same database as WordPress. The installation went fine, it seemed, and I ended up with a basic version of bbPress — left-aligned black font on a plain white background. Is this what I am supposed to see?
However, when I tried to point it to WordPress, using “require_once(‘http://localhost:8888/wordpress/wp-blog-header.php’);” in the config.php file, I only got a blank screen. Any idea what I’m doing wrong?
I sort of fumble my way through all this web design stuff, so there is a good chance the answer is painfully easy, but I can’t seem to find it. Thanks.
Topic: Topic Views “stuck”
http://appleswitcher.com/wp/forum/
They don’t increment (i.e. 10 repies, 1 view) any longer after I re-themed and moved my forum.
Sorry to double post, but the post I added yesterday in the Extend forum doesn’t show here.
Topic: Installing bbPress
Hello,
I uploaded the bbpress folders and files to my server and put the MySQL information into the config file.
So now the directions say to “Load bb-admin/install.php in your web browser and do what it tells you”. So I clicked on the “bb-admin” folder, then clicked on the “index.php” file, then clicked on the url link, and my browser opened up a page that said this…
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user ‘jim1234’@’localhost’ (using password: NO) in /home/jim1234/public_html/forum/bb-includes/db.php on line 73
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/jim1234/public_html/forum/bb-includes/db.php on line 73
Cannot select DB.
What am doing wrong?? Any help greatly appreciated.