25include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
44 $this->numero = 10000;
48 $this->family =
"portal";
49 $this->module_position =
'50';
51 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
52 $this->
description =
"Enable to build and serve public web sites with CMS features";
54 $this->version =
'dolibarr';
56 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
58 $this->picto =
'website';
61 $this->dirs = array(
"/website/temp");
64 $this->config_page_url = array(
'website.php');
67 $this->hidden = !empty($conf->global->MODULE_WEBSITE_DISABLED);
68 $this->depends = array(
'modFckeditor');
69 $this->requiredby = array();
70 $this->conflictwith = array();
71 $this->phpmin = array(7, 0);
72 $this->langfiles = array(
"website");
75 $this->
const = array();
81 $this->boxes = array();
84 $this->rights = array();
85 $this->rights_class =
'website';
88 $this->rights[$r][0] = 10001;
89 $this->rights[$r][1] =
'Read website content';
90 $this->rights[$r][3] = 0;
91 $this->rights[$r][4] =
'read';
94 $this->rights[$r][0] = 10002;
95 $this->rights[$r][1] =
'Create/modify website content (html and javascript content)';
96 $this->rights[$r][3] = 0;
97 $this->rights[$r][4] =
'write';
100 $this->rights[$r][0] = 10003;
101 $this->rights[$r][1] =
'Create/modify website content (dynamic php code). Dangerous, must be reserved to restricted developers.';
102 $this->rights[$r][3] = 0;
103 $this->rights[$r][4] =
'writephp';
106 $this->rights[$r][0] = 10005;
107 $this->rights[$r][1] =
'Delete website content';
108 $this->rights[$r][3] = 0;
109 $this->rights[$r][4] =
'delete';
112 $this->rights[$r][0] = 10008;
113 $this->rights[$r][1] =
'Export website content';
114 $this->rights[$r][3] = 0;
115 $this->rights[$r][4] =
'export';
120 $this->menu[$r] = array(
'fk_menu'=>
'0',
123 'prefix' =>
img_picto(
'', $this->picto,
'class="paddingright pictofixedwidth em092"'),
124 'mainmenu'=>
'website',
125 'url'=>
'/website/index.php',
128 'enabled'=>
'$conf->website->enabled',
129 'perms'=>
'$user->rights->website->read',
137 $this->export_code[$r] = $this->rights_class.
'_'.$r;
138 $this->export_label[$r] =
'MyWebsitePages';
139 $this->export_permission[$r] = array(array(
"website",
"export"));
140 $this->export_icon[$r] =
'globe';
141 $keyforclass =
'WebsitePage';
142 $keyforclassfile =
'/website/class/websitepage.class.php';
143 $keyforelement =
'Website';
144 include DOL_DOCUMENT_ROOT.
'/core/commonfieldsinexport.inc.php';
147 $this->export_sql_start[$r] =
'SELECT DISTINCT ';
148 $this->export_sql_end[$r] =
' FROM '.MAIN_DB_PREFIX.
'website_page as t, '.MAIN_DB_PREFIX.
'website as p';
149 $this->export_sql_end[$r] .=
' WHERE t.fk_website = p.rowid';
150 $this->export_sql_end[$r] .=
' AND p.entity IN ('.getEntity(
'website').
')';
163 public function init($options =
'')
165 global $conf, $langs;
169 $result = $this->
_load_tables(
'/install/mysql/',
'website');
175 $this->
remove($options);
178 $dirarray = array(
'common/flags'=>
'flags',
'common/octicons/build/svg'=>
'octicons');
179 foreach ($dirarray as $dirfrom => $dirtarget) {
180 $src = DOL_DOCUMENT_ROOT.
'/theme/'.$dirfrom;
181 $dest = DOL_DATA_ROOT.
'/medias/image/'.$dirtarget;
184 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
188 $langs->load(
"errors");
189 $this->error = $langs->trans(
'ErrorFailToCopyDir', $src, $dest);
190 $this->errors[] = $langs->trans(
'ErrorFailToCopyDir', $src, $dest);
201 $srcroot = DOL_DOCUMENT_ROOT.
'/install/doctemplates/websites';
202 $destroot = DOL_DATA_ROOT.
'/doctemplates/websites';
207 $docs =
dol_dir_list($srcroot,
'files', 0,
'website_.*(\.zip|\.jpg)$');
208 foreach ($docs as $cursorfile) {
209 $src = $srcroot.
'/'.$cursorfile[
'name'];
210 $dest = $destroot.
'/'.$cursorfile[
'name'];
212 $result =
dol_copy($src, $dest, 0, 1);
214 $langs->load(
"errors");
215 $this->error = $langs->trans(
'ErrorFailToCopyFile', $src, $dest);
216 $this->errors[] = $langs->trans(
'ErrorFailToCopyFile', $src, $dest);
222 $docs =
dol_dir_list($srcroot,
'directories', 0,
'website_.*$');
224 foreach ($docs as $cursorfile) {
225 $src = $srcroot.
'/'.$cursorfile[
'name'];
226 $dest = $destroot.
'/'.$cursorfile[
'name'];
231 $result = dol_compress_dir($src, $dest.
'.zip',
'zip');
234 $this->error = ($errormsg ? $errormsg : $langs->trans(
'ErrorFailToCreateZip', $dest));
235 $this->errors[] = ($errormsg ? $errormsg : $langs->trans(
'ErrorFailToCreateZip', $dest));
245 return $this->
_init($sql, $options);
_init($array_sql, $options='')
Enables a module.
_load_tables($reldir, $onlywithsuffix='')
Create tables and keys required by module:
Class to describe Websites module.
__construct($db)
Constructor.
init($options='')
Function called when module is enabled.
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
dol_copy($srcfile, $destfile, $newmask=0, $overwriteifexists=1, $testvirus=0, $indexdatabase=0)
Copy a file to another file.
dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
dolCopyDir($srcfile, $destfile, $newmask, $overwriteifexists, $arrayreplacement=null, $excludesubdir=0, $excludefileext=null)
Copy a dir to another dir.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
dol_mkdir($dir, $dataroot='', $newmask='')
Creation of a directory (this can create recursive subdir)
$conf db name
Only used if Module[ID]Name translation string is not found.