Hello,

Is there possible in drupal for TinyMCE editor to looks like wordpress.com. I need a editor same like wordpress.com with two option...
i.e. Visual editor and HTML editor... i am getting Visual editor by TinyMCE but how i can get HTML editor?

Is there any way? please help me.

Vijay

Comments

greenskunk’s picture

In the TinyMCE profile for that role you have to check on the HTML also known as 'code' button.
1) Administer -> Site Configuration -> TinyMCE
2) Click on edit next to the profile you would like to change.
3) Click 'Buttons and Plugins' and check on HTML or 'code'

arivusudar.nc’s picture

Hello,

Is there possible in drupal for TinyMCE editor to looks like wordpress.com. I need a editor same like wordpress.com with two option...
i.e. Visual editor and HTML editor...

Is there any way? please help me.

Arivu

giorgosk’s picture

arivusudar.nc

please read the previous comment
the solution is there

this way you are wasting everyones time

arivusudar.nc’s picture

sorry, am not getting clearly.. i have to develop same like wordpress editor in my my page..

giorgosk’s picture

Priority: Critical » Normal
Status: Active » Fixed

Sorry
but you are not clear enough

exactly the same in Look ? or in functionality ?

same functionality try following #1

if you want the same EXACT look then you
are probably on your own either:
-tweak the tinymce module (or tinytinymce module)
or
- try to import the wordpress module

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

arivusudar.nc’s picture

Title: TinyMCE like wordpress.com » How to develop NEWS site
Project: TinyMCE » News
Version: 6.x-1.x-dev » 6.x-1.0-alpha1
Component: User interface » Code
Assigned: Unassigned » arivusudar.nc
Priority: Normal » Minor
Status: Closed (fixed) » Active

Hello hi,

I have to develop new NEWS site with drupal. Previously have done some projects in drupal so i know some little bit of concept in drupal development now i want to know how to start my NEWS site. i want some idea and related document for drupal supporting sites for developing NEWS site. i had seen more NEWS sites developed by drupal. like nowpublic.com etc., my first doubt is i want to fix screenshot in my front page like espn.com. plz help me out till the project complete. clear my first doubt please. i like to do this project in drupal.

giorgosk’s picture

Title: How to develop NEWS site » TinyMCE like wordpress.com
Project: News » TinyMCE
Version: 6.x-1.0-alpha1 » 6.x-1.x-dev
Component: Code » User interface
Assigned: arivusudar.nc » Unassigned
Priority: Minor » Normal
Status: Active » Fixed

@arivusudar.nc
this was an issue perfectly fit for the tinyMCE project, please leave it as it is it might help someone

if you have a new request for a another module go the issue queue for that project to post your request

in your case go to http://drupal.org/project/news and search the issue queue to the left
and then post your issue there

you posted this request in 3 places !!!!
please don't post in all possible places you can find just to get someone's attention !!!
just find the most appropriate place and post

kreynen’s picture

Status: Fixed » Closed (works as designed)

Wordpress includes a customized version of TinyMCE itself in their download. Because of Drupal's CVS policy about 3rd party code, that will never be part of an official release of the TinyMCE module. You could try to copy the version of TinyMCE and plugins that are included with Wordpress into the TinyMCE module directory instead of downloading TinyMCE from Moxiecode. However... because Wordpress tweaks TinyMCE to work well with Wordpress, those same tweaks aren't likely to translate to Drupal.