I have written a few different tabs in CB and released 3 different plugins.
The problem i am having is delaring a menu item.
[code:1]$mi = array();
$mi["_UE_MENU_STATUS"]["Score Count" ]["Played"]=null;
$this->addMenu( array( "position" => "menuList" ,
"arrayPos" => $mi ,
"caption" => $items[0],
"url" => "index.php?option=com_puarcade" ,
"target" => "" ,
"img" => "" ,
"alt" => "" ,
"tooltip" => "Number of scores achieved in the arcade"«») );
[/code:1]
That code looks like it should work.
Shoud this be in a specific funtion or class?????
Can someone explain the $mi setup? what exactly do i need to feed in to that array? in what order? The api does NOT explain this command very much.
Thank you
SoM