Active
Project:
LeagueSite
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2011 at 19:30 UTC
Updated:
12 Apr 2011 at 14:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
Alun commentedYou need to look at Views filter which filters matches by team ID. Expose that filter and you should be OK. The problem I think is getting the exposed filter to be a dropdown box not a text field - how far have you got on exposing the filter so far?
Al
Comment #2
RayAdams23 commentedAlun,
No drop-down is half the problem - then you have to know the team_id (which obviously a number).
Ray
Comment #3
RayAdams23 commentedAlun here are screen shots of the result. The Views setup and then the selection from a User Perspective.
Ray
Comment #4
Alun commentedYou should filter by team name, not ID. Is that possible? Then you can create a plugin that supplies the list of teams when the page loads, rather than just have a textbox.
Al
Comment #5
RayAdams23 commentedAlun - I only get the option for putting in the team_id through the Filter (see image).
Ray
Comment #6
ParisLiakos commentedAlun i want to do something similar but for schedule per matchday.
i have the filter exposed and works ok but i want to have dropdown instead of textfield.
do you have any ideas how can i manage this?