Файловый менеджер - Редактировать - /var/www/html/components/com_community/templates/jomsocial/layouts/events.members.html.php
Ðазад
<?php /** * @copyright (C) 2013 iJoomla, Inc. - All rights reserved. * @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html) * @author iJoomla.com <webmaster@ijoomla.com> * @url https://www.jomsocial.com/license-agreement * The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0 * More info at https://www.jomsocial.com/license-agreement */ use Joomla\CMS\Language\Text; defined('_JEXEC') or die(); ?> <div id="community-event-members" class="cModule cEvent-Member app-box"> <h3 class="app-box-header"><?php echo Text::sprintf('COM_COMMUNITY_EVENTS_CONFIRMED_GUESTS'); ?></h3> <?php if($eventMembersCount>0){ ?> <div class="app-box-content"> <ul class="cThumbsList cResetList clearfix"> <?php if($eventMembers) { foreach($eventMembers as $member) { ?> <li> <a href="<?php echo CUrlHelper::userLink($member->id); ?>"> <img class="cAvatar jomNameTips" src="<?php echo $member->getThumbAvatar(); ?>" title="<?php echo CTooltip::cAvatarTooltip($member);?>" alt="avatar" /> </a> </li> <?php } } ?> </ul> </div> <div class="app-box-footer"> <a href="<?php echo $handler->getFormattedLink('index.php?option=com_community&view=events&task=viewguest&eventid=' . $event->id . '&type='.COMMUNITY_EVENT_STATUS_ATTEND );?>"> <?php echo Text::_('COM_COMMUNITY_VIEW_ALL');?> (<?php echo $eventMembersCount; ?>) </a> <?php if( ( ($isEventGuest && ($event->allowinvite)) || $isMine || $isCommunityAdmin || $isAdmin ) && $handler->hasInvitation() && $handler->isExpired()) { ?> <?php if (isset($inviteHTML)) { ?> <span class="cFloat-L"><?php echo $inviteHTML; ?></span> <?php } ?> <?php } ?> </div> <?php } else echo Text::_('COM_COMMUNITY_EVENTS_NO_USER_ATTENDING_MESSAGE') ?> </div>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка