edgeryders / discourse

The discourse.org forum software, with all the modifications as used on edgeryders.eu.
https://edgeryders.eu
GNU General Public License v2.0
8 stars 2 forks source link

Double counting in users? #136

Open albertocottica opened 6 years ago

albertocottica commented 6 years ago

I tried making a platform-wide social network of ER. To my surprise, I have two connected components:

image

Winnie, Nadia and I appear in both components: the skinny one on the right is clearly biofabforum. This should not happen, unless we are identified by different ids in the two different forums. @damingo, is that the case?

damingo commented 6 years ago

No, that's not the case. It's exactly the same database - only the UI is different.

albertocottica commented 6 years ago

Actually, the problem is somewhere else. I just realized that, when I query the APIs for top-level categories of edgeryders.eu, the biofabfroum.org cats do not even appear. I get 7 in all:

campfire
opencare
openvillage
future-makers
docs
knowledge
workspaces

So it's kind of a mystery why the damn thing has two Winnies, two Albertos etc.

However, there is a potentially more serious issue: the biofab top level cat does not show up when calling /categories.json. It does show up when calling /site.json. I am not sure what the implications of this are. For my code, things are easy to solve.

Whatever happens, we need full API access to whitelabelled sites. Winnie, rightly, wanted OpenEthno to work on Biofab!

damingo commented 6 years ago

The biofab category is now included in /categories.json. It was removed from the JSON view because the option Suppress this category from the homepage. was set in https://edgeryders.eu/c/biofab -> Edit -> Settings. This is no longer needed as the category is now hidden from the homepage by means of CSS.