function __construct($id_base = false, $name = '', $widget_options = array(), $control_options = array())
 {
     $this->widget_description = __("List of the selected topic views.", "gd-bbpress-widgets");
     $this->widget_name = 'bbPress: ' . __("Topics Views", "gd-bbpress-widgets");
     parent::__construct($this->widget_base, $this->widget_name, array(), array('width' => 250));
 }
 function __construct($id_base = false, $name = "", $widget_options = array(), $control_options = array())
 {
     $this->widget_description = __("Search form for topic search.", "gd-bbpress-widgets");
     $this->widget_name = "bbPress: " . __("Search Topics", "gd-bbpress-widgets");
     parent::__construct($this->widget_base, $this->widget_name, array(), array("width" => 250));
 }