mattbruv / Inferno-Shoutbox

A free shoutbox for MyBB forums.
MIT License
3 stars 2 forks source link

Mybb 1.8 compatability #2

Open TechyZeldaNerd opened 10 years ago

TechyZeldaNerd commented 10 years ago

It appears that the shoutbox relies on the prototype JavaScript framework included in Mybb 1.6.

Mybb 1.8 uses the jQuery library, so the plugin fails on line 540 of inferno.js.php

new Ajax.Request(this.url + '?action=getshouts' + inferno.screw_ie(), {

The browser log shows ReferenceError: Ajax is not defined

I can't figure out how to use jQuery, so I'd appreciate some help.

TechyZeldaNerd commented 10 years ago

Okay, so I tried my hand at this and got #3

Anyone want to test it?