Search Results for 'bbpress'
-
Search Results
-
Topic: Duplicate article removal
I have an experimental bbPress instance which I’m using as a feed reader (it beats Google reader because several of us can annotate and discuss the things it discovers). Something I’m learning quickly is that some feeds are unstable, and this is resulting in dupes, so I’m thinking an admin tool that highlights duplicate articles (based on content or title perhaps) and then makes deletion easy might be useful.
Then I started thinking that it would be a good anti-spam tool. Then I wondered if anyone had developed something like that as a plugin already… or fancied giving it a go… my hands are tied for time at the moment, or I’d hack it up myself.
Topic: Post Moderation
Hi there all,
I have to moderate posts!
Is it possible to do in bbPress, I have no idea. I found out that vBulletin does that, but I use WordPress on my blog, don’t need any other php script interfere with my blog. I just add a simple forum in it. Not a shiny thing!
Anything will be too helpful.
Thanks in Advance!
So, I uploaded bbpress, configured config.php, punched bb-admin/install.php in my browser and saw… nothing. Not even an error message.
Ok, I went poking around. Deleted config.php and got the error message as expected.
Next line in the code is: require_once(‘../config.php’);
I do not believe I get over this hurdle (if I recall correctly, require_once dies quietly).
I changed it to require config-sample.php, and got as far as database error message. config-sample.php and config-php sit next to each other with exactly same permissions.
I cannot think of a reason for require_once to see one but not the other…
Mystery…
Any ideas?
I have a WP blog I wanted to integrate with, so I set $bb->wp_table_prefix, $bb->wp_home, and $bb->wp_siteur to their respective values in config.php.
I can tell this worked because the install did not create a bbPress user table. Good.
The install went smoothly. I set the Key Master to “admin”. So far so good. Right after, I tried to log in as “admin”. No dice.
I went to my WP blog, logged in as “admin” with my usual pw, got in fine. Changed the pw. Went back to bbPress, tried with the new pw, no dice.
My bbPress install just won’t log me on with “admin”. What’s going on?
Topic: Plugin for points system?
Hi,
Is there a BBpress plugin that implements a points system for contributors? I am looking for something that will give points to people who answer questions, etc.
Is there anything like that already implemented?
Thanks in advance-