Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
10/19/19 04:39:24AM
3,304 posts

Important TinyMCE upgrade in Jamroom Core 6.4.0


Announcements

if you use litespeed webserver and litespeed cache you may also need to ssh into your server and manualy delete everything in your ls cache folder, and whatever folder stores cached static files (posibly anything in ramdrive )
easiest way to do it quickly
rename cache folder in ls restart (after creating the folder in ssh ofcourse) then delete old cache folder since that can take a little while
soaringeagle
@soaringeagle
10/17/19 01:11:59PM
3,304 posts

bug in tinymc


Using Jamroom

the text editor no longer appear s
since i think latest comments update i have no tinymc editor
what happened?
updated by @soaringeagle: 02/01/20 04:48:55PM
soaringeagle
@soaringeagle
09/27/19 05:17:06PM
3,304 posts

one thing i DO NOT like about the new editor


Suggestions

the wysiwyg editor generates html no matter what. you can add bb coide orr html codes to the plain text editor (like here) if those tags are allowed
disalowi9ng them doesnt affect the tags generated bytinymce text editor
at least im pretty certain
soaringeagle
@soaringeagle
09/24/19 10:29:10AM
3,304 posts

javascript trickery to wipe a site from history on leave?


Installation and Configuration

on a related note, but not worth a new thread. is there a way to have email notifications off by default then just turned on by the ones who want them
even if i need to edit a php file
safety is key with this site
soaringeagle
@soaringeagle
09/24/19 06:49:07AM
3,304 posts

exlude profiles addition


Suggestions

yes i supose so, i was hoping thats what the module did
but yes i'll do that
soaringeagle
@soaringeagle
09/23/19 03:46:51PM
3,304 posts

exlude profiles addition


Suggestions

can we add a by qouta option
i want to allow signups to a listed or unlisted members quota
updated by @soaringeagle: 01/30/20 09:26:54AM
soaringeagle
@soaringeagle
09/23/19 12:51:20PM
3,304 posts

ninja template issue


Design and Skin Customization

thnx for the fast response
soaringeagle
@soaringeagle
09/23/19 12:20:01PM
3,304 posts

ninja template issue


Design and Skin Customization

from the code im guessing so except the aurl maybe assigned to wrong module
its a new site no content so cant be certain yet
soaringeagle
@soaringeagle
09/23/19 05:39:37AM
3,304 posts

ninja template issue


Design and Skin Customization

the "latest group discussions' on the front page is mixed up, with both references to group discussions, and music
{* This is the embedded template that is shown for EACH latest song entry *}
{capture name="template6" assign="groupdiscuss_tpl"}
{literal}
    {if isset($_items)}
    {jrCore_module_url module="jrGroupDiscuss" assign="aurl"}
    {foreach $_items as $item}
    <div class="container">

        <div class="row">
            <div class="col2">
                <div class="block_image" style="min-height:48px">
                    <a href="{$jamroom_url}/{$item._group_data.profile_url}/{$aurl}/{$item._item_id}/{$item.discuss_title_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="large" crop="auto" class="img_scale" alt=$item.user_name width=false height=false _v=$item._updated}</a>

                </div>
            </div>
            <div class="col10 last">
                <div class="p5">
                    <h4><a href="{$jamroom_url}/{$item._group_data.profile_url}/{$aurl}/{$item._item_id}/{$item.discuss_title_url}">{$item.discuss_title|truncate:25}</a></h4>
                </div>
            </div>
        </div>

    </div>
    {/foreach}
    {else}
    <div class="center p10">
        <h3>{jrCore_lang skin="jrNinja" id="26" default="No"} {jrCore_lang skin="jrNinja" id="19" default="Music"} {jrCore_lang skin="jrNinja" id="41" default="Submitted"}!</h3>
    </div>
    {/if}
{/literal}
{/capture}
{* This is the END of the embedded template that is shown for EACH latest song entry *}


<div class="blog-index-text" style="margin: 10px 0 0 0;padding-bottom: 10px;{if !jrCore_is_mobile_device()}height:240px;{/if}overflow:hidden;">
    {jrCore_list module="jrGroupDiscuss" order_by="_created desc" limit="5" template=$groupdiscuss_tpl}
</div>

updated by @soaringeagle: 12/23/19 08:45:24PM
  9