About
•
Download
•
Documentation
•
Wiki
•
Forums
•
Contribute
•
Support
The Toolkit for Online Communities
15893 Community Members,
1 member online
, 2042 visitors today
Log In
Register
Forum OpenACS Q&A: How would I have a page with a search-for-user? Is there existing code?
OpenACS Home
:
Forums
:
OpenACS Q&A
: How would I have a page with a search-for-user? Is there existing code?
Search:
Back to OpenACS Q&A
Request notifications
1
:
How would I have a page with a search-for-user? Is there existing code?
Posted by
Jim Lynch
on
08/30/12 12:11 AM
What I want to do is let a user pick a user_id so that I can create an object with the user_id... Is there something I can use that's already in the toolkit?
-Jim
2
:
Re: How would I have a page with a search-for-user? Is there existing code?
(response to
1
)
Posted by
Dave Bauer
on
08/30/12 03:42 PM
acs-admin has a user search for administrators you could look at that. Its really old-style code though.
Also check out the directory package which is a user list.
3
:
Re: How would I have a page with a search-for-user? Is there existing code?
(response to
2
)
Posted by
Michael Steigman
on
08/30/12 05:59 PM
Check out the party_search form widget as well (
http://openacs.org/api-doc/proc-view?proc=template%3a%3awidget%3a%3aparty%5fsearch
). As the docs mention, it's a little limited but still useful. Grep around as it's used in a few places in the toolkit.
Back to OpenACS Q&A