1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixes for Private Messaging via the admin area.

This commit is contained in:
Cameron
2015-02-16 02:22:47 -08:00
parent 02766efff5
commit 9501745c07
5 changed files with 126 additions and 61 deletions

View File

@@ -39,7 +39,7 @@ class eurl_admin extends e_admin_dispatcher
'main/config' => array('caption'=> LAN_EURL_MENU_CONFIG, 'perm' => 'L'),
'main/alias' => array('caption'=> LAN_EURL_MENU_ALIASES, 'perm' => 'L'),
'main/settings' => array('caption'=> LAN_EURL_MENU_SETTINGS, 'perm' => 'L'),
'main/simple' => array('caption'=> LAN_EURL_MENU_REDIRECTS, 'perm' => 'L'), //TODO LAN
'main/simple' => array('caption'=> LAN_EURL_MENU_REDIRECTS, 'perm' => 'L'),
// 'main/help' => array('caption'=> LAN_EURL_MENU_HELP, 'perm' => 'L'),
);
@@ -666,7 +666,7 @@ class eurl_admin_form_ui extends e_admin_form_ui
[Miro] Solution comes from the module itself, not related with URL assembling in anyway (as per latest Skype discussion)
*/
// FIXME TODO XXX
// Global On/Off Switch Example
// [Miro] there is no reason of switch, everything could go through single entry point at any time, without a need of .htaccess (path info)