X xSpeced Member Licensed customer Aug 10, 2014 #1 How would one un-dismiss notices for all users? Thanks.
Chris D XenForo developer Staff member Licensed customer 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.