26 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
47 $this->rights_class =
'gravatar';
51 $this->family =
"interface";
53 $this->module_position =
'75';
55 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
57 $this->
description =
"Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails).<br>Need an internet access.";
59 $this->version =
'dolibarr';
61 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
65 $this->picto =
'gravatar';
69 $this->dirs = array();
73 $this->config_page_url = array();
76 $this->hidden =
false;
77 $this->depends = array();
78 $this->requiredby = array();
79 $this->conflictwith = array();
80 $this->phpmin = array(7, 0);
81 $this->need_dolibarr_version = array(2, 7);
82 $this->langfiles = array();
85 $this->
const = array();
90 $this->tabs = array();
93 $this->boxes = array();
105 $this->rights = array();
119 $this->menus = array();
Description and activation class for module Gravatar.
__construct($db)
Constructor.
print *****$script_file(".$version.") pid cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
$conf db name
Only used if Module[ID]Name translation string is not found.
$conf db
API class for accounts.