Possible for MSN's to share members and not forums?


+ a couple more questions regarding MSN's
Is this at all possible?I plan to have a main website, and then have numerous MSN sites with the hope that the member-base between all of them can be shared, but each site will have a slightly different scope, and so the need to have separate forums would be necessary.
Also, is there a system limit on how many MSN's can be part of a "network" or is there no limit (in terms of Composr and how many MSN's it will allow to be inter-connected).
And, how should the netlink setting be configured? I assume the MAIN site should link to its own netlink.php file and all sub sites should copy that exact same URL?
Lastly, all MSN's must link to the main sites forum DB? Should they have a separate DB for the Composr bit? What if the main site operates off only one DB (same DB for Composr and Conversr) or should the main site operate off different MySQL DB's?


I was thinking, somehow trick each installation into only displaying one "root" forum category. I was reading up on the Composr docs, and it doesn't really detail why there's even a root category or of what purpose it serves (all it says is that the root cannot be deleted). The only thing as far as I can tell, is that whatever the "root" is named, this will also be the title for the forum:forumview page.





Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


Chris Graham said
The 'virtual roots' system is what you need. If you click the last link in the breadcrumbs when viewing a forum (as an admin) it will give you the URL to view it as if that's the root. You'll see keep_forum_root in the URL.
From “Post #4,408”, 21st May 2018, 7:03 pm
I'm trying to display a completely different set of forums for each MSN. I'm not familiar with the virtual roots concept, but playing around with the breadcrumbs like you said only seem to change the trailing of the forums within the actual breadcrumbs. It doesn't show or hide individual forums.
For example - let's say my central site is about apples. The forums will be relevant to that and only that. Now let's assume one of my MSN sites is about kittens - this MSN would have its own set of forums relevant to that and wouldn't include any forums about apples.


That's the only way to achieve this, unless a fundamental rewrite of a lot of code was done.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


So I'd have to create an actual forum (instead of a forum grouping) for each MSN essentially, and add sub forums to that to keep everything under one "category". Then somehow manipulate the system to link to that forum while keeping that parameter in the URL.
I assume this would require allowing ALL usergroups access to the Open up categories as virtual roots permission in order for it to work properly?


I assume this would require allowing ALL usergroups access to the Open up categories as virtual roots permission in order for it to work properly?
No. This privilege is just for presence of the link in the breadcrumbs, it's a UI triviality - absence of the privilege stops users getting confused.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


That's a bit messy I would think.


Chris Graham said
Correct.
I assume this would require allowing ALL usergroups access to the Open up categories as virtual roots permission in order for it to work properly?
No. This privilege is just for presence of the link in the breadcrumbs, it's a UI triviality - absence of the privilege stops users getting confused.
From “Post #4,412”, 21st May 2018, 10:06 pm
I can't do much of anything on my MSN's due to me not being able to access them currently (reported in tracker, but no rush

Thanks Chris.