By thiruppathy on
hi all,
am new for drupal. in my website i need to give node edit permissions to non-technical users. for this we can edit node by enabling access role permissions. but in that edit option have html and php code. its not need for me. i need by clicking edit option non-technical persons should edit node without appearing html and php code. for this is there any module for drupal.. else any suggestion.../
thanks in advance............
Comments
Input Formats
You can create Roles and then assign Input Formats to them.
So you can create an Simple Editor role and only let them have Filtered HTML. Make sure they have all the HTML they need though.
You can also create new Input Formats - e.g a "Not Quite So Filtered" HTML and give that to them if you want them to have more power than the usual members.
Ian Dickson
Likal.com
thanks for your reply....
hi iandickson,
thanks for your reply... i created one more input format like "NOT Quit So Filtered" just for example...
here my steps..
1.create page------- create content /node/add/page
after submitting "hi welcome" appear... now am in admin section. so while clicking edit option it shows full code.... i.e with html tags...
suppose for non-technical person role have a permission to edit this node. for them " hi welcome "only need to appear. that is content of node only need to appear..no need to display HTML ... because the non-technical persons don't know where we need to touch... so for them content of the page only need to show without HTML ....
to achieve this process pl help me....
TinyMCE
I really hate it, but it's a whysiwig editor much loved by some. Also Tiny Tiny MCE and a couple of others.
Ian Dickson
Likal.com
thanks for your reply....
thanks iandickson,
already i installed tinyMCE module. but after enabling this module it affect others. that mean its affect css effects. now am using pushbutton themes. so can you suggest any other.....