Forum Activity for @strumelia

Strumelia
@strumelia
06/12/18 11:07:07AM
3,605 posts

Help removing pager


Using Jamroom

Thanks Steve.
At first before posting this thread, I had removed some end code from that section in my custom skin Index.tmpl
going from:
<div style="{if !jrCore_is_mobile_device()}height:985px;overflow-y:scroll;overflow-x:hidden;{/if}padding:0 10px;margin-right: 10px">
                {jrCore_list module="jrForum" quota_check=false search="forum_post_count > 0" order_by="forum_updated desc" template="index_forum.tpl" pagebreak=$post_pb page=$_post.p}
</div>
to:
<div style="{if !jrCore_is_mobile_device()}height:985px;overflow-y:scroll;overflow-x:hidden;{/if}padding:0 10px;margin-right: 10px">
                {jrCore_list module="jrForum" quota_check=false search="forum_post_count > 0" order_by="forum_updated desc" template="index_forum.tpl"}
</div>
that did not work.
Then, as you suggested, I removed only the "page =...p" part of it. That didn't work either.
Finally I put it back as it was originally and added the pager false part you suggested, so it was like this:
<div style="{if !jrCore_is_mobile_device()}height:985px;overflow-y:scroll;overflow-x:hidden;{/if}padding:0 10px;margin-right: 10px">
                {jrCore_list module="jrForum" quota_check=false search="forum_post_count > 0" order_by="forum_updated desc" template="index_forum.tpl" pagebreak=$post_pb page=$_post.p pager="false"}
</div>
but that did not work either.
sigh... this is so stupid.
updated by @strumelia: 06/12/18 11:09:32AM
Strumelia
@strumelia
06/12/18 09:34:49AM
3,605 posts

Help removing pager


Using Jamroom

I use a profile named "forums" to own my site's forums.
On my site's main/index page, ( https://fotmd.com/ ) ...I have a section block in the bottom left corner for showing latest forum posts. It's set to show 30 posts, and has a scrollbar on the right. If you scroll all the way down to the last (30th) post there, there's an old pager that doesn't function correctly -and I'd like to simply remove that pager.

This sounds so dumb, but I'm not finding the code for that pager in my custom skin's Index.tpl ...which is where I would normally look for something like this. I've looked around various other templates too, used an inspector.... yet still can't figure out WHERE it is so I can remove the pager only from that location. D'oh!

NOTE: I do NOT want to remove that pager from the actual 'latest forum posts by Forums profile' page, which is here: https://fotmd.com/forums/forum/new_posts The pager on THAT page works correctly and I need to leave it there undisturbed. ...I ONLY want to remove the pager from the one widget/block on my site's main index page. I'm attaching a screenshot of the pager I want to remove from my site's main page.

Here is the code from my custom skin Index.tmpl that refers to that section/block, it's where I started looking first for the pager code to remove it, but I can't see any reference to a pager there:
{* BEGIN Latest Forum Posts Section *}
    {if isset($_conf.mdFOTMD_March4_2018_top_discuss_active) && $_conf.mdFOTMD_March4_2018_top_discuss_active == 'on'}
        {if isset($_conf.mdFOTMD_March4_2018_top_discuss_limit) && $_conf.mdFOTMD_March4_2018_top_discuss_limit > 5}
            {assign var="post_pb" value=$_conf.mdFOTMD_March4_2018_top_discuss_limit}
        {else}
            {assign var="post_pb" value="5"}
        {/if}
        <br>
        <div class="col5">
            <div class="title" style="margin:10px;">
                <h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="42" default="Forum Posts"}{if strlen($_conf.mdFOTMD_March4_2018_forum_profile) > 0} &nbsp; <span class="normal"><a href="{$_conf.mdFOTMD_March4_2018_forum_profile}">{jrCore_lang skin=$_conf.jrCore_active_skin id="30" default="All"}</a></span>{/if}</h2>
            </div>
            <div style="{if !jrCore_is_mobile_device()}height:950px;overflow-y:scroll;overflow-x:hidden;{/if}padding:0 10px;margin-right: 10px">
                {jrCore_list module="jrForum" quota_check=false search="forum_post_count > 0" order_by="forum_updated desc" template="index_forum.tpl" pagebreak=$post_pb page=$_post.p}
            </div>
        </div>
    {/if}
    {* END Latest Forum Posts Section *}

