• I am currently running cold forged’s spell checker plugin. It works fine for spell checking posts but I also wanted to be able to let visiters spell check their comments. To do this I followd the instructions on the plugin page but whenevr I put in <?php spellinsertcomment_button();?> I get the error message Fatal error: Call to undefined function: spellinsertcomment_button() in /home2/quill/public_html/cron/wp-content/themes/dimension2k/comments.php on line 109 If I put in <?php spell_insert_comment_button();?> the button appears fine but when I click it nothing happens. Any sugestions? I would appreciate any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry about the wrong function names… I switched over to Markdown for page layouts which unfortunately kills underscores in code :(. I’ll fix the pages today.

    In terms of your problem, make certain you’re doing the spell_insert_headers() call as well in your comments template.

    Thread Starter cron

    (@cron)

    Yes, I have that. When I press the button still nothing happens. If I look at firefox’s javascript console I get the error openSpellChecker is not defined. Any other sugestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spell Check in Comments’ is closed to new replies.