I am a CTO in a Berlin Co-Working facility called InfraLab ( www.infralab.berlin) I am using Nexudus to display realtime visitors on a info-terminal. As soon as people walk into the WiFi reach they are being displayed on the screen next to the booking screen (this is a Nexudus feature that requires a modified mikrotik router)
People requested the possibility to display a mood-message next to their profile, so I implemented this. Every picture has a mood bubble next to it now and this helps to make the community more alife and personal. I am a big fan of Nexudus btw. I created .mood-bubble in the css and added a dev class to the html file. I am using the field member.Position to display the mood message. <https://lh3.googleusercontent.com/-AeDdV02CdPY/We9J96U1EOI/AAAAAAAAAUM/qdr_RVQ3CmwlTopWtLUNUITlEDjn-J9qgCLcBGAs/s1600/NexudusTerminal.JPG> This is the css code I used to make the speech bubble with round corners and tip on the left: <https://lh3.googleusercontent.com/-Ll--BY6yTSc/We9LcjRQWmI/AAAAAAAAAUY/gPCC6NVfU1g8y1iYtEzKhf2J6M5i-chvgCLcBGAs/s1600/Screen%2BShot%2B2017-10-24%2Bat%2B13.22.01.png> This is the modification in the html. In Nexudus the file is called: directory_list_item.htm I added the div class "mood-bubble" Make sure that the css is not visible if the member.Position field is empty. <https://lh3.googleusercontent.com/-fjzkyTcJHi0/We9MmTLMP3I/AAAAAAAAAUo/lErmWu9nnRkILmRUT6AI8nUDIeqFXFHKgCLcBGAs/s1600/Screen%2BShot%2B2017-10-24%2Bat%2B16.21.48.png> -- You received this message because you are subscribed to the Google Groups "Coworking" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

