setting = array( 'gtids' => array( 'title' => 'grouplist_gtids', 'type' => 'mselect', 'value' => array( ), ), 'titlelength' => array( 'title' => 'grouplist_titlelength', 'type' => 'text', 'default' => 40 ), 'summarylength' => array( 'title' => 'grouplist_summarylength', 'type' => 'text', 'default' => 80 ), 'orderby' => array( 'title' => 'grouplist_orderby', 'type' => 'mradio', 'value' => array( array('threads', 'grouplist_orderby_threads'), array('posts', 'grouplist_orderby_posts'), array('todayposts', 'grouplist_orderby_todayposts'), array('membernum', 'grouplist_orderby_membernum'), ), 'default' => 'posts' ) ); } function name() { return lang('blockclass', 'blockclass_group_script_grouphot'); } } ?>