Forum OpenACS Development: Re: subsite members counter

Collapse
Posted by Dave Bauer on
Yes you can't use that query to get the full count.

It is just getting 10 pages worth of ids/count to see how many pages are available.

Collapse
Posted by Iuri Sampaio on
how users and subsites (gruoups) are related?
what tables are used? acs_rels and user?

acs_rels.object_id_one and acs_rels.object_id_two does not hold the object_id from the acs_objects table to subsites.

Neither the API to get the gruop_id work as expected

subsite::get -array subsite_info
set group_id [group::get_id -group_name $subsite_info(name)]