Hi,
I tried searching for what i want to do but i wasnt sure how to word it (or if its possible).
I have three content pages, each for ‘youth’, ‘family’, and ‘community’. (The 3 of these appear under the MEDIA template).
I can obviously have three different channels for each of those. The user then being able to create a new entry for the, eg. video_youth channel, and that entry will appear on the ‘youth’ page.
What i want to do however, is have only one channel ‘videos’. Within it will be a field of type ‘select dropdown’. The menu would be populated with the categories ‘youth’, ‘family’, or ‘community’.
Now when the user creates a new videos entry, they select a category from the dropdown, and the entry will appear on the relevant page.
So i have a ‘video’ template showing how the video content is to appear.
{exp:channel:entries channel="video" sort="desc" dynamic="no"}
<h2>{title}</h2>
<p>{vid_info}<br />
<iframe src="http://player.vimeo.com/video/{vid_id}?title=0&byline=0" width="450" height="253" frameborder="0"></iframe><br />
{/exp:channel:entries}What code do i need to place onto the MEDIA template, to embed the above - but make sure that only the specific entries for the category that was selected appear?
So if someone viewing the page selects media > youth, obviously only the youth (category) entries appear.
ANY help is appreciated!