Hi all,
I have the LastSeen, Tipper and Variables plugins installed, and have set up tipper to show:
Last Online: %lastseen_date% @ %lastseen_time%
Last Active: %lastseen_ago% ago
Now, If a user is online, it does not make sense to show Last Online or Last Active. As such, I am trying to create two variables where:
If Status = Online, dont show Last Online or Last Active
If Status = Away, dont show Last Online, but show Last Active
Have been playing around with !if(x,y,z) and other variables, but cannot get my head around it all.
Can anyone help..?