47 $this->numero = 11000;
50 $this->rights_class =
'webportal';
54 $this->family =
"portal";
57 $this->module_position =
'47';
62 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
67 $this->descriptionlong =
"WebPortalDescription";
74 $this->version =
'experimental';
79 $this->const_name =
'MAIN_MODULE_' . strtoupper($this->
name);
85 $this->picto =
'fa-door-open';
88 $this->module_parts = array(
122 'moduleforexternal' => 0,
127 $this->dirs = array(
"/webportal/temp");
130 $this->config_page_url = array(
"setup.php@webportal");
134 $this->hidden =
false;
136 $this->depends = array();
138 $this->requiredby = array();
140 $this->conflictwith = array();
143 $this->langfiles = array(
"website");
146 $this->phpmin = array(7, 0);
151 $this->warnings_activation = array();
152 $this->warnings_activation_ext = array();
161 $this->
const = array();
170 if (isModEnabled(
'webportal')) {
172 $conf->webportal->enabled = 0;
176 $this->tabs = array();
204 $this->dictionaries = array();
233 $this->boxes = array(
244 $this->cronjobs = array(
266 $this->rights = array();
269 $this->rights[$r][0] = $this->numero . sprintf(
"%02d", $r + 1);
270 $this->rights[$r][1] =
'Administer users of the customer/partner webportal module';
271 $this->rights[$r][3] = 0;
272 $this->rights[$r][4] =
'write';
281 $this->menu = array();