Search Results for 'test'
-
Search Results
-
Topic: Spam Registrations
Not sure if this has been brought up before but I am getting a huge amount of .ru and .gmail registrations,these are not being activated but are loading up my database.
Not allot of them, on average 20 to 30 every 5 or 6 days.
I have Akismet and Human Test for bbPress enabled, It is really not a big deal just annoying having to go in and delete them.
Anyone have any ideal how I can fight this.
Thanks
Chris
First: Thanks to all developers and coders for coding and working on bbpress and specially to ck for great plugins.
So, I have installed bbpress 0.9.0.2 installed (http://spinus.info/forum) and Topic Icons plugin 0.0.5
Trouble: sticky topics are displayed only on front page in “latest discussions” field. If I try to open a sub-forum, where sticky topic is situated in separate window, a topic is not visible.
So, there is a sticky topic: http://spinus.info/forum/topic.php?id=102&replies=1
You can see it in a latest discussions field as sticky.
But if you would open its parent forum http://spinus.info/forum/forum.php?id=30
Sticky topic is not shown
what’s a matter? Please, HELP!!!
I just did a test registration on my forums and the Human test is no longer working (although I enter the wright answer I keep getting the “Humans only please” message). It used to work fine until 2 days ago. Any advice appreciated.
Thanks.
Dan
Topic: no email and no run
I have two problems after I have installed bbpress 0.90.4 .
1, when I registered new user in server for testing, it can’t sent a email, so I can’t get a password.
2, the forum only run in my server computer, user’s computer got 404 error after registered and click the button. Why doesn’t run in user computer?
How to fix these problems?
Is there a way remove a specific forum category from the latest discussion list?
I have tried editing in functions.bb-topics.php
From
function get_latest_topics( $args = null ) {
$defaults = array( ‘forum’ => false, ‘page’ => 1, ‘exclude’ => false, ‘number’ => false );
to
function get_latest_topics( $args = null ) {
$defaults = array( ‘forum’ => false, ‘page’ => 1, ‘exclude’ => 13, ‘number’ => false );
13 being the category number I wish to remove. This does work in removing forum 13 from latest discussion unfortunately it also removes forum 13 completely lol