[Bb-trac] Re: [bbPress] #623: Need a hook to extend the admin menu

bbPress bb-trac at lists.bbpress.org
Tue Mar 27 08:49:52 GMT 2007


#623: Need a hook to extend the admin menu
-------------------------+--------------------------------------------------
 Reporter:  Null         |        Owner:          
     Type:  enhancement  |       Status:  reopened
 Priority:  normal       |    Milestone:  1.0     
Component:  integration  |      Version:  0.8.1   
 Severity:  normal       |   Resolution:          
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by Null):

 Adding these API's would make stuff easier.

 For now I'll use this:

 {{{
 $bb_menu[] = array(__('Some Plugin'), 'use_keys', 'some_plugin');
 $bb_submenu['some_plugin'][] = array(__('Whatever'), 'use_keys',
 'some_plugin');
 $bb_submenu['some_plugin'][] = array(__('Yada Yada'), 'use_keys',
 'some_plugin_yadayada');
 }}}

 I can confirm that this works in 0.8

-- 
Ticket URL: <http://trac.bbpress.org/ticket/623#comment:7>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list