pager.jpg pager.jpg - 108KB

updated by @strumelia: 09/13/18 02:02:42AM
Strumelia
@strumelia
06/11/18 11:09:27AM
3,605 posts

How to clear Simple Chat data ?


Using Jamroom

That would be terrific... and a hugely helpful ability, Brian.
Thank you!
Strumelia
@strumelia
06/10/18 03:24:09PM
3,605 posts

How to use the notifications dropdown menu - more clarity is needed


Using Jamroom

I just updated to the latest User module template and switched on the 'expanded view' option.
I LOVE it !!!
Thank you so much JR Team for giving us this option! Yaaaay... :D
Strumelia
@strumelia
06/10/18 09:46:12AM
3,605 posts

How to clear Simple Chat data ?


Using Jamroom

Zachary Moonshine:
if u wanna see what yours has @strumelia go to your dashboard click data browser and select simple chat and u can view all items stored

Oh my lord.... !
As a musician based site, we have TONS of members in chat that post MP3s and videos and photos of their instrument builds, etc.
I can see over 400 obsolete files there taking up WAY too much space for the past year.
Time to exercise the delete finger for sure. But would make total sense to find a way to delete all these accumulated large files periodically with just one click.
--> Better yet- I'd love to be able to simply set things to AUTO-DELETE chat attachments after X amount of time.. (choices of: 1 week, 1 month, 6 mon for example would be great)
updated by @strumelia: 06/10/18 09:52:36AM
Strumelia
@strumelia
06/10/18 06:03:27AM
3,605 posts

How to clear Simple Chat data ?


Using Jamroom

Hmm. So are you saying if a particulr chatroom is like a year old... does that mean that every single file attachment or MP3 that members have posted in it stays on our server... all that time...for the entire life of the room? I have chat rooms created by my moderators that I don't want to delete and recreate- it's better to have them show as having been created by the chat moderator. But i dont want to have to periodically delete his chatroom and ask him to recreate it.
Ning's ancient chatrooms,, and also Cometchat.. both had buttons to simply 'clear/delete' all chat messages from a room with an admin button right there in the chat settings. I always thought it was a bit odd not to have a 'clear messages' button in addition to just deleting messages one at a time with an X box.
Would a 'clear all' button remove the space-hogging files from the server so they don't accumulate on my server for weeks or months?
Strumelia
@strumelia
05/25/18 11:15:22AM
3,605 posts

The GDPR right to be forgotten - applies from May 25th 2018


Using Jamroom

brian:
It sounds like we need a control in the User module to set all notification options (by default) to "off".

Then most member applicants on my site won't even have a clue when/if their membership application has been activated/approved. ?
Strumelia
@strumelia
05/22/18 09:34:20AM
3,605 posts

latest Ninja update... where to find?


Using Jamroom

Yes, thank you!
I've checked out the differences and carried the new changes into my custom .css file.

updated by @strumelia: 05/22/18 01:45:41PM
Strumelia
@strumelia
05/22/18 06:47:05AM
3,605 posts

Block ip address?


Ning To Jamroom

Alexander, you might want to also ban the IP range of: 39.46.26. or just: 39.46.26
That will help prevent the same person from making only a slight change to their IP address and continuing to spam you.
Strumelia
@strumelia
05/22/18 06:44:15AM
3,605 posts

latest Ninja update... where to find?


Using Jamroom

The newest update says:
"Ninja Skin changelog
Version 2.0.10:
- New: Styling for range form field"

This sounds like something I might like to add to my custom skin... but where to find the code change? Is it not in a Ninja template?
updated by @strumelia: 08/22/18 08:36:40PM
  41