No one here who can help me? Is there a alternative to this plugin?
Edit: I just tested with the standart theme, and found out that the user can enter the forum and see the topics but he cant see the forums in the Forums table on the starting page
I installed your plugin _ck_ but i when i activated it din’t auto inserted the math field in my registration page. Strange so i did it my self by inserting in my register.php / bbpress theme file the function:
<?php human_registration_test(); ?>
and then it worked ok.
I am using the Misty Morning template and changed the overflow to auto from hidden on the container properties. This was to accommodate the Private Message plugin which was too wide for the template.
Now in IE there is a scroll bar whether it is needed or not and yet in doesn’t scroll on long threads. The posts are pushed over to the left.
Is there a better fix to accomodate the PM plugin? or to make IE scroll properly?
site here http://breadnroses.ca/forumsbbtest
That is correct. Take the output of that file and put that in your /stereopoly.de/forum/ directory. Multiviews works with most servers I have played with, but had to use the rewrite-rules.php for my latest server.
Trent
Just installed/activated your “Human Test” plug-in. I am using bbPress version 0.8.3.1. Everything works fine. No issues.
Thank you.
By the way, I heard of WordPress for the first time on Sunday, found it a few minutes later, installed it a few minutes after that and input two years of articles I had written that same day. I installed a few plug-ins the next day and then found bbPress. Installed that the same day (Monday). It was working fine and found a matching template for both WordPress and bbPress the next day (Wednesday). With very little tweaking (mostly my errors) and no visits to the WordPress or bbPress forums for help, I am up and running with a very presentable, professional looking, and fully functional blog/user forum. Absolutely incredible!!! I am notifying my subscribers later this morning about their new resource via email. Not bad for four days of work.
Thank you good folks behind WordPress and bbPress!
Hi,
I’ve been working with bbPress, vBulletin and Invision Power Board since each one of them made their debuts and I’m very good at integrating them into many CMS, mainly our beloved WordPress blogging software and Joomla.
So I’m offering my integration services to those fustrated souls fighting to integrate bbPress, vBulletin and Invision Power Board into your WordPress blog.
Check out my site http://invisionbridge.com for the latest guides on how to integrate bbPress, vBulletin and IPB into your WordPress.
Integration guides, demos, tips and bridge scripts: http://invisionbridge.com
I have exactly the same problem the wp plugin “bbPress Integration” causing it somehow when i disable it wp editing works as normal when i enable it i get slashes “” everywhere when i edit post / comment / theme from wp administration all plugins / bbpress / wp are the latests versions…
also my server php.ini config are:
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
can anyone help?
Which host are you with, that might be an error from the glob function being using without proper testing to see if it’s supported.
https://trac.bbpress.org/ticket/787
I haven’t used bbPress in a while and I’ve just started thinking about using it again. A few months ago it was relatively easy to integrate bbPress and WordPress, from what I’ve been reading in the forums, things have changed.
With the incorporation of ‘backPress’ etc, what’s my best bet for setting up a new site with bbPress and WordPress sharing users and cookies?
I’d really like to use the latest version of WordPress, is there a certain changeset of bbPress I should use?
My solution doesn’t need template editing and has stopped all such activity on my site:
https://bbpress.org/plugins/topic/human-test/
So far this has solved the problem for me completely:
https://bbpress.org/plugins/topic/human-test/
I’ll augment it as they adapt.
With all those links in the posts, it appears that akismet is not working. Do you have an akismet ket and is it entered in your config.php? That would prevent the posts loaded with links, in any case.
Regarding the registrations, there is a “Human Test” plugin that might help:
https://bbpress.org/forums/topic/signupregistration-captcha#post-13429
Or, maybe something more complex like a CAPTCHA:
https://bbpress.org/forums/topic/spam-registration#post-11879
Or this tip:
https://bbpress.org/forums/topic/fight-against-auto-register-robot#post-12246
Just search this forum for registration and you’ll see lots of approaches to handling it.
Hi- We’ve been trying in desperation to stop spambots from registering profiles on our very active bbpress forums, and despite the captcha test we installed, it seems they are circumventing the registration process and creating new accounts all the time. We’re getting around 50 fake profiles a day.
We’re being told by several sources that this is a bug in the current version of bbpress and there is no solution for it. We simply can’t accept this, that bbpress would be open to such severe bugs.
Right now we’re manually deleting profiles and we’re seriously considering abandoning this plattform for a more secure foums solution that works with WordPress.
Do you have any insight into how to stop them from creating bogus profiles? Right now for some reason they are all having their birthday as Feb 2, 2008.
You can see some of the profiles here:
http://www.feastoffools.net/community/profile.php?id=2107
I am beginning to test some code I have written to pre-configure a CPANEL based website to auto-install bbPress. Barring any extreme problems (or unforseen events in my life) I should have an early beta to test by the weekend.
It will only require a few simple inputs such as your username and password (same as you’d use on FTP or cpanel access) and from there it will do everything – create the database and tables, download bbPress, install it and take you to it’s configuration options.
It may be possible to eventually get it working with other types of hosts. I plan to investigate doing it on dreamhost and perhaps a couple of the other most popular hosts.
When you go into a forum, it should show you all the sub-forums available. If there are no topics in that forum however, it may just immediately jump to add new topic – that may be a bug in how bbPress works. Try creating a test topic in the main forum that has sub-forums.
If your forum has topics and still does not show sub-forums, you edited your theme somewhere and removed it or you are using a theme that removed the feature. If so, put into pastebin your forum.php page from your theme and show it to me.
If you are asking what I think you are asking, I think I have made the subtle change you need. The sub-forums will no longer be shown on the front-page.
http://pastebin.com/m5ce19f4b
Line 53 is really all that’s needed.
if (!$forum->forum_parent) {
This is untested however.
Topics from within the sub-forums will still showup in the latest discussions however.
Hello,
Can someone help me with listing the latest topics but excluding one of the forums from the list?
Thanks,
uwem
You can use this plugin by just installing it and my-views.php, you don’t need the others if you don’t want their features.
I’ll be revisiting this plugin once I get my User-Track plugin done sometimes in March.
Can we have this page without installing the “big plugin” My_views ?
Perhaps I can download this “module” and look at the code, and make a small plugin. Or just make a link that shows this page.
I forgot to say : wow ! nice plugin 
exactly what I want to see.
It’s just for convenience, and right now I’m doing a lot of test posts, so it’s quicker to delete those posts with the checkbox. I was deleting them in phpmyadmin, then read _ck_’s post about the plugin. If you don’t mind, can you explain how my deleting posts and topics through phpmyadmin would affect a plugin? So far, though, I only have the anonymous user plugin.
If you cannot get into admin panel it’s one of two reasons:
1. cookie hashes & paths don’t match
2. you do not have the proper role set under bbpress as administrator
The 404’s may be caused by turning on slugs without multiviews or proper mod_rewrite rules. If you have slugs turned on, turn them off temporarily (in your config.php) until you solve the other problem. ie.
$bb->mod_rewrite = false;
I am betting on the role not being set in bbPress that’s preventing you from getting to the admin panel. This can be inspected/fixed via phpmyadmin. I’ve been meaning to write an auto-load plugin to fix this issue automagically.
UPDATE:
I’ve whipped up a little plugin to restore proper admin access roles for both bbPress and WordPress without having to tinker in phpmyadmin:
http://bbshowcase.org/plugins/fix_admin_access.zip
Copy this to your plugins directory in bbPress OR WordPress (not both). Then access bbPress or WordPress (whichever you used). Then test you can access admin panel. Then DELETE the plugin off your server. There is no reason to leave it there.
(you MUST leave the leading underscore “_” on the plugin name which makes it auto-load without having to activate it first. I have not tested it from the WP side but in theory should be fine.)
Commas work fine on other installs.
http://bbshowcase.org/forums/topic/test-title-with-a-comma-testing
There may be a plugin conflicting?
On my site, if you enter just a comma in the “topic title,” the error “No input file specified.” appears.
Any plans on fixing this?
I also tested it on this site, and the error “This topic has been closed” appeared. (So, I hit the back button and entered a real post-this one. Once I posted this post, I realized that it was marked as “resolved.”)
Is this a security issue? Are the forums at risk of sql injections?