Skip to:
Content
Pages
Categories
Search
Top
Bottom

Support Forum Plugin not Updating Status

  • @howtogeek

    Member

    I’m unable to update the status of a topic when using the support forum plugin.

    I’ve tried this on both php4 and php5, with slugs enabled and without, but it’s just not triggering anything. I change the drop-down menu, hit the button, but it never changes the status.

    I’ve done a mysql trace and I don’t see any update statements being fired… I’m going to break out the debugger in a minute, but thought I’d post something here to see if anybody has a quick answer.

    The plugin works perfectly other than this one thing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @sambauers

    Participant

    I seem to remember that you had removed all the javascript from your site. The updater uses an Ajax call to change the status. I’m not sure which bit of javascript it needs, but it needs it.

    @howtogeek

    Member

    I added the javascript back in but still didn’t have any luck.

    @sambauers

    Participant

    You also need to have the “bb_head” hook in your template head below the enqueue javascript call.

    <?php bb_head(); ?>

    @howtogeek

    Member

    I’ve got that there as well…

    I’m going to break out the debugger and figure out what is going wrong.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar