From: Pascal G. (QC/EMC) <Pas...@er...> - 2004-11-23 14:33:18
|
> Pascal Giard (QC/EMC) schrieb: > > i was looking thru main.php and WikiFormRich.php and > noticed that it's > > possible to edit OR create a page via forms, but not to append text > > (well not directly). > > you need a action to do that. > actions are best handled by actionpages calling a custom plugin. can you point me to examples ? > > I simply want a form that will append Text to a Page. > > Should i modify main.php to support a new kind of action, namely > > "append" or something like it ? > > no, better write a plugin like AppendText. alrite, i'll write one! -Pascal |