Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: Akismet spam queu problem
    Thread Starter pgoiffon

    (@pgoiffon)

    I’ve just made some tests, commenting certain lines in akismet.php version 2.0

    The problem is caused in line 432 :
    <?php comment_text() ?>

    Changing this line to :
    <?php //comment_text() ?>

    And I get the whole list back !
    Uncommenting and the webpage is stopped in timeout (1 minute timeout), the html recieved in the browser is brutally stopped.

    I will try to take a look at the database to see the spammed comments texts.

    Forum: Plugins
    In reply to: Akismet spam queu problem
    Thread Starter pgoiffon

    (@pgoiffon)

    I’ve just installed the Akismet 2.0 version… and the same problem is always there ! Any help would be greatly welcome !

    I was facing exactly the same problem, and modifying the tiny_mce.js file had absolutly no effect. It was really strange because I could see the
    in the wysiwyg editor html view even after saving a post, but when opening the post in my blog the
    were just gone !!

    Indeed we used Wordress 1.* for quite a long time on this blog, and so we used a lot the markdown syntax. So seeing that the Markdown plugin wasn’t bundled anymore with WordPress 2.0, I just tried to desactive the plugin and… Eureka, my
    then came in the source as expected !

    I then saw a post indicating the Markdown plugin wasn’t compatible with the tinyMCE editor : <https://www.michelf.com/weblog/2005/markdown-and-wordpress-2.0/&gt;

    Hope this could help some users who have the same problem…

Viewing 3 replies - 1 through 3 (of 3 total)