Hi, I should preface this post by saying that I'm pretty much a Joomla/CS noob, but I'm learning quickly. :P
Versions:
Joomla: 1.5.20
K2: 2.4.1
Ninjaboard: 1.0.12
I'm building a Joomla site with a template that incorporates K2, and I added the Ninjaboard forum. I noticed the following problems:
- The member login button provided by my template would not work in the forums
- The Delete Topic button does nothing (but Move Topic works.)
Playing with Firebug and looking at the console I've noticed that on every page in the forum I get errors:
- "$("comment-form").addEvent is not a function" (k2.js) on every page
- "$(".com-ninjaboard-topic-watch").ninjaboardWatch" on viewing pages
- "$("#text").markItUp is not a function" on new post/topic pages - "$(this).closest is not a function" when I try to delete a post
If I disable K2, the first error goes away and my login button works again, but the other problems remain. Clearly I would like to make the button work with K2 enabled. It seems like an importing problem.
The rest of the site is working fine right now. I'm also getting help from the Ninjaforge site, and the person who made my template.