Forum Activity for @douglas

douglas
@douglas
04/04/16 09:22:07AM
2,807 posts

How to limit the number of items a user can create?


Jamroom Developers

If xxSales is a module you've created by using the Aparna module, then there should be a max item field in the quota config tab.
douglas
@douglas
04/03/16 06:24:44AM
2,807 posts

all music says error occured loading media url


Design and Skin Customization

Is this on a custom skin? Can you change to a default skin and see if you get the same message?

Also a link to the page in question would be helpful so we can take a look at it.

Thanks!
douglas
@douglas
04/02/16 04:47:36AM
2,807 posts

Videos Uploaded Problems And Other Problems


Using Jamroom

before i go:
Just been looking for a new host.

https://www.jamroom.net/hosting
douglas
@douglas
04/01/16 09:13:23AM
2,807 posts

Most followed profile


Using Jamroom

This should do it.

{jrCore_list module="jrProfile" order_by="profile_jrFollower_item_count numerical_desc"}

By default, if you don't set a limit or use the pagebreak parameter, Jamroom will only show you I think 25 entries. You can add a limit parameter to show more.

{jrCore_list module="jrProfile" order_by="profile_jrFollower_item_count numerical_desc" limit="50"}
douglas
@douglas
04/01/16 08:19:11AM
2,807 posts

login page with help buttons


Design and Skin Customization

This is the code used for the help buttons.

Email/Username Help button:

<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email_or_name').slideToggle(250);" type="button">

Email/Username Help div:

<div id="h_user_email_or_name" class="form_help" style="display:none;">

    <table class="form_help_drop">
        <tbody>
            <tr>
                <td class="form_help_drop_left">
                    please enter a valid email address or user name to log into the system.
                </td>
                <td class="form_help_drop_right">
                </td>
            </tr>
        </tbody>
    </table>

</div>

Password Help button:

<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_password').slideToggle(250);" type="button">

Password Help div:

<div id="h_user_password" class="form_help" style="">

    <table class="form_help_drop">
        <tbody>
            <tr>
                <td class="form_help_drop_left">
                    please enter your password
                </td>
                <td class="form_help_drop_right">
                </td>
            </tr>
        </tbody>
    </table>

</div>

Remember Login Help button:

<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_remember').slideToggle(250);" type="button">

Remember Login Help div:

<div id="h_user_remember" class="form_help" style="">

    <table class="form_help_drop">
        <tbody>
            <tr>
                <td class="form_help_drop_left">
                    check this option to remember your login information for next time
                </td>
                <td class="form_help_drop_right">
                </td>
            </tr>
        </tbody>
    </table>

</div>

And if your using the jrOneAll module...

Social Login Help button:

<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_').slideToggle(250);" type="button">

Social Login Help div:

<div id="h_" class="form_help" style="">

    <table class="form_help_drop">
        <tbody>
            <tr>
                <td class="form_help_drop_left">
                    Log in or Sign Up using any of the Social Networks listed
                </td>
                <td class="form_help_drop_right">
                </td>
            </tr>
        </tbody>
    </table>

</div>

You'll want to add these to your login template where you want them to show. Note that the Help buttons automatically get floated to the right.

Hope this helps!
douglas
@douglas
03/29/16 08:27:31AM
2,807 posts

Problem using Change Item Owner in Group discussions


Using Jamroom

Yeah, this one is kind of odd, may have to get Paul or Brian to take a look at it.

Can you send your details, URL, admin login etc., to support and a link to this forum so Paul or Brian can take a look?

Thanks!
douglas
@douglas
03/29/16 08:20:31AM
2,807 posts

glitch when moving forum discussion to different forum category


Using Jamroom

No problem, glad its working for you now. ;)

Let us know if you see anymore issues.

Thanks!
douglas
@douglas
03/29/16 04:18:26AM
2,807 posts

glitch when moving forum discussion to different forum category


Using Jamroom

Hello,

I just moved that topic to your "General" category thread and did not see an issue.

I also fixed your ACP > System Tools > Activity Logs link as it was not linked to the correct page.
douglas
@douglas
03/27/16 06:39:49AM
2,807 posts

