Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Edit Discussion Ajax

edited March 2010 in Vanilla 2.0 - 2.8
Is there a way to disable the ajax popup for editing a comment. As it stands now, I get a "Trying to get property of non-object" from the post controller when the popup launches, but if I just follow the permalink - http://example.com/forums/vanilla/post/editcomment/65 - it works perfectly.

Any easy way to disable the ajax?

Comments

  • Options
    I've found the code that controls the popup in /applications/vanilla/js/discussion.js - is there a graceful approach to overriding it through theming, rather then just commenting it out in the vanilla core?
  • Options
    lucluc ✭✭
    Is your forum up to date?

    It was working OK for me, and I updated it (right now) and it's still OK.

    Try to use use firebug to check which property it tries to get that it doesn't get.
    Disabled all themes/plugins and try again.
Sign In or Register to comment.