I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Products » LaTeX Equation Editor » PHP BB »

Equation Editor Installation instructions on Phpbb3

paklenizmaj\′s Photo
25 Jul 10, 9:34PM
Equation Editor Installation instructions on Phpbb3
Problem sloved! In "posting_body.html"

Find:
<textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 98%;">{MESSAGE}</textarea>
Replace with:
<textarea id="message" name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);"
onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 98%;">{MESSAGE}</textarea>
Currently you need to be logged in to leave a message.