PDA

View Full Version : Multiple Communities Network


cobradude
03-18-2011, 02:45 PM
Ok, so I run numerous communities all along the same theme but each aligned to a niche. I understand that many have wondered about sharing user/login information across sites and that would be optimal, but since that doesn't seem to be something that can be done right now, I'm wondering how you all networking the sites?

Here's my idea, though I don't know how to implement:

On forum home, I would like to have a section category/forum per community within my "network". This would pull in data (cached for a period of time) for primary forums from a networked site and essentially look like another category/forum to the user and link to the appropriate community (they would have to register if they haven't to post). They would see things like a link to latest post, thread and post counts, etc.

Additionally, I would like to have an overall "network" stats...like combined total members, posts, threads, posts, # of users/guests online (this could be cached).

My thinking is that as new sites are started within the network, that there's cross pollination, and the site doesn’t look bare or otherwise non busy, etc. My theory is that this will help motivate people to post as they are one of many vs. once of 10 when you're first starting up a board. As well, you keep members from your big sites within the "network".

Anyone know of a mod for something like this (I've looked)? Thanks for your time.

BirdOPrey5
03-18-2011, 02:50 PM
Have you seen CERBERUS?
https://vborg.vbsupport.ru/showthread.php?t=254197

Or vbnetwork?
https://vborg.vbsupport.ru/showthread.php?t=245942

cobradude
03-27-2011, 11:41 PM
Have you seen CERBERUS?
https://vborg.vbsupport.ru/showthread.php?t=254197

Or vbnetwork?
https://vborg.vbsupport.ru/showthread.php?t=245942

I had meant to write a note earlier, but thank you for leading me to the network one. I'm using it successfully now.


Not sure if you have any ideas for how to roll up forum stats from multiple sites to represent the "network" totals? Seems like it would not be a terribly difficult thing for a coder...I'm not that person however. :)

BirdOPrey5
03-28-2011, 12:11 AM
I would guess it could be done by making a custom page like forumstats.php which output say XML formatted stats data on each forum...

And having a cron job that ran every x minutes or hours to contact the forums on the network, read the data in from forumstats.php, total it up, and display it on each forum's stats area.

Unfortunately I wouldn't know where to begin coding something like that, but yes it's possible.