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

Hosted Vanilla 2.0.13 does not work with Blogger

I've just installed Vanilla 2.0.13 on my own server and attempted to paste the Blogger Gadget address into my Blogger theme as described in this documentation. http://vanillaforums.org/page/FeaturesAddons-PluginsEmbedVanilla#blogger

All I get on blogger is an empty IFrame.

The browser console spits out this error
Uncaught SyntaxError: Unexpected token <

which seems to be located between the <?xml /> tag and the doctype returned from remote.js

Any advice on how to get this working?

Comments

  • Options
    Also I'd like to get clarification if its even possible with hosted installs or if it only works with vanillaforums.com accounts.
  • Options
    sorry for the bump. I'd really appreciate some input on this.
  • Options
    MarkMark Vanilla Staff
    Hi Joel - Can you send us the url to your forum and the url to your gadget? You can do it by email if you'd prefer: mark at vanillaforums.com
  • Options
    Sure thing Mark, I'll send it via email since it's a private forum for the most part.
  • Options
    MarkMark Vanilla Staff
    For the record, Joel helped us fix this bug. The fix has been committed to our unstable branch and will be in our next release. You can check it out here:

    http://github.com/vanillaforums/Garden/commit/681b2039fca100a61afcedd0c238343a06ce05e2

    In order to get your Gadget working, open plugins/embedvanilla/class.embedvanilla.plugin.php and change line 116 to:

    <script type=\"text/javascript\" src=\"".Asset('plugins/embedvanilla/remote.js', TRUE)."\"></script>
Sign In or Register to comment.