d.me Posted December 15, 2011 Share Posted December 15, 2011 Is anyone else having issues with ClientAreaCustomButtonArray? I've got it setup to return just a single button for a function but nothing is showing up. AdminCustomButtonArray works though. Here is the code I'm using... function MadeUpName_ClientAreaCustomButtonArray() { $buttonarray = array( "Boot Active Connections" => "bootuser"); return $buttonarray; } 0 Quote Link to comment Share on other sites More sharing options...
uzzikie Posted February 15, 2012 Share Posted February 15, 2012 same problem here 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted February 15, 2012 Share Posted February 15, 2012 Do you have a "MadeUpName_bootuser()" function? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.