Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordirk
    • CommentTimeMay 21st 2009 edited
     
    Hi,

    with the new Version I Get following Error in the modified Broadway Theme

    The spam token could not be found in this theme. Please include the code <?php plogger_get_spam_token(); ?> between the opening
    tag and the closing
    tag in the theme file plog-content/themes/broadway2-lightbox/comments.php


    There is no change if I fill in <?php plogger_get_spam_token(); ?> and theme is working also with this errormessage.

    any ideas?
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 21st 2009
     
    Posted By: dirkThere is no change if I fill in<?php plogger_get_spam_token(); ?>and theme is working also with this errormessage.
    The error message still shows up AND you can post a comment? The new plogger_get_spam_token() function is to help prevent spammers during commenting. If you don't use commenting, you can ignore the warning, but if you placed the code in the comment.php file, the error message should no longer show up.

    Do you have a link to your site so I can view the comment form?
  1.  
    Yeah I spotted that too... The function is actually called:

    plogger_get_form_token();

    not as displayed.

    Just bung it in the form somewhere on your comments page like so:

    <?php plogger_get_form_token(); ?>

    plog-admin/plog-themes.php need to be updated...

    :)
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 21st 2009
     
    Thanks for the reply, designermonkey. I'll update the error message in the SVN code. :D
    • CommentAuthordirk
    • CommentTimeMay 21st 2009
     
    Thank you, now the error message disapears.