From 72cb8882d9cc2a427522a89ab9abdbb1c5eba4bd Mon Sep 17 00:00:00 2001 From: Moc Date: Mon, 6 May 2013 12:17:48 +0200 Subject: [PATCH 1/4] Added check for presence of install_.php (in addition to the 'install.php' check) --- e107_core/templates/header_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/templates/header_default.php b/e107_core/templates/header_default.php index 4deff7c07..2e9c23c23 100644 --- a/e107_core/templates/header_default.php +++ b/e107_core/templates/header_default.php @@ -625,7 +625,7 @@ if ($e107_popup != 1) { if(ADMIN) { - if(file_exists(e_BASE.'install.php')){ echo "

*** ".CORE_LAN4." ***
".CORE_LAN5."


"; } + if(file_exists(e_BASE.'install.php') || file_exists(e_BASE.'install_.php')){ echo "

*** ".CORE_LAN4." ***
".CORE_LAN5."


"; } } // Display Welcome Message when old method activated. From 75b56ad326fa8723f8457d9a0c3489559304d188 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 5 May 2013 20:43:43 -0700 Subject: [PATCH 2/4] Improved default chatbox template --- e107_plugins/chatbox_menu/chatbox_menu.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/e107_plugins/chatbox_menu/chatbox_menu.php b/e107_plugins/chatbox_menu/chatbox_menu.php index 7842b671b..e9a9abc9d 100644 --- a/e107_plugins/chatbox_menu/chatbox_menu.php +++ b/e107_plugins/chatbox_menu/chatbox_menu.php @@ -303,11 +303,13 @@ if(!$text = $e107cache->retrieve("nq_chatbox")) { $tp->parseTemplate("{SETIMAGE: w=40}",true); // set thumbnail size. // FIXME - move to template - $CHATBOX_TEMPLATE['start'] = "