Forum Activity for @strumelia

Strumelia
@strumelia
09/18/15 08:18:41PM
3,605 posts

Private Notes and Notifications?


Using Jamroom

This is terrific! I just added it and I love it.

Mine read "1" when I had an unread message, then a few minutes after I read the PM, the number switched to "0". I made mine say "New Messages".
There still remains the usual number next to "private messages" in the top navbar drop down menu from the username link. But this is an extra place which is great because many members don't think to check the drop down menu very often. This one's in a big TAB right there on your profile page without having to click to check it.
Wheeee! Little treat for the day! :D

Edit: adding a screenshot showing how this resulting code TAB looks on Profile Pages on my site after I added it.


new-tab.jpg new-tab.jpg - 273KB

updated by @strumelia: 09/19/15 03:30:27PM
Strumelia
@strumelia
09/18/15 08:08:13PM
3,605 posts

My posts not showing in Timeline viewed by others?


Using Jamroom

I know as Admin, I'm not supposed to see my own posts in my site's Home/Main page's Activity Timeline. But... I just noticed that my strumelia Forum posts are not visible there even when I'm logged in as a regular member. I can see when strumelia 'updated' something, there's an entry. But I see other people responding to my forum posts but my Strumelia posts are not showing in the main activity feed when i view the site while logged in as regular member). Um, I'm not supposed to be THAT invisible! Do I have a setting wrong someplace, what gives?
updated by @strumelia: 01/12/16 11:58:59PM
Strumelia
@strumelia
09/18/15 07:35:35PM
3,605 posts

Mobile Version Question


Jamroom Developers

If you force a grid of images like that on a small phone screen, won't it be too tiny to read any of the text associated with the images, or in the images?
It's standard that grids of blocks will shift to being in one scrollable vertical column of blocks...so that what you see will be big enough to read, understand, scroll through, and click on. I would think you wouldn't want miniaturized pages full of stuff that's then too tiny to read. Zooming in to read then makes it harder to navigate up/down/left/right...and feels like looking through a keyhole if you are scrolling around on a grid. Many cell phone screens are about half the size of the newest iPhone screens. Just my humble opinion.
Strumelia
@strumelia
09/18/15 07:12:33PM
3,605 posts

Spell check issues


Using Jamroom

Perrie, that was the first thread about spellcheck.

Then, read this one for where I got it (and copy/paste) working:
https://www.jamroom.net/the-jamroom-network/forum/my_posts/32580/how-to-copy-n-paste-text-on-jamroom

and lastly read this one:
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/32779/got-copy-paste-and-spellcheck-working-in-my-tinymce-editor

By doing what I did, you'll get not only your browser's own spellchecker functioning, but also the right-click copy/paste that most folks are used to having. I did not lose any function that was significant to me by implementing this. Plus, it costs nothing to do.


updated by @strumelia: 09/18/15 07:13:40PM
Strumelia
@strumelia
09/17/15 06:13:01AM
3,605 posts

Auto-follow set after posting in a discussion. Other options?


Using Jamroom

michael:
The only one higher is the unsubscribe link that blocks an email address from ever receiving any notifications from the system. That link is included in each email so if its ever clicked it will turn it all off.

And if a member does that, can they 'undo' it simply by going in to their Notifications tab and resetting things to receive notifications for certain things again if they want?
Strumelia
@strumelia
09/16/15 06:16:07PM
3,605 posts

Locking Group discussions?


Using Jamroom

Fabulous! Kinda funny the way I try but manage to goof things up half the time. Well, at least I try! Sometimes I succeed, which is always cool and amazing to me. lololol

Thank you so much Paul! Such 'little' things really make it easier for admins and moderators to run a site properly.
Strumelia
@strumelia
09/16/15 06:09:59PM
3,605 posts

Locking Group discussions?


Using Jamroom

Awesome! I was working for a while on a bunch of patent drawings, and when I came back here, you had sorted out my little mess! :D Let me go check it out...
Strumelia
@strumelia
09/16/15 01:15:03PM
3,605 posts

Locking Group discussions?


Using Jamroom

Ok, I tied to do all that, but now I see the (unclickable) words "discussion locked" at the bottom of EVERY group discussion. And no checkbox. And the discussions are NOT locked anyway.
Obviously I'm doing something wrong.
Here's my jrComment comment_)form template now after I guessed where to put it:
<a id="{$jrComment.unique_id}_cm_section"></a>
<a id="comment_section"></a>

