vBulletin User Notes

Medievalist

Member
Licensed customer
Is there a XenForo 2.2 equivalent to vBulletin User Notes, notes that are visible to Mods and Admins on User profiles?
 
Hello, yes :

Maybe some more aha

Regards, SyTry
 
Is there also someone who made an import from vbulletin user notes to these user notes?


It was not that hard:
INSERT INTO xenforodb.xf_th_usernotes_usernote (user_note_id, message, post_date, last_edit_date, profile_user_id, user_id, username)
SELECT usernoteid, message, dateline, NULL, userid, posterid, username FROM vbulletindb.usernote;
 
Last edited:
Is there a XenForo 2.2 equivalent to vBulletin User Notes, notes that are visible to Mods and Admins on User profiles?
I have an addonless workaround which is to use warnings (with no action, points given or contact)

This stores a useful archive that only mods can see.
 
Back
Top Bottom