Search Results for 'bbpress'
-
Search Results
-
Topic: No New posts for members
Hello!
I want to restrict new posts in bbpress only to moderators and admins. What is the best way to do it?
I’ve found a very simple way editing capabilities.php but I would like to avoid editing the source code.
'member' => array(
'name' => __('Member'),
'capabilities' => array(
(...)
'write_posts' => false,Thanks.
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.