I have a gamer website that allows people to create their own group/clan. The groups will have game matches against each other, and the match scores will be posted on the website. This is where I am running into problems. This is what I have so far. It is a group content type that has all the fields that display like this.
Group1 vs. Group2
Total score Total score
7500-------------2500
Winner!
The main function I need is to have a way to display the top ranking groups by if they won the match or not. so if group one wins 10 matches and group 2 wins 5 matches and group 3 wins 2 matches display like so.(for example on the front page, or "top scorers" page.
Group 1 1st Place
10 wins
Group 2 1nd Place
5 wins
Group 3 3rd Place
2 wins
That is the most basic functionality that I would require so the site members can see which group is doing the best by 1st place 2nd place 3rd place ect.
If at all possible I would love to have this functionality as well.
Group 1 enters their information and group 2 has the ability to enter their information, instead of the way it is now with only one group having to enter all the information.