Closed (fixed)
Project:
BUEditor
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2009 at 10:34 UTC
Updated:
20 Nov 2009 at 16:52 UTC
Although I have node/* in my visibility settings, on node/add/type the editor does not show. However, the editor does appear when the node is being edited. This is using Drupal 6.13.
I've tried node/add/type and variants in order to get it to appear, but to no avail.
Any ideas?
Thanks.
Comments
Comment #1
ufku commentedPlease mark an issue as support request if you're not sure it is a bug with the project.
Checked for any js errors where bueditor is not visible?
Do you see the bueditor files in the source of the page?
Comment #2
Tolas commentedusing 6.x-1.4 here on Drupal 6.14 and the visibility works fine.
Leaving the default settings as:
node/*
comment/*
I personally wanted it hidden on a story & page nodes in favor of a different editor and input format so I removed node/* and added individual node/add/ entries, and the only problem I came across was it missing from replies directly to threads in Advanced Forum. I resolved that issue by adding content/* to the list. My list looks like this:
content/*
comment/*
node/add/forum/*
node/add/group-node
node/add/group-post
node/add/blog
node/add/event
This makes it appear on anything but my Story & Page nodes.
That aside I would say that your issue is not a bug and would seem to be specific to your site.
Comment #3
ufku commented