user/signup challenges
Using Jamroom
Re-read this thread when you're ready to attempt it again. Its all here.

This WILL show
{* This wont show *}
This WILL show
{* This wont show *}
This WILL show
{* This wont show *}
This WILL show
{* This wont show *}
{if jrUser_is_admin()}
// put whatever you want to show just to the admin user in HERE
{/if}
{if jrUser_is_logged_in()}
<script>
window.RumbleTalkAsyncCallback = function (RT) {
RT.init({
hash: 'YOUR_CHAT_HASH'
});
RT.login({
username: '{$_user.user_name}',
password: 'PASSWORD'
});
};
</script>
<script src="//d1pfint8izqszg.cloudfront.net/api/v0.29/sdk.js"></script>
{/if}

{jrSearch_module_form fields="discuss_title,discuss_description"}