Guest Posted July 18, 2008 Thank you bjcworks......I thought I was going to have to find something else to use, but your fix works perfectly. Has anyone else installed the Warning/Reminder addition for this contribution that was submitted by LED-store ? It works, but has a few bugs in it. For example, it MUST have a date entered in the note or you get a WARNING all the time at the top of the admin screen. Also, if you set the red/green/yellow status to green, there is no problem, yellow you get the warning at the top of the screen and Red, nothing happens and you get no warnings. Has anyone worked with this at all ? Thanks Chris Share this post Link to post Share on other sites
chrisjunkie 0 Posted October 27, 2008 Hi all, What are the plans for adding an extra textbox on the order page? I want to be able to add notes to orders as well as customers Cheers Chris Share this post Link to post Share on other sites
OSC-Sevilla 5 Posted July 22, 2011 I am using the Admin notes to help communicate with clients using the admin for there store - "like a trainer" - On the DASHBOARD i would like to illistrate the most recent (notes) - eg. - on the top right of the dashboard to put Admin Notes(NEW) - and only display if "NEW" there are new ones... Any ideas folks? Share this post Link to post Share on other sites
Guest Posted November 14, 2011 I kept wanting to have the category of the note displayed on the main page of the Admin Notes, so I did this simple mod - if anyone else has wanted this, I hope it helps. in admin/includes/languages/english/admin_notes.php, just for conformity, make sure these are included: define('TABLE_HEADING_CATEGORY', 'Category'); define('TEXT_CATEGORY', 'Category'); Then in admin/admin_notes.php after (about Line 234): <td class="dataTableHeadingContent"><?php echo TABLE_HEADING_NAME; ?></td> Add: <td class="dataTableHeadingContent"><?php echo TABLE_HEADING_CATEGORY; ?></td> Further down (about Line 305 now), after: <td class="dataTableContent"><?php echo '<a name="' . $admin_quer['admin_note'] . '" title="' . $admin_quer['category'] . '">' . $admin_quer['admin_note']; ?></a></td> Add: <td class="dataTableContent"><?php echo $admin_quer['category']; ?></td> Share this post Link to post Share on other sites
ce7 12 Posted June 22, 2012 Hi there, I had several errors occur in the backend admin. I had Admin Notes & Information Page Unlimited addons installed. I don't know how to fix it as I am not family with the php code at all. Can someone please help me? Thanks a lot in advance. admin / Box Customers / Customer Warning: array_merge() [function.array-merge]: Argument #2 is not an array /admin/customers.php on line 722 line 722---> $customer_info = array_merge($country, $info, $reviews); Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /admin/customers.php on line 724 line 724--->$cInfo_array = array_merge($customers, $customer_info); Warning: reset() [function.reset]: Passed variable is not an array or object in /admin//includes/classes/object_info.php on line 17 line 17---> reset($object_array); reset($object_array); reset($object_array); Warning: Variable passed to each() is not an array or object in /admin//includes/classes/object_info.php on line 18 line 18--->while (list($key, $value) = each($object_array)) { admin notes Cannot modify header information - headers already sent by (output started at /admin/includes/template_top.php:14) in /admin/includes/functions/general.php on line 34 line 18---> header('Location: ' . $url); Share this post Link to post Share on other sites
KommerSnart 0 Posted January 22, 2013 Hi =) Just tried to install it on a clean 2.3.3, when i then try to open admin_notes.php i get a 500 error. Anyone ? Thanks =) Share this post Link to post Share on other sites
yahalimu 43 Posted May 10, 2013 Hello,l I also have the same problem. I only installed the admin notes part, NOT the customer notes. admin_notes seems NOT to be 2.3.3. compatable. The author non longer seems to support this thread, does anyone competant now how to convert it for 2.3.3? Regards. Share this post Link to post Share on other sites
yahalimu 43 Posted May 11, 2013 DOH. I have found my error, a rookie mistake. This WILL work on 2.3.3 except for the admin CSS on the left column needs to be fixed, a simple matter. Just for future reference if anyone else wants this for 2.3.3 it does work. (At least the admin notes part, I didn't install the customer notes as I never used it on the last installation) Share this post Link to post Share on other sites
TheAqurian 0 Posted May 28, 2013 @@yahalimu Well could you post the fix? Share this post Link to post Share on other sites
TheAqurian 0 Posted May 28, 2013 Never mind, the 500 fix for 2.3.3 is to make sure you add all the files, not just follow the install.txt Share this post Link to post Share on other sites
NUKE1989 1 Posted November 11, 2015 Anyone managed to fix the style of admin_notes.php so that it has the style that 2.3.4 has? Thanks. Share this post Link to post Share on other sites