Forum Activity for @douglas

douglas
@douglas
04/04/16 09:22:07AM
2,808 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,808 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,808 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,808 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,808 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,808 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,808 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,808 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,808 posts

You must be logged in to continue


Using Jamroom

Where are you seeing this?
  109