Closed (fixed)
Project:
User Relationships
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2007 at 22:03 UTC
Updated:
20 Dec 2007 at 18:26 UTC
The privatemsg module has some ajax that can autofill buddylist buddies into the "To" field. We can either write a plugin for user relationships to do this or submit a patch to the privatemsg folks, but I'm leaning towards plugin b/c it then gives administrators the ability to turn autofill off by disabling a module instead of coding with hook_form_alter() or some such.
Comments
Comment #1
sprsquish commentedI agree, we should write a plugin for UR.
Comment #2
Annette Tisdale commentedAfter investigation it appears we are not populating our private message "to" field with data from the user's buddylist. We currently do not use this functionality in privatemsg.
Comment #3
gwen commentedIt looks like the buddylist module populates a "quick" field that lists your buddies and anyone you've messaged in the past (basically an address book). This plugin's probably still worth writing, but marking the priority to minor b/c it's not as big of a thing.
Comment #4
sprsquish commenteddone.
does pretty much the same thing privatemsg was doing with buddylist only UR is using the form_alter hook