Currently it pulls from a yaml file on our site, which I constructed from a json feed that is only available to admins. Thus, we need to figure out a way to list "regular users or higher" on the people page.
This might mean that we need to create our own api endpoint or even just make our own little php page to grab from the postgres database backing the discourse site. Not sure how to do this yet.
Currently it pulls from a yaml file on our site, which I constructed from a json feed that is only available to admins. Thus, we need to figure out a way to list "regular users or higher" on the people page.
This might mean that we need to create our own api endpoint or even just make our own little php page to grab from the postgres database backing the discourse site. Not sure how to do this yet.