I tried both ways and still can't get the active bar up on top. I have it like this:
Code:
$this->arcade->top_links($this->html);
$this->output .= $this->arcade->extra_links;
$action = (isset($ibforums->input['do'])) ? $ibforums->input['do'] : 'glist';
$show_users = unserialize($this->arcade->settings['show_active']);
if( $show_users[$action] != 0 )
{
$this->arcade->get_active($this->html);
$this->output .= $this->arcade->active;
}