Forum Activity for @douglas

douglas
@douglas
08/19/15 07:30:25AM
2,808 posts

how can we view influences on a profile????


Using Jamroom

This would be for an artist or band, their influences.
douglas
@douglas
08/17/15 12:58:27AM
2,808 posts

How To Build A Mobile Menu for Slate Skin?


Design and Skin Customization

Glad you got that sorted.

And your right, that the skins won't show in your ACP > Marketplace if you have it installed already.

You can always reload them if you need to by going to ACP > Marketplace > Tools > Reload Modules Or Skins.
douglas
@douglas
08/17/15 12:53:13AM
2,808 posts

How do i embed iframes?


Using Jamroom

I don't think you need to use www in the allowed domain, you just need mixcloud.com and bandcamp.com.
douglas
@douglas
08/16/15 05:34:12AM
2,808 posts

How To Build A Mobile Menu for Slate Skin?


Design and Skin Customization

The Slate skin is still in the Marketplace:

https://www.jamroom.net/site-builder/networkmarket/177/slate-site-builder


However... The skins/jrSlate/contrib/slidebars/slidebars.min.js is the wrong version and needs to be updated.

For now you can copy the skins/jrElastic/contrib/slidebars/slidebars.min.js to your skins contrib/slidebars directory and see if that fixes your mobile menu issue.
douglas
@douglas
08/15/15 04:56:31AM
2,808 posts

Site-wide 'online now' as in forums


Using Jamroom

I'm not sure I understand, how do you know there are 20 more visitors than there are suppose to be?

The dashboard only shows logged in users, it doesn't show how many non logged in visitors are on your site.
douglas
@douglas
08/14/15 08:11:30AM
2,808 posts

Site-wide 'online now' as in forums


Using Jamroom

Glad you got it sorted. :)
douglas
@douglas
08/13/15 08:44:29AM
2,808 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,808 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,808 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,808 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
  139