<div id="{$jrComment.unique_id}_comments" class="comment_page_section">

    {* see if profile owners can delete *}
    {assign var="profile_owner_id" value=0}
    {if $_user.user_active_profile_id == $_item._profile_id && $_item.quota_jrComment_profile_delete == 'on'}
        {assign var="profile_owner_id" value=$_item._profile_id}
    {/if}

    {if $jrComment.pagebreak > 0}
        {jrCore_list module="jrComment" search1="comment_module = `$jrComment.module`" search2="comment_item_id = `$jrComment.item_id`" order_by="_item_id `$_conf.jrComment_direction`" profile_owner_id=$profile_owner_id pagebreak=$_conf.jrComment_pagebreak page=1 pager=true pager_template="comment_pager.tpl"}
    {else}
        {jrCore_list module="jrComment" search1="comment_module = `$jrComment.module`" search2="comment_item_id = `$jrComment.item_id`" order_by="_item_id `$_conf.jrComment_direction`" limit="500" profile_owner_id=$profile_owner_id}
    {/if}

</div>

{if jrUser_is_logged_in() && $_user.quota_jrComment_allowed == 'on'}

    <div id="comment_form_holder">
    <div id="comment_form_section">

        <div id="{$jrComment.unique_id}_cm_notice" class="item error" style="display:none;">
            {* any comment error loads here *}
        </div>

        {if $_conf.jrComment_threading == 'on' && $_conf.jrComment_editor == 'on'}
        <div id="comment_reply_to" class="item success" style="display:none;">
            {* small note about how you are replying to when editor is enabled *}
            {jrCore_lang module="jrComment" id=18 default="Your Reply To:"} <strong><span id="comment_reply_to_user"></span></strong>
        </div>
        {/if}

        <div class="item" style="display:table">
            <div style="display:table-row">
                <div class="p5" style="display:table-cell;width:5%;vertical-align:top;">
                    {jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$_user._user_id size="small" alt=$item.user_name class="action_item_user_img iloutline" _v=$_user.user_image_time}
                </div>
                <div class="p5" style="display:table-cell;width:95%;padding:5px 12px;">

                    <a id="cform"></a>
                    <form id="{$jrComment.unique_id}_form" action="{$jamroom_url}/comment/comment_save" method="POST" onsubmit="jrPostComment('#{$jrComment.unique_id}', 'undefined', 5000, '{$_conf.jrComment_editor}');return false">

                        <input type="hidden" id="{$jrComment.unique_id}_cm_module" name="comment_module" value="{$jrComment.module}">
                        <input type="hidden" id="{$jrComment.unique_id}_cm_profile_id" name="comment_profile_id" value="{$jrComment.profile_id}">
                        <input type="hidden" id="{$jrComment.unique_id}_cm_item_id" name="comment_item_id" value="{$jrComment.item_id}">
                        <input type="hidden" id="{$jrComment.unique_id}_cm_order_by" name="comment_order_by" value="{$_conf.jrComment_direction}">
                        <input type="hidden" id="comment_parent_id" name="comment_parent_id" value="0">

                        {if isset($_conf.jrComment_editor) && $_conf.jrComment_editor == 'on'}
                            {jrCore_editor_field name="comment_text"}
                        {else}
                            <textarea id="comment_text" name="comment_text" cols="40" rows="5" class="form_textarea {$jrComment.class}" style="height:64px;width:98%;{$jrComment.style}"></textarea><br>
                        {/if}
                        <div style="vertical-align:middle">
                            {jrCore_lang module="jrCore" id="73" default="working..." assign="working"}
                            {jrCore_image image="form_spinner.gif" id="`$jrComment.unique_id`_fsi" width="24" height="24" alt=$working style="margin:8px 8px 0px 8px;display:none"}<input id="{$jrComment.unique_id}_cm_submit" type="submit" value="{jrCore_lang module="jrComment" id="2" default="Save Comment"}" class="form_button {$jrComment.class}" style="margin-top:8px;{$jrComment.style}">
                        </div>

                        {if $_user.quota_jrComment_attachments == 'on'}
                        <div class="jrcomment_upload_attachment">
                            {jrCore_upload_button module="jrComment" field="comment_file" allowed="`$_user.quota_jrComment_allowed_file_types`" multiple="true"}
                        </div>
                        {/if}

                    </form>

                </div>
            </div>
        </div>
    </div>
    </div>

    {if $jrComment.module == 'jrGroupDiscuss' && $jrComment.discuss_locked != 'off'}
        Discussion Locked
    {else}
        Show comment form
    {/if}

{elseif jrUser_is_logged_in() === false}

    {jrCore_module_url module="jrUser" assign="url"}
    <div class="item"><div class="p5"><a href="{$jamroom_url}/{$url}/login">{jrCore_lang module="jrComment" id="16" default="You must be logged in to post a comment"}</a></div></div>

{/if}

and attached is the form field I added first...did I do the settings correctly?
Field_-Group_Discuss_Locked.jpg Field_-Group_Discuss_Locked.jpg - 307KB

updated by @strumelia: 09/16/15 01:24:46PM
  197