go41

tagged bbpress discussion


von Joern
Keine Kommentare

This forum was using "Human Test for bbPress" to stop automated bot registration.Today we switched to another plugin using reCAPTCHA to block registration of 'unwanted' guests by adding reCAPTCHA to register.php.Thanks for supplying the bbCaptcha plugin!Installation worked without any problem,…


von Joern
Keine Kommentare

That was easier than expected!I used the condition:if ($post->post_id != $topic->topic_last_post_id )to display the excerpt of the answer only if is not the question itselfThe working code looks now like this:Code:<p class="quest"><?php $post = bb_get_first_post(get_topic_id());echo make_excerpt(get_post_text($post->post_id)); ?></p><?php if ($post->post_id !=…