User list public Posted by eamonnoc 03 Feb 2005 10:14 GMT-0000 posts: 8 Is it possible to make the user list public so all the members can see everyone else who is a member even if all users are not logged on?
Posted by Xavi (as xavidp - admin) 03 Feb 2005 10:34 GMT-0000 posts: 956 I wrote a simple "howto" at the PluginSQL (take care about security tips, if you use the PluginSQL). It's not the best way to do it, but you can do it at list, querying the database from a plugin call within a wiki page, and give view permissions according to waht you are looking for (but lock the page, and restrict edit permissions, ...).
Posted by eamonnoc 03 Feb 2005 14:37 GMT-0000 posts: 8 That worked great, thanks Now I'm wondering if there is a way to make that list clickable? At the minute, a list just comes up in a table but I would like users to be able to click on each person on that list and view their details. Many thanks