The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

Bullets and numbered lists are not working

With the TinyMce editor, bullets and numbered list are not working. Can anybody help me with fixing this? I'm working on a Drupal 6 site.
0
votes
1answer
23 views

How to Remove “Edit Summary” Off Editor

I would like to be able to remove the option to show the "Edit Summary" option. All I need is that users fill up the field and save. I believe this is called "Teaser" but I might be wrong.
0
votes
0answers
6 views

Is there an editor or plugin (availible as a module) to see a DOM-like view in the WYSIWYG

I'm searching for a additional view/plug-in (for CKeditor perhaps) or another editor that will show the Body Content in a DOM-like view. Specficically, I'd like it to attempt to format the code (tag ...
0
votes
0answers
78 views

How to Configure Elfinder to Resize Images Upon Upload

When users upload images using Elfilder they are not being processed so they re-size to the limits I have set. They are just uploaded "as-is." I am using TinyMCE through the WYSIWYG module.
0
votes
0answers
44 views

Text Editor not appearing on Basic Pages

I have installed two text editors (tinyMCE and CKeditor). When creating a new block, they appear fine. But when I want to edit/create a basic page, the text editor does not appear. What am I missing? ...
1
vote
1answer
51 views

How can I allow users to edit CSS in a WYSIWYG editor

Is there a way to give the administrator of a site the ability to edit and save CSS files in a wysiwyg editor? I thought perhaps the CSS could be node therefor allowing for some type of versioning and ...
0
votes
0answers
125 views

Yui rich text editor image upload isuue [closed]

I have installed yui library in WYSIWYG editor when i try to upload an image the popup is displaying at the right corner of the display and its not properly aligned how can i fix this ?
0
votes
1answer
136 views

Any modules for editing files in the browser?

I need a way to edit any file in my template directory, but not through a local editor and then by using FTP, but by using my browser. I was wondering if anybody knows a Drupal module or another ...
0
votes
0answers
244 views

<embed> tags deleted in TinyMCE

I am trying to embed a video in the body of a node. It's not a known content provider so I don't think I can use Embedded Media Field. It is a video using the JW player I use the Full HTML format and ...
1
vote
1answer
121 views

Syntax highlighting for admin-side text areas

I'm trying to find a module that will highlight HTML (and preferably CSS/JavaScript inside of style/script tags, but that's an added bonus) when I'm editing a node or block in the administrative side ...
0
votes
1answer
269 views

TinyMCE Filtered Html is stripping in line styles

Is there anyway to allow inline styles. When setting a table width, using the Table icon width field, the width gets set as an inline style for the table tag, and that gets stripped out. How ...
2
votes
1answer
623 views

Up-to-date lineup of WYSIWYG editors?

I've been browsing through modules at drupal.org, in search for a Drupal7-savvy WYSIWYG editor. I looked into this (horribly outdated) lineup. It looks like the only actively maintained editor at this ...
0
votes
1answer
458 views

Which IDE are the best to develop Drupal 6 modules and themes? [closed]

I am searching for a good IDE for drupal 6 module development. I have tested a lot of softwares For example komodo IDE 7 is good but it doesn't have a compatible drupal extension. also Aptana, ...
2
votes
2answers
2k views

Ckeditor - Not displaying text on edit node option

I've been using Ckeditor for a while to add text to created nodes. But when editing the same nodes as an authenticated user, Ckeditor doesn't show the text in the body. It still works for the ...
0
votes
2answers
89 views

TinyMCE doesn't affect on nodes

I've installed TinyMCE editor but when I change font style or anything else, I don't see any change in the published node. what should I do?
1
vote
2answers
315 views

Editor Persons Who Copy/Paste From Word

We have many editors that are going to submit documents for appearance on our website. Most documents come in the form of a .doc etc. What would be the best method of importing the text into a content ...
0
votes
1answer
343 views

Suggestion for “Convert line breaks into HTML” and text editor for corporate website

Previously when developing my own community website in Drupal 6, I've never know what people like when dealing with text editor. So I simply go with Ckeditor and untick Convert line breaks into HTML ...
1
vote
0answers
118 views

Flash visible in Page Preview but not in website

I'm using CKEditor in my drupal website and there's a weird situation with inserting .swf files in page. After I insert the flash file into page's content, I hit the "Preview" button. In Preview ...
2
votes
2answers
147 views

HTML in custom blocks: git and editor integration?

Thoughts on getting the HTML code of a custom block under the control of an IDE? I'm talking about the regular "Add block" feature where you're normally supposed to write the HTML in the ...
3
votes
1answer
111 views

forum post editor problem Wysiwyg

hello i have my local server setup and everything works great so i migrate from local to webservever then something stop working. My permissions in some way resetted and the problem is that even ...
2
votes
1answer
488 views

How to add custom plugin controls to CKEDITOR

I have made custom plugin for ckeditor in drupal ckeditor module. The page where I am displaying CKEDITOR is loaded through AJAX and I am doing a replace div to show the CKEDITOR. the code for ...
0
votes
1answer
245 views

How to add 'font color' option to Buedit

I have used other text editors but BUEdit is my text editor of choice: lightweight and robust. However, what I lack in its buttons is a function to enable users to colorize (and hence beautify) ...
1
vote
0answers
158 views

TinyMCE wysiwyg plugin to add add class to highlighted content

I want to create a plugin that when the editor/user highlight the text inside the wysiwyg textarea then press the button it will wrap the highlighted text in p element with a class. Sorry if my ...
4
votes
2answers
2k views

WYSIWYG Editor with highlighting for PHP code input

Is there a WYSIWYG editor that would do highlighting for typed in text? I'm looking for something similar to the way Notepad++, and similar, does highlighting depending on the file opened. Doesn't ...
3
votes
1answer
4k views

Make 'Full HTML' default text format (7.x)

How do I make Full HTML the default text format for the administrator? Currently it is Filtered HTML.
11
votes
7answers
1k views

What PHP IDE do you use that autocompletes the name of Drupal functions? [closed]

When you develop your own Drupal module or other code, what IDE do you use to have all the functions and classes available for auto-complete? I'm on Win7 and have NetBeans - but I don't know hove to ...