开发者

Enable tinyMce on all the nodes except one

开发者 https://www.devze.com 2023-01-14 15:59 出处:网络
node/* user/* comment开发者_StackOverflow/* This is what I am using to enable tinyMCE Drupal on particular pages.
node/*
user/*
comment开发者_StackOverflow/*

This is what I am using to enable tinyMCE Drupal on particular pages.

Now what I am looking for is to apply on all the NODES except the one having id (eg 100). How can I do that?


Use the WYISWYG API module and input formats.

Make an input format called Node100, which is a clone of the usual input format what you use for nodes. Do not enable TinyMCE on that input format. Set the input format for that node.


Take a look at this:

http://drupal.org/node/121331

It goes into depth on how to enable TinyMCE. I believe there is a Drupal admin setting for doing what you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消