Search Results for 'test'
-
Search Results
-
Topic: Install4free.bbpress.org?
Is there any interest in doing something like this for bbPress?
http://install4free.wordpress.net/
There are quite a few gotchas in getting bbPress up and running these days. The latest development trunk doesn’t work, and the 0.8.3.1 release doesn’t work for a lot of people either. So, people are forced to edit files, apply patches or download an interim revision. What if we did something like http://install4free.wordpress.net/ but for bbPress?
I have offered to help people off list before, but some are hesitant. Having something like this would add legitimacy to anyone offering to help. In fact, it flips it around. Someone wanting help requests it at that site, and then a volunteer from the project contacts them. Not as much chance of a random dude trying to mess with their server.
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

