Visibility
hillm - September 15, 2009 - 10:34
| Project: | BUEditor |
| Version: | 6.x-1.4 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
Please 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?
#2
using 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.
#3