19 declare(strict_types=1);
53 $this->
ctrl = $DIC[
'ilCtrl'];
54 $this->
lng = $DIC[
'lng'];
55 $this->current_user = $DIC[
'ilUser'];
56 $this->setting = $DIC[
'ilSetting'];
57 $this->
tabs = $DIC[
'ilTabs'];
58 $this->tpl = $DIC[
'tpl'];
59 $this->rbac_system = $DIC[
'rbacsystem'];
60 $this->
lng = $DIC[
'lng'];
70 $this->
setUserId($this->profile_request->getUserId());
73 $this->
ctrl->saveParameter($this, [
'user_id',
'back_url',
'user']);
74 $back_url = $this->profile_request->getBackUrl();
75 if ($back_url !==
'') {
79 $this->
lng->loadLanguageModule(
'user');
84 $this->userid = $a_userid;
97 $this->additional = $a_additional;
111 $parts = parse_url($backurl);
112 $host =
$parts[
'host'] ??
'';
117 $this->
ctrl->setParameter($this,
'back_url', rawurlencode($backurl));
130 $this->custom_prefs = $a_prefs;
138 if (!$this->custom_prefs) {
139 return (
string) $a_user->
getPref($a_id);
141 return (
string) ($this->custom_prefs[$a_id] ??
'');
145 public function setEmbedded(
bool $a_value,
bool $a_offline =
false): void
147 $this->embedded = $a_value;
148 $this->offline = $a_offline;
157 $next_class = $this->
ctrl->getNextClass($this);
158 $cmd = $this->
ctrl->getCmd();
160 $this->tpl->loadStandardTemplate();
162 switch ($next_class) {
163 case 'ilbuddysystemgui':
165 $this->
ctrl->setReturn($this,
'view');
166 $this->
ctrl->forwardCommand($gui);
168 case 'ilobjportfoliogui':
171 && $cmd !==
'deliverVCard') {
174 $gui->setPermaLink($this->
getUserId(),
'usr');
175 $this->
ctrl->forwardCommand($gui);
180 $ret = $this->$cmd();
181 $this->tpl->setContent($ret);
186 if (strtolower($this->profile_request->getBaseClass()) ==
'ilpublicuserprofilegui') {
187 $this->tpl->printToStdout();
189 return (
string) $ret;
203 $current = $user->getPref(
'public_profile');
205 if ($user->getPref(
'public_profile') ===
'g' && !$this->setting->get(
'enable_global_profiles')) {
208 return in_array($current, [
'g',
'y']);
213 if ($this->embedded) {
220 if (!$user->getActive() ||
221 !$user->checkTimeLimit()) {
226 $this->
ctrl->redirectByClass(
'ilobjportfoliogui',
'preview');
235 $current = $user->getPref(
'public_profile');
236 if ($user->getPref(
'public_profile') ==
'g' && !$this->setting->get(
'enable_global_profiles')) {
240 if ($current !=
'y' &&
241 ($current !=
'g' || !$this->setting->get(
'enable_global_profiles')) &&
242 !$this->custom_prefs) {
268 'tpl.usr_public_profile.html',
271 'components/ILIAS/User' 279 $ref_url = str_replace(
'&',
'&', $this->
getBackUrl());
281 $ref_url = basename(
$_SERVER[
'REQUEST_URI']);
292 'rcp_to' => $user->getLogin()
295 } elseif ($user->getPref(
'public_profile') ===
'g' ||
296 (!$this->current_user->isAnonymous() && $user->getPref(
'public_profile') ===
'y') &&
297 $user->getPref(
'public_email') &&
298 $user->getEmail() !==
'') {
299 $mail_url =
'mailto:' . $user->getEmail();
302 if ($mail_url !==
'') {
320 $first_name .= $user->getUTitle() .
' ';
322 $first_name .= $user->getFirstname();
324 if ($this->
getPublicPref($user,
'public_gender') ==
'y' && in_array($user->getGender(), [
'm',
'f'])) {
325 $sal = $this->
lng->txt(
'salutation_' . $user->getGender()) .
' ';
331 $tpl->
setVariable(
'LASTNAME', $user->getLastname());
333 if ($user->getBirthday() &&
342 if (!$this->offline) {
346 $tpl->
setVariable(
'TXT_DOWNLOAD_VCARD', $this->
lng->txt(
'vcard_download'));
347 $this->
ctrl->setParameter($this,
'user_id', $this->
getUserId());
348 $tpl->
setVariable(
'HREF_VCARD', $this->
ctrl->getLinkTarget($this,
'deliverVCard'));
352 if ($this->
getPublicPref($user,
'public_upload') ===
'y' && $imagefile !==
'' 353 && ($this->current_user->getId() !==
ANONYMOUS_USER_ID || $user->getPref(
'public_profile') ===
'g')) {
358 $tpl->
setVariable(
'IMAGE_ALT', $this->
lng->txt(
'personal_picture'));
369 'getStreet' =>
'street',
370 'getZipcode' =>
'zipcode',
372 'getCountry' =>
'country',
373 'getSelectedCountry' =>
'sel_country' 375 foreach ($val_arr as $key => $value) {
377 if ($this->
getPublicPref($user,
'public_' . $value) ==
'y') {
378 $address_value = $user->$key();
381 if (trim($address_value) !=
'') {
384 $address[0] = $address_value;
389 $address[1] = isset($address[1])
390 ?
"{$address[1]} {$address_value}" 395 $this->
lng->loadLanguageModule(
'meta');
396 $address[2] = $this->
lng->txt(
'meta_c_' . $address_value);
400 $address[2] = $address_value;
406 if (count($address)) {
408 foreach ($address as $line) {
410 $tpl->
setVariable(
'TXT_ADDRESS_LINE', trim($line));
421 if ($this->
getPublicPref($user,
'public_org_units') ==
'y') {
424 $tpl->
setVariable(
'ORG_UNITS', $user->getOrgUnitsRepresentation());
428 if ($this->
getPublicPref($user,
'public_institution') ==
'y' ||
432 if ($this->
getPublicPref($user,
'public_institution') ==
'y') {
433 $h = $this->
lng->txt(
'institution');
434 $v = $user->getInstitution();
437 if ($this->
getPublicPref($user,
'public_department') ==
'y') {
438 $h .= $sep . $this->
lng->txt(
'department');
439 $v .= $sep . $user->getDepartment();
448 'getPhoneOffice' =>
'phone_office',
'getPhoneHome' =>
'phone_home',
449 'getPhoneMobile' =>
'phone_mobile',
'getFax' =>
'fax',
'getEmail' =>
'email',
'getSecondEmail' =>
'second_email' 452 foreach ($val_arr as $key => $value) {
454 if ($this->
getPublicPref($user,
'public_' . $value) ==
'y') {
455 $v .= $sep . $this->
lng->txt($value) .
': ' . $user->$key();
468 'getHobby' =>
'hobby',
469 'getGeneralInterestsAsText' =>
'interests_general',
470 'getOfferingHelpAsText' =>
'interests_help_offered',
471 'getLookingForHelpAsText' =>
'interests_help_looking',
472 'getMatriculation' =>
'matriculation',
473 'getClientIP' =>
'client_ip' 476 foreach ($val_arr as $key => $value) {
478 if ($this->
getPublicPref($user,
'public_' . $value) ==
'y') {
495 if (count($port) > 0) {
496 foreach ($port as $u) {
498 foreach ($u as $link => $title) {
507 $this->
lng->loadLanguageModule(
'prtf');
508 $tpl->
setVariable(
'TXT_PORTFOLIO', $this->
lng->txt(
'prtf_portfolios'));
518 $user->getLatitude() !=
'') {
522 $map_gui->setMapId(
'user_map')
525 ->setLatitude($user->getLatitude())
526 ->setLongitude($user->getLongitude())
527 ->setZoom($user->getLocationZoom())
528 ->setEnableNavigationControl(
true)
529 ->addUserMarker($user->getId());
531 $tpl->
setVariable(
'MAP_CONTENT', $map_gui->getHtml());
536 $user_defined_data = $user->getUserDefinedData();
537 foreach ($this->user_defined_fields->getVisibleDefinitions() as $field_id => $definition) {
539 if ($this->
getPublicPref($user,
'public_udf_' . $definition[
'field_id']) ==
'y') {
540 if ($user_defined_data[
'f_' . $definition[
'field_id']] !=
'') {
542 $tpl->
setVariable(
'TXT_UDF_DATA', $definition[
'field_name']);
543 $tpl->
setVariable(
'UDF_DATA', $user_defined_data[
'f_' . $definition[
'field_id']]);
551 if (is_array($additional)) {
552 foreach ($additional as $key => $val) {
561 $this->
getUserId() != $this->current_user->getId() &&
562 !$this->current_user->isAnonymous() &&
566 $tpl->
setVariable(
'BUDDY_HTML', $button->getHtml());
570 $this->tpl->addJavaScript(
'assets/js/PublicProfileBadges.js');
571 $this->tpl->addOnLoadCode(
'new BadgeToggle("ilbdgprcont", "ilbdgprfhdm", "ilbdgprfhdl", "ilNoDisplay");');
574 $has_public_badge =
false;
579 foreach ($user_badges as $ass) {
581 if ($ass->getPosition()) {
597 $has_public_badge =
true;
602 $this->
lng->loadLanguageModule(
'badge');
603 $tpl->
setVariable(
'BADGE_HIDDEN_TXT_MORE', $this->
lng->txt(
'badge_profile_more'));
604 $tpl->
setVariable(
'BADGE_HIDDEN_TXT_LESS', $this->
lng->txt(
'badge_profile_less'));
607 if ($has_public_badge) {
623 return $tpl->
get() . $goto;
637 $vcard =
new VCard();
640 if ($user->getPref(
'public_profile') !=
'y' &&
641 $user->getPref(
'public_profile') !=
'g' &&
642 strtolower($this->profile_request->getBaseClass()) !=
'ilsharedresourcegui' &&
643 $this->current_user->getId() != $this->
getUserId()
648 $vcard->setName($user->getLastname(), $user->getFirstname(),
'', $user->getUTitle());
649 $vcard->setNickname($user->getLogin());
652 if ($image !==
null) {
653 $vcard->setPhoto($image, $type);
657 'getOrgUnitsRepresentation' =>
'org_units',
'getInstitution' =>
'institution',
658 'getDepartment' =>
'department',
'getStreet' =>
'street',
659 'getZipcode' =>
'zipcode',
'getCity' =>
'city',
'getCountry' =>
'country',
660 'getPhoneOffice' =>
'phone_office',
'getPhoneHome' =>
'phone_home',
661 'getPhoneMobile' =>
'phone_mobile',
'getFax' =>
'fax',
'getEmail' =>
'email',
662 'getHobby' =>
'hobby',
'getMatriculation' =>
'matriculation',
663 'getClientIP' =>
'client_ip',
'dummy' =>
'location' 668 foreach ($val_arr as $key => $value) {
670 if ($user->getPref(
'public_' . $value) ==
'y') {
673 $org[0] = $user->$key();
676 $org[1] = $user->$key();
679 $adr[2] = $user->$key();
682 $adr[5] = $user->$key();
685 $adr[3] = $user->$key();
688 $adr[6] = $user->$key();
691 $vcard->setPhone($user->$key(), VCard::TEL_TYPE_WORK);
694 $vcard->setPhone($user->$key(), VCard::TEL_TYPE_HOME);
697 $vcard->setPhone($user->$key(), VCard::TEL_TYPE_CELL);
700 $vcard->setPhone($user->$key(), VCard::TEL_TYPE_FAX);
703 $vcard->setEmail($user->$key());
706 $vcard->setNote($user->$key());
709 $vcard->setPosition($user->getLatitude(), $user->getLongitude());
716 $vcard->setOrganization(implode(
';', $org));
744 if ($this->current_user->isAnonymous()) {
745 if (strtolower($this->
ctrl->getCmd()) == strtolower(
'approveContactRequest')) {
746 $this->
ctrl->redirectToURL(
'login.php?cmd=force_login&target=usr_' . $usrId .
'_contact_approved');
747 } elseif (strtolower($this->
ctrl->getCmd()) == strtolower(
'ignoreContactRequest')) {
748 $this->
ctrl->redirectToURL(
'login.php?cmd=force_login&target=usr_' . $usrId .
'_contact_ignored');
751 if ($user->getPref(
'public_profile') !=
'g') {
753 if ($user->getPref(
'public_profile') ==
'y') {
754 $this->
ctrl->redirectToURL(
'login.php?cmd=force_login&target=usr_' . $usrId);
766 $this->tpl->resetHeaderBlock();
779 if ($access_handler->checkAccess(
'read',
'', $portfolio_id)) {
780 return $portfolio_id;
792 $ilUser = $DIC[
'ilUser'];
797 'interests_help_offered',
798 'interests_help_looking' 800 if (in_array($a_field_id, $multi_fields) && $a_term) {
813 $result[$cnt]->value = $item;
814 $result[$cnt]->label = $item;
824 $field_id = $this->profile_request->getFieldId();
825 $term = $this->profile_request->getTerm();
827 $result = self::getAutocompleteResult($field_id, $term);
829 echo json_encode($result, JSON_THROW_ON_ERROR);
835 $osd_id = $this->profile_request->getOsdId();
837 $this->
ctrl->setParameterByClass(
'ilBuddySystemGUI',
'osd_id', $osd_id);
839 $this->
ctrl->setParameterByClass(
'ilBuddySystemGUI',
'user_id', $this->
getUserId());
840 $this->
ctrl->redirectByClass([
'ilPublicUserProfileGUI',
'ilBuddySystemGUI'],
'link');
845 $osd_id = $this->profile_request->getOsdId();
847 $this->
ctrl->setParameterByClass(
'ilBuddySystemGUI',
'osd_id', $osd_id);
850 $this->
ctrl->setParameterByClass(
'ilBuddySystemGUI',
'user_id', $this->
getUserId());
851 $this->
ctrl->redirectByClass([
'ilPublicUserProfileGUI',
'ilBuddySystemGUI'],
'ignore');
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
setEmbedded(bool $a_value, bool $a_offline=false)
ilRbacSystem $rbac_system
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
touchBlock(string $block)
overwrites ITX::touchBlock.
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
static getInstancesByUserId(int $a_user_id)
Additional user data fields definition.
deliverVCard()
Deliver vcard information.
static getAutocompleteResult(string $a_field_id, string $a_term)
static getDefaultPortfolio(int $a_user_id)
setAdditional(array $a_additional)
Set Additonal Information.
static deliverData(string $a_data, string $a_filename, string $mime="application/octet-stream")
setVariable(string $variable, $value='')
Sets the given variable to the given value.
setBackUrl(string $backurl)
Set Back Link URL.
RFC 2426 vCard MIME Directory Profile 3.0 class.
getPublicPref(ilObjUser $a_user, string $a_id)
Get user preference for public profile.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getProfilePortfolio()
Check if current profile portfolio is accessible.
GUI class for public user profile presentation.
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
static getMapGUI()
Get an instance of the GUI class.
ilObjPortfolioGUI: ilPortfolioPageGUI, ilPageObjectGUI ilObjPortfolioGUI: ilWorkspaceAccessGUI, ilCommentGUI, ilCommonActionDispatcherGUI ilObjPortfolioGUI: ilObjectContentStyleSettingsGUI, ilPortfolioExerciseGUI ilObjPortfolioGUI: ILIAS
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link='', bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path='ilpublicuserprofilegui')
Default behaviour is:
ilUserDefinedFields $user_defined_fields
validateUser(int $usrId)
Check if given user id is valid.
getPref(string $a_keyword)
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
GUIRequest $profile_request
setCustomPrefs(array $a_prefs)
Set custom preferences for public profile fields.
getEmbeddable(bool $a_add_goto=false)
get public profile html code Used in Personal Profile (as preview) and Portfolio (as page block) ...
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
Class ilUserAvatarResolver.
static _isAnonymous(int $usr_id)
static redirect(string $a_script)
static isActivated()
Checks whether Map feature is activated.
static _getPersonalPicturePath(int $a_usr_id, string $a_size='small', bool $a_force_pic=false, bool $a_prevent_no_photo_image=false, bool $html_export=false)
static findInterests(string $a_term, ?int $a_user_id=null, ?string $a_field_id=null)
setPermanentLink(string $a_type, ?int $a_id, string $a_append="", string $a_target="", string $a_title="")
Generates and sets a permanent ilias link.
__construct(Container $dic, ilPlugin $plugin)
Access handler for portfolio NOTE: This file needs to stay in the classes directory, WAC will be confused otherwise.
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
static getMailObjectRefId()
static getAvailablePortfolioLinksForUserIds(array $a_owner_ids, ?string $a_back_url=null)
static _lookupType(int $id, bool $reference=false)
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl