Search Results for 'test'
-
Search Results
-
Topic: signup/registration captcha?
I just noticed that over the past few months there are at least 50 fake signups on bbShowcase (out of 250).
Has anyone made a captcha or turing test plugin for the bbPress signup yet? I can’t seem to find one.
Topic: what is bb_topic_labels()?
Hello,
just updated my forum to the latest version (0.831) and found this new function in several template files:
bb_topic_labels();
after uploading the file I can’t see what’s changed, what is this for a function?
Olaf
I installed bbPress into my WP directory such that its index.php lives here: http://stlrevolution.com/teamrev/forums/
The admin tool seems to work fine. I am able to create topics and whatnot, see users, and all that. BUT, when I click on a topic, I receive file not found message.
For example, I went to add a new test topic:
http://stlrevolution.com/teamrev/forums/?new=1
And when I clicked [Send Post], instead of seeing the post or some other page displayed, I received an error for this url:
http://stlrevolution.com/teamrev/forums/topic/3?replies=1#post-3
When I look in the forums folder, there is no “topic” folder, so I’m wondering what exactly I messed up during installation. Please advise. Thank you.
Topic: Fatal error: bb_get_header
using bbpress .8.3 I can view my main page (http://www.healthstatus.com/health_blog/forums), I can view a latest discussion by clicking on it, but when I click on a forum, I get the message:
Fatal error: Call to undefined function bb_get_header() in /…../forums/forum.php on line 1
Second, when I try and add a forum (from the admin screen) it just flashes at me but doesn’t add the new forum.
I am logged in as admin synced with WP but cannot click the links to profile or logout
Latest WP and bbP
Here is the only location that appears relevant to me…. (not a php guy)
<p class="login">
<?php printf(__('Welcome, %1$s!'), bb_get_current_user_info( 'name' ));?> <?php bb_profile_link(); ?>
<small>(<?php bb_admin_link( 'after= | ' );?><?php bb_logout_link(); ?>)</small>
</p>Whatever that’s doing, it’s not writing any links for View profile, (Admin | Log out)
see it here http://www.homeinteriorart.com/hia/forum/ – unclickable
It IS writing the link as viewing the source shows…. but it’s unusable
I have WP on root, and bbP under /forum folder.
How can I show the ‘Latest Discussions’ that is in the bbPress front page in the WP front page?
Thanks in advance.
Topic: A Bug found
I found a bug for the latest version of bbPress.
If you delete a topic, tags for that topic still remains in the hot tags list.