Forum Activity for @douglas

douglas
@douglas
04/19/16 09:24:45AM
2,812 posts

Issue Tracker Menu Button not showing


Using Jamroom

I'm not seeing an issue on my dev site.

Have you tried reloading the module from your ACP > Marketplace > Tools > Reload Modules And Skins?
douglas
@douglas
04/18/16 02:08:06PM
2,812 posts

Skin Directory


Jamroom Developers

{$_conf.jrCore_active_skin}

Will get you the active skin directory.

This is used in skin CSS files, but I'm not sure its available in templates.

{$jrElastic_img_url}

Hope this helps!
douglas
@douglas
04/18/16 07:27:54AM
2,812 posts

Reset profile_view_count?


Jamroom Developers

You could use the Batch Item Editor module to set them all to 0.

https://www.jamroom.net/the-jamroom-network/networkmarket/236/batch-item-editor

You should also be able to find the module in your sites Marketplace to install it, if you don't already have it installed.

Just go to your ACP > Profiles > Profile > Tools tab and click the batch editor button, then check the profile_view_count checkbox to edit all of the counts at once.

You should be able to do the same on other modules.

Hope this helps!
douglas
@douglas
04/17/16 05:22:50AM
2,812 posts

Examples of more Jam Room communites?


Off Topic

I've worked on a few different types of sites myself using Jamroom.

My personal site:
https://www.localbandz.com

Other sites I work on or have worked on:
http://www.allproappliancerepairokc.com
http://www.divatisesocialnetwork.com/
https://intvonline.com/
douglas
@douglas
04/15/16 06:35:44AM
2,812 posts

login page with help buttons


Design and Skin Customization

This should be fixed for the next core release.
douglas
@douglas
04/15/16 06:30:38AM
2,812 posts

Any Other Templates?


Design and Skin Customization

I'm in the US as well and can access the site with no issues.

I also think the design can be easily integrated with Site Builder and some CSS modifications as Paul has mentioned.
douglas
@douglas
04/14/16 10:50:38AM
2,812 posts

login page with help buttons


Design and Skin Customization

I'm seeing an issue with this too and will try to figure it out.

Thanks!
douglas
@douglas
04/13/16 04:04:02PM
2,812 posts

login page with help buttons


Design and Skin Customization

Sorry, I'm not understanding what you mean by the img element... can you explain more?

Thanks!
douglas
@douglas
04/13/16 06:10:52AM
2,812 posts

login page with help buttons


Design and Skin Customization

I just tested this code and it is working as it should be for me:

            {jrCore_form_create_session module="jrUser" option="login" assign="token"}
            <div id="jrUser_login_msg" class="page_notice form_notice error"></div>
            <form id="jrUser_login" name="jrUser_login" action="{$jamroom_url}/user/login_save" method="post" accept-charset="utf-8" enctype="multipart/form-data">
                <input type="hidden" id="jr_html_form_token" name="jr_html_form_token" value="{$token}">
                <input type="hidden" name="user_remember" value="off">
                user login <input type="text" id="user_email_or_name" class="form_text" name="user_email_or_name" value="">&nbsp;<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email_or_name').slideToggle(250);" type="button"><br>
                <br>
                <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>
                <br>
                password <input type="password" id="user_password" class="form_text" name="user_password" value="">&nbsp;<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_password').slideToggle(250);" type="button"><br>
                <br>
                <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>
                <br>
                <img id="form_submit_indicator" src="{$jamroom_url}/skins/jrNova/img/submit.gif" width="24" height="24" alt="working...">
                <input type="button" id="jrUser_login_submit" class="form_button" value="login" tabindex="3" onclick="jrFormSubmit('#jrUser_login','{$token}','ajax');">
            </form>

Let us know if that works for you.

Thanks!
douglas
@douglas
04/12/16 09:13:34AM
2,812 posts

Menu for Mobile and Different screen sizes


Design and Skin Customization

I didn't see an issue looking at your site on my mobile phone.

There are some CSS classes used for mobile phones and tablets that will not work in a regular browser after resizing the window. Could this be what your seeing?

Thanks!
  108