Everything used to work fine, but then BUeditor buttons just disappeared from edit boxes, whenever I am creating new node or editing existing one.
In HTML source I can still see that BUEditor JavaScript is being loaded:
<script type="text/javascript" src="/sites/all/modules/bueditor/bueditor.js"></script>
<script type="text/javascript" src="/files9/bueditor/6d4130b7a16a52cb3b1a0313f65200fb.js"></script>
<script type="text/javascript" src="/sites/all/modules/bueditor/library/default_buttons_functions.js"></script>
Has this happened to someone before or not?
Thanks,
k.
Comments
Comment #1
ufku commentedTry opening this file directly
your-domain/files9/bueditor/6d4130b7a16a52cb3b1a0313f65200fb.js
If fails try cleaning the files9/bueditor directory and setting directory permissions to 777
Comment #2
kalashari commentedWhen I open it I have
Comment #3
kalashari commentedI forgot to mention.... I have multi site Drupal installation... and on the other site I also have BUEditor enabled and it works there.....
Comment #4
ufku commentedDo you get any javascript error?
If not this could be a theme issue.
try adding this to your theme's css
.editor-container{float: left; clear:both;}
Comment #5
kalashari commentedStill doesn't work mate.
The only thing I recall that I changed is adding template.php file with this content in it:
because I wanted to add certain JS file to my Drupal site .... but I don't think this somehow interfered with BUEditor module.
Comment #6
gdoteof commenteddo you have panels installed? I was having this problem until I upgraded to the newest panels
Comment #7
Roulion commentedDo you use yhe latest "tabs" module and cck_fielgroup_tabs? I noticed that when i uploaded these 2 modules, the BUEditor bar disappaer on multilines text fields which are inside tabs..
I think in the vissibilty settings, you'll have to add something like content_tabs/js_add_more/* or so
if someone could help
Comment #8
ufku commented