evnix / codowik

now convert dokuwiki engine into a professional wiki with codowik template
13 stars 16 forks source link

Editing toolbar incomplete with this template #2

Closed bpavie closed 10 years ago

bpavie commented 10 years ago

Thanks for this template, I really like it. However, on the last release candidate (Release rc2013-11-18 "Binky RC2") version of DokuWiki (at least) the editing toolbar appears incomplete, due to javascript error that stop generating the editing bar before the end. Reading the dokuwiki documentation, I realized that JQuery is now embeded in dokuwiki, therefore there is no need to incorporate it into the template. You should also have to follow the compatibility mode. There is no $() method2). Use the jQuery() method instead.

After reading that, I modified the file main.php , delete the line linking to the jquery library and replaced all "$(" by "jQuery(" and the problem is now fixed!

evnix commented 10 years ago

the new merge should fix it.