The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
*** Admin Task manager just under the right menu ***
#11
If all you require is an extra field to type notes into for the admin(s), you can use the I18N Custom Fields plugin to achieve this. Simply install that plugin and create a new custom field called "admin-notes".

You could even add this custom field to your template so the admin(s) can see the page notes in the front-end too:

Code:
<?php if (cookie_check()=='1') {
    echo '<div id="admin-notes">'.return_custom_field('admin-notes').'</div>';
} ?>

(I think that code is correct, you might want to wait for someone to confirm). Add a little extra CSS and you're sorted:

Code:
#admin-notes { top:0; left:0; color:#fff; width:0; height:0; padding:0; overflow:hidden; position:absolute; background:#333; background:rgba(0,0,0,.8); border:5px solid #393; -webkit-transition:.5s .5s; transition:.5s .5s; }
#admin-notes:hover { width:18em; height:20em; padding:1em; overflow:auto; }
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply


Messages In This Thread
*** Admin Task manager just under the right menu *** - by sal - 2012-06-26, 00:20:21



Users browsing this thread: 2 Guest(s)