Forum Activity for @douglas

douglas
@douglas
12/30/13 05:32:36AM
2,808 posts

login form


Design and Skin Customization

michael:
I'm guessing the code douglas had in that box was the same stuff that is on this page:

"HowTo: add the user login form to any page"
https://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-pagehowto-add-the-user-login-form-to-any-page

Yes, pretty much the same code. ;)
douglas
@douglas
12/29/13 09:52:06AM
2,808 posts

login form


Design and Skin Customization

Note sure why the code is being stripped, if you'll send me an email, douglas[at]jamroom[dot]net, I'll send you the code via email.
douglas
@douglas
12/29/13 09:49:34AM
2,808 posts

How to Show a members quota


Design and Skin Customization

You can add {debug} to the profile_header.tpl or any other profile_*.tpl to see what variables are available.

Off the top of my head, I think $profile_quota_id will show the quota ID and $profile_quota_name will show the name of the quota.

Hope this helps,
Douglas
douglas
@douglas
12/28/13 07:31:10AM
2,808 posts

login form


Design and Skin Customization

This is a stripped down code for the login form... you will need to style it to fit your needs.

                {jrCore_form_create_session module="jrUser" option="new" assign="token"}
                <form enctype="multipart/form-data" accept-charset="utf-8" method="post" action="{$jamroom_url}/user/login_save" name="jrUser_login" id="jrUser_login" class="jrform">
                    <input type="hidden" value="{$token}" name="jr_html_form_token" id="jr_html_form_token">
                    <input type="hidden" value="off" name="user_remember">

                    <input type="button" onclick="window.location='{$jamroom_url}/user/forgot'" value="Forgot Login?" name="forgot" class="form_button" id="forgot">
                    <div class="page_notice_drop" colspan="2"><div class="page_notice form_notice" id="jrUser_login_msg"></div></div>
                    <a id="ff-user_email_or_name"></a>user login
                    <input type="text" tabindex="1" value="" name="user_email_or_name" class="form_text" id="user_email_or_name">
                    <a id="ff-user_password"></a>password
                    <input type="password" onkeypress="if (event &amp;&amp; event.keyCode == 13 &amp;&amp; this.value.length &gt; 0) { jrFormSubmit('#jrUser_login','{$token}','ajax'); }" tabindex="2" value="" name="user_password" class="form_text" id="user_password">
                    <a id="ff-user_remember"></a>remember login
                    <input type="checkbox" checked="checked" tabindex="3" name="user_remember" class="form_checkbox" id="user_remember">
                    <div class="form_submit_section">
                        <img width="24" height="24" alt="working..." src="http://douglas.jamroomnetwork.com/skins/jrNova/img/submit.gif" id="form_submit_indicator"><input type="button" onclick="jrFormSubmit('#jrUser_login','{$token}','ajax');" tabindex="3" value="login" class="form_button" id="jrUser_login_submit">&nbsp;&nbsp;<input type="button" onclick="jrCore_window_location('{$jamroom_url}')" value="cancel" class="form_button" id="jrUser_login_cancel">
                    </div>
                </form>

Hope this helps,
Douglas
updated by @douglas: 12/29/13 09:51:26AM
douglas
@douglas
12/28/13 06:18:45AM
2,808 posts

[Solved] Search Multiple Quotas


Design and Skin Customization

Give this a try:

{jrCore_list module="jrProfile" quota_id="1,3,4,5" order_by="_created desc" template="list_profile.tpl" pagebreak="20" require_image="profile_image" page=$p pager="true"}
douglas
@douglas
12/28/13 06:17:01AM
2,808 posts

What is this in Profile Forum Modules?


Installation and Configuration

I'm not seeing an issue here:

http://musicloud.org/musicloud/forum

You might try clearing your browser cache as well as what Michael has suggested.
douglas
@douglas
12/27/13 09:28:58AM
2,808 posts

Nova Skin


Suggestions

I'd imagine it would be another if statement in the jrActivity/templates/index_list.tpl to use a different image when it has been shared.

I haven't tried it so I'm not 100% sure it can even be done.

I'd start by putting a {debug} in the index_list.tpl and see what variables are available.
douglas
@douglas
12/27/13 09:06:42AM
2,808 posts

Nova Skin


Suggestions

It stays grey... you would have to do something custom to make it change colors.
updated by @douglas: 12/27/13 09:07:02AM
douglas
@douglas
12/27/13 07:44:34AM
2,808 posts

Nova Skin


Suggestions

ba9801:
yeah @douglas I installed a clean install with no mods on a subdomain, thats why i was seeing LINK THIS instead of SHARE THIS.
Noticed another thing with the "share this" on Nova on a timeline which is module related
It has two images , One darker one sorta yellow.
See screen shot
It is in modules/jrAction/templates/item_list.tpl and another file I believe as I can't find the other one. I have managed to fix one area. Not a biggy though but would like to know the fix as I am using a Cloned Nova Skin ( Saves DiffMerge lol )

You'll want to remove the action_item_share class from the skins/jrNova/core_profile.css file.

I'll get that fixed too.

Thanks!
  259