This modules sounds really interesting. What I would love to be able to do is have CCK user reference for the competitors.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | bracket-7-use-uid.patch | 90.83 KB | jacob.embree |
This modules sounds really interesting. What I would love to be able to do is have CCK user reference for the competitors.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | bracket-7-use-uid.patch | 90.83 KB | jacob.embree |
Comments
Comment #1
magnus commentedMaybe it would be easier to input all competitors before you add the result and then it would optionally match the competitors fields for the matches.
Would be great if you could add the final result as a CCK field for each competitor as well. Then you could output a view of the individual result in every tournament.
Comment #2
jimbullington commentedYes, I think something needs to be done to the results so they are easier to work with. I will try to come up with something based on your suggestions.
Comment #3
janis_lv commentedI'm still building things up, but I'd love to use Organic Groups for "teams" if it's a team tournament, or users (maybe the user has to create a group(team) with himself only).
I'm waiting to see how LeagueSite will work out this with this module.
Thank you for your effort!
Comment #4
junro commentedHello, great module! The only one in fact like this... Could become very hudge with more fonctionnalities :)
We should use cck node reference field to choose competitors.
We could create a node type "players" and be able to choose amond those nodes :)
Comment #5
magnus commentedPlease create another issue if you want a node reference.
Comment #6
MasterChief commentedJust a message to have some news about this issue :)
Comment #7
mattcasey commentedHas any work been done on this feature? I am interested in developing this within the next month or so, and I don't know which would be better: linking to users or their content profiles. I imagine using 'player' nodes would be an unnecessary extra step.
Comment #8
mattcasey commentedWell, I could not figure out how to use CCK User Reference field, since the competitor fields are generated in the module and not registered under a content type. It would be better to use CCK for views, but I found a solution that includes an autocomplete field and that links the competitors to their user profiles. I am using 2.x-dev in Drupal 6.
First, adjust lines 52-77 of bracket_seed.inc:
Second, duplicate the bracket-match.tpl.php and put it in your theme folder. You can copy this code, which links to the profile if the user name exists.
Comment #9
jimbullington commentedThank you for posting this patch - I'm sure it will be useful!
Comment #10
janis_lv commentedfollowing :P
Comment #11
jacob.embree commentedThis is some early work on using Drupal user ID's instead of names.