I did some searching and failed to find any news on a spell checker module that's compatible with Drupal 4.6 It appears that the previous maintainer, mathias, is no longer working on it. Is anyone else planning on updating this module? I found Spellchecker to be highly useful, and would try to update it myself if I had the skills to do so.
tags get stripped away for some reason (so do most other tags too). How do I stop this? Its not a solution to change the filter/input format as I need the user to be able to select which one they want when submitting nodes. I'm using phptemplate for theming.
I'm trying to create a module and I'd like to have a tab on the top of the page I'm displaying.
I've added this snippet of code below to my association_menu(), but even if the code get executed
(I've added a print "hello!!!" just before the $item[] = ...) the tab doesn't appear.
association_add is just a simple page that ends with theme('page', $content);