Closed (fixed)
Project:
BUEditor
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2009 at 20:05 UTC
Updated:
3 Nov 2009 at 22:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
Roulion commentedComment #2
ufku commentedthanks for reporting.
this is fixed on 6.x branch.
Comment #3
Roulion commentedthanks for the patch.
When i use it with the multigroup module, the BUEeditor is just displayed on the first row as you can see on the attachement
Comment #4
ufku commentedNew items are not processed because ajax output does not have the information. Only Drupal.settings is updated, which means BUEditor has to insert its settings into Druapl.settings. Below is the patch doing so.
After applying the patch you have to add the path "content/js_add_more/*" into your editor's visibility settings, since the additional textareas are created by this page not by the current page.
Comment #5
ufku commentedThere was an issue with editor demo not appearing in admin pages.
Comment #6
Roulion commentedthanks a lot
Since i can't apply patch, i made mannually (i gess the lines with a "-" have to be deleted and the ones with a "+" have to be added). All seems good.
Although I added the "content/js_add_more/*" line in the visibility settings, the BUEeditor doesn't appear when i add a new value.
would you mind delivering a tar ball of the module please ?
thank you
Comment #7
ufku commentedThe zip contains updated files.
And also you may try this path instead of the old one content/js_add_more*
Comment #8
ufku commentedzip
Comment #9
ufku commentedAttachment disappears.
Anyway i committed the changes to 6.x branch
bueditor.admin.inc
bueditor.module
bueditor.js
Comment #10
Roulion commentedOK i manger to make it work, i had to add "content/js_add_more/*" AND "/content_multigroup/js_add_more/*" in the visibility settings
thanks for your help
Comment #11
ufku commentedthen i'm marking this as fixed.
Comment #13
Roulion commentedI upgraded to 2.x version and the trick no longer works...
Comment #14
ufku commentedThe scope of settings was changed from "header" to "footer" in bueditor 2.x.
CCK's add more script seems to get settings from only header.
The below patch is for cck 6.x-3.x-dev
Can you please create an issue about this in cck queue?
Comment #15
Roulion commentedI applyed the patch, but it doesn't seems to work.
My visibility settings are :
node/*
node/*/*
comment/*/*
content/js_add_more/*
content_multigroup/js_add_more/*
user/*
admin/build/block/add
and the library files are
%BUEDITOR/library/bue.popup.js
%BUEDITOR/library/bue.popup.css
%BUEDITOR/library/bue.html.js
%BUEDITOR/library/bue.preview.js
%BUEDITOR/library/bue.imce.js
%BUEDITOR/library/bue.misc.js
%BUEDITOR/library/bue.accessibility.js
%BUEDITOR/library/bue.autocomplete.js
%BUEDITOR/library/bue.ctrl.js
%BUEDITOR/library/bue.find.js
%BUEDITOR/library/bue.history.js
%BUEDITOR/library/bue.li.js
%BUEDITOR/library/bue.tab.js
Are there particular settings to fix it?
thank for your help
PS: i will creat the issue when the patchs is ok..
Comment #16
ufku commentedForgot to patch multigroup.
This should handle it also.
Comment #17
Roulion commentedThanks a lot, it's working... i created the issue in cck (#607138: Get settings from all scopes in ahah requests)
Comment #18
ufku commented