From 56c3c3d2372f81505367184c07c3243a30ad701a Mon Sep 17 00:00:00 2001 From: Arcturus Date: Sat, 5 Oct 2024 13:23:37 +0900 Subject: [PATCH] add emoticon_list and emoticon_list_update event --- AvocadoEdition_Light/adm/emoticon_list.php | 2 ++ AvocadoEdition_Light/adm/emoticon_list_update.php | 4 ++++ AvocadoEdition_Light/adm/menu_list_update.php | 3 +++ AvocadoEdition_Light/classes/event_handler.php | 14 ++++++++++---- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/AvocadoEdition_Light/adm/emoticon_list.php b/AvocadoEdition_Light/adm/emoticon_list.php index 98dc2a4..1fc1e28 100644 --- a/AvocadoEdition_Light/adm/emoticon_list.php +++ b/AvocadoEdition_Light/adm/emoticon_list.php @@ -203,4 +203,6 @@ if ($config['cf_point_term'] > 0) { return true; } "", // amber only - "amber.admin.editor_font_form_after" => "", // amber only + "amber.admin.editor_font_form_before" => "", + "amber.admin.editor_font_form_after" => "", // adm/editor_font_update.php - "amber.admin.editor_font_update_before" => "", // amber only - "amber.admin.editor_font_update_after" => "", // amber only + "amber.admin.editor_font_update_before" => "", + "amber.admin.editor_font_update_after" => "", + // adm/emoticon_list_update.php + "amber.admin.emoticon_list_update_before" => "", + "amber.admin.emoticon_list_update_after" => "", + // adm/emoticon_list.php + "amber.admin.emoticon_list_after" => "", // common.php "gnuboard.loadlibs.after" => "", // amber only "gnuboard.htmlprocess.before" => "common_header", @@ -63,6 +68,7 @@ class EventHandler // adm/member_list_update.php "gnuboard.admin.member_list_update" => "admin_member_list_update", // adm/menu_list_update.php + "amber.admin.menu_list_update_before" => "", // amber only "gnuboard.admin.menu_list_update" => "admin_menu_list_update", // adm/theme_update.php "gnuboard.admin.theme_update" => "adm_theme_update",