Need: Idea for implementing a one-time popup -OR- notification I can show/hide with jQuery.
I’m thinking of a couple conditionals that first evaluate whether or not the user is logged in/logged out.
IF LOGGED OUT.
Show once per session (although I’m using cookies only)
IF LOGGED IN.
Show once if not belonging to a particular member group.
If you belong to the correct member group, don’t show.
Anyone have any ideas?
Thanks!