Changed IP notification
Using Jamroom
Is it the User module Quota setting 'new device notice' that you're looking for?
Pa
{jrCore_list module="jrGroup" profile_id=$_profile_id order_by="_created desc" pagebreak="8" page=$_post.p pager=true}
{$_mygroups = jrGroup_get_user_groups($_user_id)}
{$in = implode(',', $_mygroups)}
{jrCore_list module="jrGroup" search="_item_id IN `$in`" order_by="_created desc" pagebreak="8" page=$_post.p pager=true}