Hi,
This a amateur question but i searched everywhere and cant find solution to it. So to edit pages from drupal itself, i installed Wysiwyg-API and then installed Fck editor and later on jWYSIWYG editor and saved them in Wysiwyg module options.

I want to know how do i access these editors ? Lets say if i want to edit theme pages, from inside drupal, how do i do it ?

Earlier i used to use joomla and its quite easy to do it there. But here i cant figure out how to edit and access the Fck editor.

Plz help.

Thanks a lot

Comments

WorldFallz’s picture

You can't edit theme pages from within the ui. If you've configured the editors properly, they should appear when you create content (ie node/add/page or node/add/story, etc).

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

tom-knox’s picture

Editing work on the theme pages comes under template files and you'd need to code them in PHP. You cant use a WYSIWYG editor for adjusting the template coding. WYSIWYG editors are for your create content fields.