Archive for May, 2009
Drupal FCKeditor Errors
Another turn with helping a friend with Drupal.
This time an install of the FCKeditor module. All seemed to go well until creating a page brought up the error – Toolbar set “DrupalFiltered” doesn’t exist’.
Initially I went to work looking for errors in the FCKeditor module / or FCKeditor itself but luckly checked the php error log and found two errors
Read the rest of this entry »
Adding Menus to a Drupal Module
I’ve heard a lot about Drupal but hadn’t yet used it for anything. That changed when a friend approached me for help in developing a custom content type module for his drupal site. The content type required some custom processing on submitting and for viewing so CCK was not an option.
A lot of Googling and poring through drupal site most of what I wanted was here
The creation of the content type module went quick and easy making me learn to love Drupal.
Read the rest of this entry »