How to add YouTube to the VideoPro skin?
Design and Skin Customization
I have tried that and nothing seems to work
{* /////////// DO NOT REMOVE ////////// *}
{assign var="page_template" value="index"}
{* /////////// DO NOT REMOVE ////////// *}
{jrCore_include template="header.tpl"}
{jrCore_include template="index_slides.tpl"}
{jrCore_module_url module="jrYouTube" assign="murl"}
{jrCore_lang skin="jrVideoPro" id=50 default="New Releases"}
{jrCore_list
module="jrYouTube"
order_by="_item_id numerical_desc"
limit="18"
template="index_item_1.tpl"
require_image="video_image"
}
{jrCore_lang skin="jrVideoPro" id=49 default="Staff Picks"}
{if strlen($_conf.jrVideoPro_staff_picks) > 0}
{jrCore_list
module="jrYouTube"
limit="27"
search="_item_id in `$_conf.jrVideoPro_staff_picks`"
template="index_item_2.tpl"
require_image="video_image"
}
{else}
{jrCore_list
module="jrYouTube"
limit="27"
order_by="video_file_stream_count numerical_desc"
template="index_item_2.tpl"
require_image="video_image"
}
{/if}
{jrCore_lang skin="jrVideoPro" id=51 default="Top Rated"}
{jrCore_list
module="jrYouTube"
limit="18"
order_by="video_rating_overall_average_count numerical_desc"
template="index_item_4.tpl"
require_image="video_image"
}
{jrCore_lang skin="jrVideoPro" id=52 default="Most Watched"}
{jrCore_list
module="jrYouTube"
chart_days=$_conf.jrVideoPro_watched_days
chart_field="video_file_stream_count"
limit="21"
template="index_item_3.tpl"
require_image="video_image"
}
{jrCore_lang skin="jrVideoPro" id=53 default="New Series"}
{if $_conf.jrVideoPro_list_1_active != 'off'}
{jrCore_list
module="jrYouTube"
order_by="_item_id numerical_desc"
limit="27"
group_by="video_album"
template="index_item_2.tpl"
require_image="video_image"
}
{/if}
{jrCore_lang skin="jrVideoPro" id=48 default="Comedy"}
{jrCore_list
module="jrYouTube"
order_by="_item_id numerical_desc"
limit="18"
search="video_category = comedy"
template="index_item_4.tpl"
require_image="video_image"
}
{jrCore_lang skin="jrVideoPro" id=54 default="Drama"}
{jrCore_list
module="jrYouTube"
order_by="_item_id numerical_desc"
limit="18"
search="video_category = drama"
template="index_item_4.tpl"
require_image="video_image"
}
{jrCore_include template="footer.tpl"}