Forums / Cotonti / Support / minichat plugin broken after update :)

jesus
#1 2013-01-04 15:26

Hey

we have been runing the minichat plugin for a couple of years now up to version 6.1.7 it was working fine, after i have upgraded my cotonti to 6.2.5(step by step) it has broken

it works fine but once you write a message and click "shout" it disapears and only "all messages" is left.

any ideas? - yes we have updated the plugin too.

screens

 

before

http://i.imgur.com/HRhJA.png

after

http://i.imgur.com/e5SUs.png

 

This post was edited by jesus (2013-01-04 15:32, 11 years ago)
Harker
#2 2013-01-06 06:58

Hi,

I think that the problem comes of jquery, I had the same problem very long ago.

It is not recommended but I edited my file "js/jquery.js" by adding at the end of page this code :

 

// ----------------------------------------------------------------------------
// Added for Shoutbox
// ----------------------------------------------------------------------------

{$.fn.markItUp=function(){};};
var L = {}
var mini = {}

 

jesus
#3 2013-01-07 09:33

thanks a lot! :) seems to have helped, if there's another way - without editing jquery please let me know! but this does the work.