FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » FUDforum 3.0+ » Improved plugin support (FUDforum 3 new feature of the day)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Improved plugin support [message #161123] Mon, 16 November 2009 06:24 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
Plugins was enhanced in the following ways:

1) Administrators can now configure plugins on-line. Navigate to the Plugin Manager and click on any of the plugins to see extended information and configuration details.

2) A new plugin_info call-out was added to allow plugins to expose extended information that will be visible in the Plugin Manger. For example:

function recaptcha_info() {
   return array('name' => 'Recaptcha',
                'desc' => 'This plugin will ...',
                'version' => '1.0');
}


3) A new plugin_config call-out was added to allow plugins to define their configuration settings:

function recaptcha_config() {
...

[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: XML Aggregation
Next Topic: Maillist with Multipart Content
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu May 02 19:31:36 GMT 2024

Total time taken to generate the page: 0.04135 seconds