Hi, the chat has been removed from tikiwiki ? moin ist hier jemand? SVN: Commit by lphuberdeau :: r 16152 /branches/experimental/annotation/ (22 files in 9 dirs): [MRG] Automatic merge, trunk 16144 to 16149 SVN: Commit by lphuberdeau :: r 16151 /branches/experimental/ui-revamp/ (22 files in 9 dirs): [MRG] Automatic merge, trunk 16144 to 16149 I can't seem to find my extract() variable. Did I mistype something in {IMAGE(id=>11)}{IMAGE} I'm extracting with a suffix of "image" but I'm not finding $image_id. var_dump($image_id) reports NULL. Oh, extract() is returning NULL. Are plugins on trunk given parameters ($data, $params) or something else? var_dump says that $params is array(0) {} custom plugin? Hmph. My other plugin is working OK. Custom at the moment. Will submit it when generalized. make sure you define the arguments in the info function Ah, that's the problem. I thought info function was for documentation so had it stubbed. Someone is working on the pass-default-parameters-to-plugin feature and this plugin will gain a lot from that. well, the info function now affects execution parameter filtering among others default would be really easy to add Consider parameter filtering as having been tested again. :-) well, there is the undefined parameter stripping part but you can do stuff like forcing input to be numeric and such 'filter' => 'digits' not default in info - default in an Admin screen so admins can change plugin behavior. oh, that can be done through plugin alias already ugly interface thought dysfunctional too... I'm terrible at that stuff dysfunction, datfunction... picky, picky. Just function.