Renders a predictive friend selector input for a given person. You can use this tag inside an rb:request-form to select users for whom a request can be sent.
| optional | uid | int | The user whose friends you can select. (default value is the uid of the currently logged-in user) | |
|---|---|---|---|---|
| name | string | The name of the form element. (default value is friend_selector_name) | ||
| idname | string | The name of the hidden form element that contains the uid of the selected friend. If used inside an rb:request-form, do not override this default. (default value is friend_selector_id) | ||
| include_me | bool | Indicates whether or not to include the logged in user in the suggestions. (default value is false) | ||
| exclude_ids | array | A list of user id's to exclude from the selector. |