Code: Select all
## 2006-10-01 - Version 0.1.1
## - Enhanced AJAX search
## - Added a little indicator
## - Added moderator support
## - Change moderator on / off in general configuration
## - Added a javascript "Add notes" thingie to viewprofile
## - Hide notes from moderators (admin only)
Code: Select all
## 2006-10-03 - Version 0.1.2
## - Fixed INSERT INTO escaping
Code: Select all
## 2006-10-10 - Version 0.1.3
## - Added non-js compatibility
## - Added non-ajax search
## - Enhanced the "Admin add notes"
Code: Select all
## 2006-10-12 - Version 0.1.4
## - Fixed missing template in includes/functions_admin_user_notes.php
## - Fixed "delete" not showing up for non-ajax search
## - Fixed delete not working
## - Added some more escaping
stevemagruder wrote: Looks like a nifty mod. I may install it soon.
Have you given thought to creating an addon for those of us with the Admin Userlist mod installed, so that the notes will display for each user in the list?
eviL<3 wrote:stevemagruder wrote:Looks like a nifty mod. I may install it soon.
Have you given thought to creating an addon for those of us with the Admin Userlist mod installed, so that the notes will display for each user in the list?
Remind me when it's validated, pleaseVersion 0.1.5 (1.0.0) is in the queue right now, after some stuff was found in 0.1.4. It's a very interresting idea though, and not too hard either. Only thing i'd worry about would be efficiency (maybe use ajax?)...