本文整理汇总了PHP中FRoute::users方法的典型用法代码示例。如果您正苦于以下问题:PHP FRoute::users方法的具体用法?PHP FRoute::users怎么用?PHP FRoute::users使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类FRoute
的用法示例。
在下文中一共展示了FRoute::users方法的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: getUserListURL
public function getUserListURL($action = '', $xhtml = true)
{
$config = KunenaFactory::getConfig();
$my = JFactory::getUser();
if ($config->userlist_allowed == 1 && $my->guest) {
return false;
}
return FRoute::users(array(), $xhtml);
}
示例2: rtrim
echo rtrim(JURI::root(), '/');
?>
/components/com_easysocial/themes/wireframe/images/emails/spacer.gif" alt="" width="1" />
</td>
<td>
<table width="250" align="center">
<tr>
<td valign="top" style="padding: 10px 0;">
<img src="<?php
echo rtrim(JURI::root(), '/');
?>
/components/com_easysocial/themes/wireframe/images/emails/icon-invite.png" alt="" />
</td>
<td valign="top" style="text-align:left;padding: 10px 0;font-size:12px;">
<a href="<?php
echo FRoute::users(array('external' => true));
?>
" style="text-decoration:none;color:#00aeef;">
<?php
echo JText::_('COM_EASYSOCIAL_EMAILS_FIND_FRIENDS');
?>
</a>
<p style="margin: 5px 0 0;color:#888;">
<?php
echo JText::_('COM_EASYSOCIAL_EMAILS_FIND_FRIENDS_DESC');
?>
</p>
</td>
</tr>
</table>
</td>
示例3:
<?php
} else {
?>
<div class="empty fd-small">
<?php
echo JText::_('MOD_EASYSOCIAL_USERS_NO_USERS_CURRENTLY');
?>
</div>
<?php
}
?>
<?php
if ($params->get('showall_link', true)) {
?>
<div class="mod-small fd-small">
<a href="<?php
echo FRoute::users();
?>
"><?php
echo JText::_('MOD_EASYSOCIAL_USERS_VIEW_ALL_USERS');
?>
</a>
</div>
<?php
}
?>
</div>
</div>
</div>
示例4:
data-original-title="<?php
echo JText::_('COM_EASYSOCIAL_USERS_SORT_LATEST');
?>
"
data-placement="bottom"
data-es-provide="tooltip"
data-users-sort
data-type="latest"
class="btn btn-es<?php
echo $sort == 'latest' ? ' active' : '';
?>
">
<i class="ies-fire ies-small"></i>
</a>
<a href="<?php
echo FRoute::users(array_merge(array('filter' => $filter, 'sort' => 'alphabetical'), $idArray));
?>
"
data-original-title="<?php
echo JText::_('COM_EASYSOCIAL_USERS_SORT_ALPHABETICAL');
?>
"
data-placement="bottom"
data-es-provide="tooltip"
data-users-sort
data-type="alphabetical"
data-apps-sort=""
class="btn btn-es trending<?php
echo $sort == 'alphabetical' ? ' active' : '';
?>
">
示例5: foreach
?>
</div>
</div>
<div class="es-widget-body">
<ul class="widget-list fd-nav fd-nav-stacked">
<?php
foreach ($profiles as $profile) {
?>
<li class="filter-item<?php
echo $filter == 'profiletype' && $activeProfile->id == $profile->id ? ' active' : '';
?>
">
<a href="<?php
echo FRoute::users(array('filter' => 'profiletype', 'id' => $profile->getAlias()));
?>
"
data-users-filter-profile
data-id="<?php
echo $profile->id;
?>
"
title="<?php
echo $profile->get('title');
?>
"
>
<?php
echo $profile->get('title');
?>