Jump to content

offy

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

offy's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I fixed the issue. I had to set the event on "onkeyup" instead of "onkeydown"
  2. I have some code so when I press enter, it submits the data in textarea. But when I clear text area with document.getElementById('forminput').value = ""; The cursor stats on the second line. I think this is because of this. switch(validkey) { case 13: document.getElementById('forminput').value = ""; break; }
  3. I am working on some censor mods. Where does it censor the post? I check function_postbit.php but it seems like its censored before it even reaches that file. Ideas? Thanks. Also, I had luck with announcements in the postbit file, but normal posts not so much.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.