Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,426 through 7,450 (of 11,599 total)
  • Author
    Search Results
  • #99119
    Ramiuz
    Participant

    I´ve proven it enough times already. Not my fault you´re not informed properly.

    Just trust my judgements of Akismet, several people experiences the exact same thing, so it´s a known problem.

    #99118
    Rich Pedley
    Member

    I don’t need to know how akismet marks things as spam – but I noticed you didn’t answer my earlier question.

    #98989
    jaapmarcus
    Member

    Just commited a new version to the SVN of wordpress plugin.

    Change log:

    + Added Support to show date or freshness.

    + Added Possible to change template

    + Added Possible to change widget title instead using translate function

    – Fixed a small bug in topics fetched from database when fetching with the WP database connection

    – Fixed bug that will show only non deleted topics.

    #104089
    jaapmarcus
    Member

    Just commited a new version to the SVN of wordpress plugin.

    Change log:

    + Added Support to show date or freshness.

    + Added Possible to change template

    + Added Possible to change widget title instead using translate function

    – Fixed a small bug in topics fetched from database when fetching with the WP database connection

    – Fixed bug that will show only non deleted topics.

    #98988
    lespionage
    Member

    Ah never mind. I did my own script with old fashion PHP/MySQL. Here is what I did if someone else are interested.

    <?php

    $query = (‘SELECT * FROM bb_posts ORDER BY post_id DESC LIMIT 5’);

    $result = mysql_query($query) or die(mysql_error());

    while($row = mysql_fetch_array($result))

    {

    echo $row;

    $query2 = (‘SELECT * FROM bb_users WHERE ID=”‘ . $row . ‘”‘);

    $result2 = mysql_query($query2) or die(mysql_error());

    while($row2 = mysql_fetch_array($result2))

    {

    echo $row2;

    }

    }

    ?>

    Just put it in your widget area and your are good to go.

    #104088
    lespionage
    Member

    Ah never mind. I did my own script with old fashion PHP/MySQL. Here is what I did if someone else are interested.

    <?php

    $query = (‘SELECT * FROM bb_posts ORDER BY post_id DESC LIMIT 5’);

    $result = mysql_query($query) or die(mysql_error());

    while($row = mysql_fetch_array($result))

    {

    echo $row;

    $query2 = (‘SELECT * FROM bb_users WHERE ID=”‘ . $row . ‘”‘);

    $result2 = mysql_query($query2) or die(mysql_error());

    while($row2 = mysql_fetch_array($result2))

    {

    echo $row2;

    }

    }

    ?>

    Just put it in your widget area and your are good to go.

    #98987
    lespionage
    Member

    Great work jaapmarcus!

    Is there any way to control your plugin with template tags. I would like to be able to edit the way the topics are displayed.

    #104087
    lespionage
    Member

    Great work jaapmarcus!

    Is there any way to control your plugin with template tags. I would like to be able to edit the way the topics are displayed.

    #99117
    Ramiuz
    Participant

    You just got pwnd Pedley.

    _CK_ SHould I be using Human test or recaptcha now?

    I can confirm that recaptcha almost prevented spammer completely, but I´ve had some spammers register still. Only a small percentage of what was before though.

    Somehow, even though their IP, name and email already exist in the databases for StopForumSpam and Project HoneyPot – they still manage to get through.

    #98986
    csabamarosi
    Member

    Thanks man, I’ll check it out as soon as I can!

    #104086
    csabamarosi
    Member

    Thanks man, I’ll check it out as soon as I can!

    #98985
    jaapmarcus
    Member

    Hello csabamarosi,

    I just have made some small changes and it will now show as well the fressness. The last version is now on my website. Its slightly different from the plugin on the wordpress website because those features are missing at this moment.

    Later on this week i will also update the wordpress plugin with this functionality and and a few other options. Like time format instead of freshness and show / disable time format or author.

    #104085
    jaapmarcus
    Member

    Hello csabamarosi,

    I just have made some small changes and it will now show as well the fressness. The last version is now on my website. Its slightly different from the plugin on the wordpress website because those features are missing at this moment.

    Later on this week i will also update the wordpress plugin with this functionality and and a few other options. Like time format instead of freshness and show / disable time format or author.

    #98984
    csabamarosi
    Member

    Hi jaapmarcus,

    Am I able to display latest forum posts with timestamps (freshness) in a WP sidebar with your plugin? I’m currently using another one (https://wordpress.org/extend/plugins/bbpress-latest-discussion) but it doesn’t support displaying any date information, so I’ll give your one a try if it does.

    Thanks in advance,

    Csaba

    #104084
    csabamarosi
    Member

    Hi jaapmarcus,

    Am I able to display latest forum posts with timestamps (freshness) in a WP sidebar with your plugin? I’m currently using another one (https://wordpress.org/extend/plugins/bbpress-latest-discussion) but it doesn’t support displaying any date information, so I’ll give your one a try if it does.

    Thanks in advance,

    Csaba

    _ck_
    Participant

    Downgrade tool is on permanent delay.

    Sorry, I simply do not have the time.

    Restore backups from before upgrading 0.9 to 1.x

    #99116
    Rich Pedley
    Member

    I do not know but I would hazard a guess that it uses rules similar to Spam Assassin to start with. Then assesses against common features for other things that have marked as spam.

    #99115
    DKB
    Participant

    @Rich Pedley: on what basis marks Akismet a post as spam?

    #99114
    Rich Pedley
    Member

    @Ramiuz Akismet works fine for forums. I use it on several as admin, and as Moderator. using it combined with the bozo plugin makes things a PITA for me, as there is no indication as to which is spam, and which is bozo – but that is a whole other issue.

    I would like to see proof that it deletes posts without your intervention (either via setting, or a.n.other plugin). because if that is indeed the case, then the plugin needs looking at.

    #99113
    _ck_
    Participant

    I updated it a couple of days ago but even I see a spammer about every other week.

    I have to assume it’s humans doing the account creation because it’s so cheap to get labor now, it might be semi automated where it fills out the info and allows the human to deal with the question.

    You’d think they’d figure out this is a waste of time but I guess they are looking for the sites where the postings stick around for awhile.

    I can deal with it once a week until I figure out another way to tackle them.

    By the way I don’t use akismet and I always recommend you disable the bozo feature which Sam made a plugin you can turn off at my request, because it just causes havoc with false positives.

    #37345
    lespionage
    Member

    i just installed the BBpress Latest Discussion plugin on my wordpress site and it’s great. The only problem is that the plugin excludes ÅÄ and Ö witch is a problem because most of the visitors are Swedish. Does any one know how to make this plugin allow latin characters or are there any other way to display latest post and author on my wordpress frontpage?

    Grateful for an answer.

    #37342
    WizenOak
    Member

    Hey guys,

    I’m currently putting together my first site using WordPress % bbPress (they are both linked etc).

    What i’m trying to do is display the 4 most recent active threads. By this, i do not mean the last 5 posts. I mean the latest 5 threads that have posts made in them. I hope that makes sense.

    E.g.

    [Thread Title] by [Original Poster]

    I came across a script which links my bbPress RSS feed to my WordPress custom template, here it is:

    <?php if(function_exists('fetch_feed')) {
    include_once(ABSPATH.WPINC.'/feed.php');
    $feed = fetch_feed('http://localhost/wordpress/bbpress/rss.php?forum=1');
    $limit = $feed->get_item_quantity(4);
    $items = $feed->get_items(0, $limit);
    }
    if ($limit == 0) echo '';
    else foreach ($items as $item) : ?>

    <ul class="latest">

    <li>

    <span class="title"><?php echo $item->get_title(); ?></span>

    </li>

    <?php endforeach; ?>

    I tried linking to “http://localhost/wordpress/bbpress/rss&#8221; etc but “http://localhost/wordpress/bbpress/rss.php?forum=1&#8221; was the only feed i could pick up. It doesn’t really matter though considering i’ll only have the single forum section anyway.

    Now, this produces the following on my WordPress template:

    Tigeran on “Your first topic”

    [Last Post Author] on [Thread Title]

    As stated before, i want it to appear like this:

    [Thread Title] by [Original Poster]

    I soon found out that i needed to edit the rss2.php file located in bbpressbb-templateskakumei folder as i’m using this template. Looking through it i came across this:

    <title><?php post_author(); ?> <?php _e('on')?> "<?php topic_title( $bb_post->topic_id ); ?>"</title>

    & changed it to this:

    <title><?php topic_title( $bb_post->topic_id ); ?> <?php _e('by')?> <?php post_author(); ?></title>

    But there is no change as it stays as the original. It’s like i cannot overwrite this file. Any help would be greatly appreciated.

    Thanks.

    #99112
    Ramiuz
    Participant

    John James Jacoby yes it is true.

    I wouldn´t say it if I had not experienced it.

    Akismet was made for blogging, and BBpress is not blogging.

    Akisment for BBpress will delete posts by normal people. And it won´t let you do anything about it. Infact, it won´t show you exactly what is deleting at all. It just keeps deleting stuff in its own, and keeps the keymaster in the dark.

    This made me especially angry when I managed to find out, that infact all Akismet had deleted, was normal posts. And not a single valid spam.

    So please stop reccomending this.

    If you have several thousands of members in your bbpress installation, you might accept losing a few posts. But if you´re trying to build a community, you must learn to value each post, each member makes.

    #99111
    muldrick
    Member

    Awesome ck, any updates yet?

    Also, in the mean time, I am blocking each new (spam) member and marking them BOZO.

    Am I waisting my time doing this?

    Commentguerir
    Participant

    Hi _ck_, please need urgency your downgrade tool

Viewing 25 results - 7,426 through 7,450 (of 11,599 total)
Skip to toolbar