user picker in Dashboard

Permalink
Has anyone implemented the user picker within the context of a dashboard page?

An example would be great! I'm guessing the pop-up api is needed?

Chad

RadiantWeb
 
ijessup replied on at Permalink Reply
ijessup
Perhaps I don't understand what you are asking, but are you talking about using the User Select Form? i.e.:
$uh = Loader::helper('form/user_selector');
print $uh->selectUser($name, $uID = false, $javascriptFunc = 'ccm_triggerSelectUser');
RadiantWeb replied on at Permalink Reply
RadiantWeb
yeah...try that in a dashboard page. See what I mean.

C
ijessup replied on at Permalink Reply
ijessup
Ahh... noted. Interesting. I'm sure its something simple that we are overlooking.
ijessup replied on at Permalink Reply
ijessup
Yeah, it doesn't work on a single_page anywhere. Doesn't matter if its in the Dashboard or not. Must be a View issue. Missing JS somewhere.
ijessup replied on at Permalink Reply
ijessup
selectMultipleUsers works just fine... :-/
TheRealSean replied on at Permalink Reply
TheRealSean
Curious to know if you ever solved this?

This work around posted here solves it.

http://www.concrete5.org/community/forums/customizing_c5/user_selec...