Rob Well-known member Jul 21, 2015 #1 Does anyone know how can I get a specific notice by notice id from the dataRegistry?
Chris D XenForo developer Staff member Jul 21, 2015 #2 You have to get them all out but they should be keyed by the notice ID. e.g PHP: $notice = $notices[$noticeId]; Where $notices is the notices from the data registry.
You have to get them all out but they should be keyed by the notice ID. e.g PHP: $notice = $notices[$noticeId]; Where $notices is the notices from the data registry.