MyBB Community Forums

Full Version: Incorporating buddylist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm trying to modify the textbox of a plugin to use the same system as what the PM compose does, particularly the buddylist.

However simply placing the same values from the profile_send template doesn't seem to work. I tried adding the JS files from there too into the template of the plugin file. It seems like the JS is specifically catered to work with the PM system, not anything else.

Ideally I'd like the buddylist to show up and have users use that to pick a username instead of typing it in. Any guidance?

Thanks,
The buddylist is a csv of the uids they buddies are. You escape the input then query the mybb_users table.