web commit by http://mem.myopenid.com/: Note about possible implementation

master
joey 2007-04-22 23:27:00 +00:00
parent 9b63ee5033
commit 8865e09de5
1 changed files with 5 additions and 1 deletions

View File

@ -29,3 +29,7 @@ This would allow:
Is this simple enough to be sensible?
-- [[AdamShand]]
I've been looking into this. I'd like to implement a "blogcomments" plugin. Looking at the code, I think the way to go is to have a formbuilder_setup hook that uses a different template instead of the standard editpage one. That template would not display the editcontent field. The problem that I'm running into is that I need to append the new content to the old one.
-- [[MarceloMagallon]]