• Resolved Lovedoodle

    (@lovedoodle)


    When I try to add a term, the term is added to the database in the appropriate glossary, but the form doesn’t save the definition… It only saves the definition after I click edit, paste the definition into the form, and then click save. Is there a fix for this?

    http://ww.wp.xz.cn/extend/plugins/gloss/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Lovedoodle

    (@lovedoodle)

    Nevermind, I found the problem.

    In the glossaryClass.php file the variables are not named correctly for the function insert_term.

    The textarea input field is named “define” not “definition” as indicated on lines 80, 83, and 84.

    Switching the variable named $definition to $define solved the problem for me.

    You can also use the plugin “Explanatory Dictionary” for a glossary.

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

The topic ‘[Plugin: Gloss] Doesn’t add definition to database on first submit’ is closed to new replies.