Render popup only after first login

So I have a loader screen that shows up each time a user logs in. The thing is, i want it to ‘mask’ data loading so that users don’t see their info coming in all fragmented on the page until everything is loaded(still working on this).

Anyway, i’d like to disable the loader if it is either a person’s first login (on signup) or if their data in the home page is empty. Any way to easily do this? I’ve tried conditionals like “if constmodules are empty don’t display data” etc. to no avail.

This topic was automatically closed after 70 days. New replies are no longer allowed.