Closed (fixed)
Project:
BUEditor
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2012 at 04:04 UTC
Updated:
8 Jun 2012 at 11:51 UTC
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
Comment #1
ufku commentedCheck the error console of your browser. Also see http://drupal.org/node/73179
Comment #2
guitarma commentedAh, 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
Comment #3
guitarma commentedSorry to be a pest, but I don't know what the above code means. Any help? thanks!
Comment #4
ufku commentedCheck your button codes and make sure you get the same error with any of the default editors that come with bueditor.
Comment #5
guitarma commentedI 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.
Comment #6
ufku commented