Файловый менеджер - Редактировать - /var/www/html/components/com_community/templates/jomsocial/layouts/groups.module.relateddiscussion.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\HTML\HTMLHelper; use Joomla\CMS\Language\Text; defined('_JEXEC') or die(); ?> <div class="joms-tab__content"> <h4 class="joms-text--title"><?php echo Text::_('COM_COMMUNITY_GROUPS_RELATED_DISCUSSION_TITLE'); ?></h4> <ul class="joms-list--files"> <?php $i = 0; foreach ($discussions as $disc): $i++; if($i==4){break;} //break if it has more than 3 ?> <li class="joms-list__item"> <a href="<?php echo CRoute::_('index.php?option=com_community&view=groups&task=viewdiscussion&groupid=' . $disc->groupid . '&topicid=' . $disc->id ); ?>"> <?php echo $disc->title; ?> </a> <?php if( $disc->lastmessage != null ) { ?> <span class="joms-block"><?php echo HTMLHelper::_('string.truncate', CUserHelper::replaceAliasURL($disc->lastmessage,false,true), 150) ?></span> <?php } ?> <div class="joms-text--light joms-text--small"> <a href="<?php echo CRoute::_('index.php?option=com_community&view=groups&task=viewdiscussion&groupid=' . $disc->groupid . '&topicid=' . $disc->id ); ?>"> <?php echo Text::sprintf( (CStringHelper::isPlural($disc->count)) ? 'COM_COMMUNITY_TOTAL_REPLIES_MANY' : 'COM_COMMUNITY_GROUPS_DISCUSSION_REPLY_COUNT', $disc->count); ?> </a> <?php echo Text::_('COM_COMMUNITY_GROUPS_RELATED_DISCUSSION_POSTED_IN');?> <a href="<?php echo CRoute::_('index.php?option=com_community&view=groups&task=viewgroup&groupid='. $disc->groupid ); ?>"> <?php echo $disc->group_name; ?> </a> </div> </li> <?php endforeach; ?> </ul> </div>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка