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

ufku’s picture

Category: bug » support

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?

Tolas’s picture

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.

ufku’s picture

Status: Active » Closed (fixed)