Chris D XenForo developer Staff member Aug 10, 2014 #2 It can be done with a database query: Code: TRUNCATE xf_notice_dismissed It's worth pointing out that this is cached somewhat so logging off/logging back on may be required to restore the notices properly. Upvote 0 Downvote
It can be done with a database query: Code: TRUNCATE xf_notice_dismissed It's worth pointing out that this is cached somewhat so logging off/logging back on may be required to restore the notices properly.