"Administrator Notes
These notes are public to all administrators."
Those notes are easy to find in the datacache. Where is the function to retrieve the un-serialized text?
Edit:
I found this
$cache->update("adminnotes", $update_cache);
...so I must be getting close.
Edit#2:
$adminmessage = $cache->read("adminnotes");
in the file
admin/modules/home/index.php
Now the only question is what to include in a 'custom' page, will "global.php" be enough? (Edit: Yes, and
No)
Edit#3:
Looks fine only when using view source (in the browser), still working on formatting...
Edit#4:
One (simple) answer to question #1
Question #2
What file(s) to include to use the...
' $table = new Table; ' and ' $form = new Form("index.php", "post"); '
...table and form functions?
Thank you
Edit#5:
require_once MYBB_ADMIN_DIR."inc/class_form.php";
require_once MYBB_ADMIN_DIR."inc/class_table.php";
Happy Thanksgiving