Hi Guys
I've had the CB Activity running for some time on the frontend, it is made as a discussion area / notification area.
However I just found out that it has stopped working for 'manuel' posts, it worked 5 days ago.
I found this error when examining it:
Code:
Uncaught TypeError: $(...).cbactivity is not a function
at HTMLDocument.<anonymous> ((index):298)
at u (jquery-2.2.4.min.js?v=e55971e81c86c8d3:1)
at Object.fireWith [as resolveWith] (jquery-2.2.4.min.js?v=e55971e81c86c8d3:1)
at Function.ready (jquery-2.2.4.min.js?v=e55971e81c86c8d3:1)
at HTMLDocument.F (jquery-2.2.4.min.js?v=e55971e81c86c8d3:1)
(anonymous) @ (index):298
u @ jquery-2.2.4.min.js?v=e55971e81c86c8d3:1
fireWith @ jquery-2.2.4.min.js?v=e55971e81c86c8d3:1
ready @ jquery-2.2.4.min.js?v=e55971e81c86c8d3:1
F @ jquery-2.2.4.min.js?v=e55971e81c86c8d3:1
Not really sure where to go from here?
I also have it running on my testsite, which doesn't have as many posts to it, and there it works as it should.