Jump to content

HCICT

Clients
  • Posts

    127
  • Joined

  • Last visited

Reputation Activity

  1. Like
    HCICT reacted to Pete T in Who Was Online   
    Soon i be looking few people to beta test new version of Who Was Online this will be little different to standard format currently being used it will count guest, members and any one sign in anonymous and option to choose layout we might look adding other options as we build new version. 
  2. Thanks
    HCICT reacted to Pete T in Who Was Online   
    That is my idea plus looking at small few changes so display guest better and other different options but moment busy finish up my themes and then all plugins get look at 
  3. Like
    HCICT reacted to markymids in Who Was Online   
    I was able to achieve this by changing the whowasonline css foreach block to something like this:
    {{foreach $members as $row}} <ul class='ipsList_inline ipsList_noSpacing cCustomField'> {{$member = \IPS\Member::load( $row['member_id'] );}} <li>{template="userPhoto" app="core" group="global" params="$member, 'tiny'"}</li> </ul> {{endforeach}} I had to use a new class cCustomField to get the avatars to display in one long row, I put this in custom.css
    .cCustomField { display: inline-block; }  
  4. Thanks
    HCICT reacted to Adriano Faria in Login Logs   
    What's New in Version 2.0.2:
    Shows full date/time in old dates log entries  
  5. Like
    HCICT reacted to Adriano Faria in Login Logs   
    Actually no.. it's all or nothing. If I use RELATIVE, it won't show time for old dates. You can see the same in forum view:

     
    What I can do is show date/time like that:

  6. Like
    HCICT got a reaction from Adriano Faria in Login Logs   
    Thnx Adriano
  7. Like
    HCICT reacted to Adriano Faria in Login Logs   
    What's New in Version 2.0.1:
    Fix login error on ACP when someone tries to login with an invalid member account.
×
×
  • Create New...