Combined Videos Category Search
Design and Skin Customization
I have the list showing but when I click on Howto & Style the page comes back with just howto and returns no videos. Its the same for every category that contains more than one word.
{$allcats = array('Film & Animation',
'Autos & Vehicles',
'Music',
'Pets & Animals',
'Sports',
'Travel & Events',
'Gaming',
'People & Blogs',
'Comedy',
'Entertainment',
'News & Politics',
'Howto & Style',
'Education',
'Science & Technology')}
{foreach $allcats as $v}
<li><a href="{$jamroom_url}/videos2/search_area=video_category/search_string={$v}">{$v}</a></li>
{/foreach}
{jrSeamless_list modules="jrVideo,jrYouTube" template="video_category2.tpl" group_by="youtube_category" order_by="youtube_category asc" assign="ycats"}
{jrSeamless_list modules="jrVideo,jrYouTube" template="video_category2.tpl" group_by="video_category" order_by="video_category asc" assign="vcats"}