Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
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>
Exemplo n.º 3
0
			<?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>
Exemplo n.º 4
0
				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' : '';
    ?>
">
Exemplo n.º 5
0
    ?>
                </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');
        ?>