Posted by webchick on October 27, 2005 at 10:24pm
Jump to:
| Project: | Help Edit |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Here is a copy of the help edit module with the forms updated for Drupal 4.7's form API. I didn't test it overly thoroughly (just needed to evaluate this module quickly to see if it would meet my needs), but it seemed to mostly work (at least no fatal errors just loading the file ;)).
Hope that helps someone.
| Attachment | Size |
|---|---|
| helpedit.module | 4.46 KB |
Comments
#1
I learned about helpedit on a lullibot podcast and really liked the idea. I needed it for 4.7, too. I looked at your patch, but in the edit decided to do things a little differently. (I use blocks to display the help, and nodes to store the help text).
Because my module is not backward compatible with helpedit, I gave it a new name, helptip. It's now in drupal's CVS here:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/helptip/
(And BTW, I did email Aran before doing this. He said he had no plans to update helpedit for 4.7)