Skip to Content Skip to Menu

Remove link in the module Who's Online

  • rk3dnp
  • rk3dnp
  • OFFLINE
  • Posts: 9
  • Thanks: 1
  • Karma: 0
9 years 7 months ago #258846 by rk3dnp
Hi, how you can remove the module from who on the site, a link to the profile?
Code:
<li class="cbOnlineUser"> <a href="http://mysite/kabinet/userprofile/test">John Smit</a> </li>
I need to bring is your full name, without reference to a profile. And if you see a list of groups (Show List) and go there, then links are lost in this module as an output links appear again.

Please Log in or Create an account to join the conversation.

  • rk3dnp
  • rk3dnp
  • OFFLINE
  • Posts: 9
  • Thanks: 1
  • Karma: 0
9 years 7 months ago #258960 by rk3dnp
Replied by rk3dnp on topic Remove link in the module Who's Online
solution
default.php
Code:
<?php echo $cbUser->getField( 'formatname', null, 'null', 'none', 'list', 0, true ); ?>

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum