why can't i create a new user
Installation and Configuration
Make sure the server your install is running on meets the requirements for Jamroom.
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/requirements
{capture name="youtube_template" assign="youtube_row_template"}
{literal}
{if issset($_items)}
{foreach $_items as $item}
{$item.youtube_artwork_url}
{$item.youtube_title}
{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrYouTube" template=$youtube_row_template search1="_item_id in `$_conf.wmWowMusic_front_slider_video_1`%" pagebreak="5" page=$_post.p pager=true}
{capture name="youtube_template" assign="youtube_row_template"}
{literal}
{if issset($_items)}
{jrCore_module_url module="jrYouTube" assign="yurl"}
{foreach $_items as $item}
Row variables go here...
{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrYouTube" search1="youtube_title like `$_post._1`%" search2="_item_id in `$_conf.wmWowMusic_front_slider_video_1`" template=$youtube_row_template page=$_post.p}