Forum Activity for @douglas

douglas
@douglas
08/13/15 08:44:29AM
2,812 posts

Site-wide 'online now' as in forums


Using Jamroom

Use the jrUser_whos_online function.

{jrUser_whos_online template="whos_online.tpl"}

whos_online.tpl
{if isset($master)}
    Master Admins
    {foreach from=$master item="m_admin"}
        <a href="{$jamroom_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$m_admin.session_user_id size="xsmall" crop="auto" class="iloutline" alt=$m_admin.session_user_name title=$m_admin.session_user_name}</a><br><br>
    {/foreach}
{/if}

{if isset($admin)}
    Site Admins<br>
    {foreach from=$admin item="s_admin"}
        <a href="{$jamroom_url}/{$s_admin.profile_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$s_admin.session_user_id size="xsmall" crop="auto" class="iloutline" alt=$s_admin.session_user_name title=$s_admin.session_user_name}</a><br><br>
    {/foreach}
{/if}

{if isset($user)}
    Members<br>
    {foreach from=$user item="member"}
        <a href="{$jamroom_url}/{$member.profile_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$member.session_user_id size="xsmall" crop="auto" class="iloutline" alt=$member.session_user_name title=$member.session_user_name}</a><br><br>
    {/foreach}
{/if}

<hr>
    Master Admins: {$master_count}<br>
    Site Admins: {$admin_count}<br>
    Members: {$user_count}<br>
    Visitors: {$visitor_count}<br>
    Total: {$all_count}
douglas
@douglas
08/13/15 05:42:33AM
2,812 posts

Add To Cart Button Appearing For All Items On List


Design and Skin Customization

What template is this in and what skin are you using?

Thanks!
douglas
@douglas
08/12/15 12:07:10PM
2,812 posts

where to view de-activated members?


Using Jamroom

Sorry, yes it is the profile browser.

We should be able to use the search with this profile_active: 0 and list all non active profiles, but it doesn't seem to be working.

I'll get a ticket open for this.
douglas
@douglas
08/12/15 11:22:08AM
2,812 posts

where to view de-activated members?


Using Jamroom

It should say Not Active in the Created column.
not_active.jpg not_active.jpg - 129KB
douglas
@douglas
08/12/15 11:18:53AM
2,812 posts

How Do I Get This Video Embed Script To Work?


Design and Skin Customization

If it were a YouTube, Vimeo or even a video from your site, the URL Scanner module would work just by adding the URL in your post.

It looks like foxnews uses their own video player that looks like a YouTube player but I don't think it is.
douglas
@douglas
08/12/15 11:03:33AM
2,812 posts

where to view de-activated members?


Using Jamroom

I think its in the User Accounts Data Browser.

ACP > Users > User Accounts
douglas
@douglas
08/12/15 08:12:28AM
2,812 posts

Website Complete (I think)


Off Topic

Its looking good, nice job. ;)
douglas
@douglas
08/12/15 08:08:13AM
2,812 posts

Admin Account


Installation and Configuration

I'm really not sure, maybe one of the other guys can take a look and let you know. From what I see, I don't see any reason why you can't create the admin account, but I'm not 100% sure.
douglas
@douglas
08/12/15 04:55:18AM
2,812 posts

How Do I Get This Video Embed Script To Work?


Design and Skin Customization

If you are using the iFrame module, you can use this to embed that video:

<iframe src="http://video.foxnews.com/v/4413578946001" width="100%" height="800" frameborder="0"></iframe>

make sure you've added video.foxnews.com to the allowed domains in our ACP > Tools > iFrame Control > Allowed Domains.

You may also want to change the height parameter.
  140