I upgraded to the newest version and now do not see the BUEditor toolbar when I am editing or creating new content. It does not even show on the BUEditor Demo.
I am using the Business theme, and no other modules beside what come with core.

Comments

ufku’s picture

Category: bug » support

Check the error console of your browser. Also see http://drupal.org/node/73179

guitarma’s picture

Ah, it tells me: "missing ] after element list" then it points to this line:
html += icon ? ('<span class="separator">'+ (isimg ? '<img src="'+ tpl.iconpath +'/'+ icon +'" />' : icon) +'</span>') : '';

Line 101 of bueditor/bueditor.js?m1f9rf

guitarma’s picture

Sorry to be a pest, but I don't know what the above code means. Any help? thanks!

ufku’s picture

Check your button codes and make sure you get the same error with any of the default editors that come with bueditor.

guitarma’s picture

I went into another site I had built using BUEditor and copied each button's code exactly and got it to work. I also downgraded it to 7.1.2, so I don't know if that is what fixed it.

ufku’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.