You must be logged in to continue


Using Jamroom

Where are you seeing this?
douglas
@douglas
03/19/16 04:33:13AM
2,807 posts

Where would I find the code that dispays number of online users?


Design and Skin Customization

The jrUser_whos_online functions is whats being used in other Jamroom skins:


{jrUser_whos_online template="whos_online.tpl"}

whos_online.tpl:
<div class="container">
{if isset($master)}
    <div class="row">
        <div class="col12 last">
            <span class="media_title">{jrCore_lang skin=$_conf.jrCore_active_skin id="37" default="Master"} {jrCore_lang skin=$_conf.jrCore_active_skin id="39" default="Admins"}</span>
            <hr>
        </div>
    </div>
    <div class="row">
        {foreach from=$master item="m_admin"}
            <div class="col3{if $m_admin@last} last{/if}">
                <div class="center capital p5">
                    <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>
                </div>
            </div>
        {/foreach}
    </div>
{/if}

{if isset($admin)}
    <div class="row">
        <div class="col12 last">
            <hr>
            <span class="media_title">{jrCore_lang skin=$_conf.jrCore_active_skin id="38" default="Site"} {jrCore_lang skin=$_conf.jrCore_active_skin id="39" default="Admins"}</span>
            <hr>
        </div>
    </div>
    <div class="row">
        {foreach from=$admin item="s_admin"}
            <div class="col3{if $s_admin@last} last{/if}">
                <div class="center capital p5">
                    <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>
                </div>
            </div>
        {/foreach}
    </div>
{/if}

{if isset($user)}
    <div class="row">
        <div class="col12 last">
            <hr>
            <span class="media_title">{jrCore_lang skin=$_conf.jrCore_active_skin id="40" default="Members"}</span>
            <hr>
        </div>
    </div>
    <div class="row">
        {foreach from=$user item="member"}
            <div class="col3{if $member@last} last{/if}">
                <div class="center capital p5">
                    <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>
                </div>
            </div>
        {/foreach}
    </div>
{/if}

</div>

<hr>

<div class="p3" style="width:90%;display:table;margin:0 auto;">

    <div style="display:table-row">

        <div class="capital bold" style="display:table-cell">
            {jrCore_lang skin=$_conf.jrCore_active_skin id="37" default="Master"} {jrCore_lang skin=$_conf.jrCore_active_skin id="39" default="Admins"}:
        </div>
        <div class="hl-3" style="width:1%;display:table-cell;;text-align:right;">
            {$master_count}
        </div>

    </div>

    <div style="display:table-row">

        <div class="capital bold" style="display:table-cell;">
            {jrCore_lang skin=$_conf.jrCore_active_skin id="38" default="Site"} {jrCore_lang skin=$_conf.jrCore_active_skin id="39" default="Admins"}:
        </div>
        <div class="hl-3" style="width:1%;display:table-cell;;text-align:right;">
            {$admin_count}
        </div>

    </div>

    <div style="display:table-row">

        <div class="capital bold" style="display:table-cell;">
            {jrCore_lang skin=$_conf.jrCore_active_skin id="40" default="Members"}:
        </div>
        <div class="hl-3" style="width:1%;display:table-cell;;text-align:right;">
            {$user_count}
        </div>

    </div>

    <div style="display:table-row">

        <div class="capital bold" style="display:table-cell;">
            {jrCore_lang skin=$_conf.jrCore_active_skin id="41" default="Visitors"}:
        </div>
        <div style="width:1%;display:table-cell;;text-align:right;">
            <span class="hl-3">{$visitor_count}</span>
        </div>

    </div>

</div>

<hr>

<div class="p3" style="width:90%;display:table;margin:0 auto;">

    <div style="display:table-row">

        <div class="capital bold" style="display:table-cell;">
            {jrCore_lang skin=$_conf.jrCore_active_skin id="70" default="Total"}:
        </div>
        <div class="hl-3" style="width:1%;display:table-cell;text-align:right;">
            {$all_count}
        </div>

    </div>

</div>

You may need to adjust the class on the div elements as this is from the MediaPro skin.

Hope this helps!
  109