Forum Activity for @strumelia

Strumelia
@strumelia
07/15/20 08:02:09AM
3,603 posts

Trying to help my member with his problem...


Using Jamroom

Let me start by saying I do NOT think this is an issue with my Jamroom coding or my JR server.
I'm not having other members report this, and none of my 6 moderators nor I experience it either and we're all active on my site daily and have different setups.

But i have a member who says he randomly gets the following error when going from one page to another (when he's on my site only, on both his laptop and phone, in both Chrome and IE browsers):
'You do not have permission to access this server'. He says it follows no pattern in occurrence, but is happening regularly for him. He's not computer savvy.
I feel sorry for him and was hoping I could point him in some GENERAL direction to find out where his problem is coming from. Is this error message a clue as to whether he's having a browser setting issue, a firewall, or something else going on on his computer setup? Any little thought would be appreciated, so I could at least suggest for him where to start looking. Thanks!

updated by @strumelia: 11/01/20 03:48:30PM
Strumelia
@strumelia
06/24/20 05:45:16PM
3,603 posts

Upgrading to Jamroom 6.5.0


Announcements

Did you just put out Core 6.5.5 ?
I just installed 6.5.4 a couple weeks ago. Is the new 6.5.5 a big deal that might change my site?
Strumelia
@strumelia
06/15/20 11:10:43AM
3,603 posts

Text editor posting box won't show on my updated site.


Using Jamroom

Douglas, a belated THANK YOU to you. :)
By looking at the changes you made to the template, I was able to make all the same changes and updates to that form_editor custom template I had on my main FOTMD site as well- to get it working just great after I updated my 'main' site to the latest Jamroom version, and my skin updated. I also applied my favorite personal edits to the tinyMCE toolbar into the new working custom template, at the end.
All works great now. Thanks Nate, Brian, and Douglas!
Strumelia
@strumelia
06/15/20 11:04:03AM
3,603 posts

Upgrading to Jamroom 6.5.0


Announcements

Thanks for the exact instructions Brian.
All went smoothly. :)
Strumelia
@strumelia
06/02/20 12:41:05PM
3,603 posts

Text editor posting box won't show on my updated site.


Using Jamroom

A few things I need clarity on ...sorry it's so much, but I'll number them so you can reply more easily:

1)- Luckily, the pennywhistle site I created almost as a testing site- it's not much active. So, does this sound like a logical plan for me to do?: I can make a copy of the current template with all my customizations (which now doesn't function), and then revert the site to the default new 6.5.0 form_editor template. After that, if the new default template works, I can experiment with adding back a few of my favorite customizations one by one, but removing any that break it.

2)- Do I switch to the default 6.5.0 form_editor template in my custom skin simply by clicking the "reset" button on the right in my custom skin templates area? --> Right now i see that all the "reset" buttons are grayed out. Will that be a problem that the button is grayed out?

3)- (btw after I updated that site i went into Database Admin and made my custom skin so that it was 'cloned from' Ninja, rather than cloned from my last custom skin. I always have to do this in order to be able to use the "compare" tool to compare my custom skins to the versions of Ninja skins. It's done on my 6.4.0 fotmd site as well, and no problem there.)

4)- I'm vaguely remembering making some sort of tinymce widget changes, like adding a spell check and other features... that I may have uploaded to my server's copy of tinymce a couple years ago... hoping that's not going to be an issue as well, since it's hard to recall exactly what i did now, except that it was all working well since then, until now. =8-p
updated by @strumelia: 06/02/20 12:43:42PM
Strumelia
@strumelia
06/02/20 09:04:58AM
3,603 posts

Text editor posting box won't show on my updated site.


Using Jamroom

Yes I know there are many differences between my template and the ninja one. but...can you see any differences between the two custom templates on my two sites that i screenshot above?- could a difference between my two custom templates be the reason, or do you think the updates are the reason my custom template is no longer working? (since it used to work)
I hesitate to go back to the default template after all the customizing work I've done in tinymce. But yeah i do need the site to work. ;)
Strumelia
@strumelia
06/02/20 08:56:09AM
3,603 posts

Text editor posting box won't show on my updated site.


Using Jamroom

Oh and i want to repeat that the penneywhistle site where it's NOT working right is my site that I updated all jamroom core and modules on. The fotmd site has not yet been updated and the text editors are working fine. Not sure if that's relevant or not, but worth mentioning.
Strumelia
@strumelia
06/02/20 08:48:28AM
3,603 posts

Text editor posting box won't show on my updated site.


Using Jamroom

If the two above templates are identical (and the one is working while the other is not), then the problem is not actually in my custom form_editor template code, right?

Do you maybe want a screenshot of the console similar to above, but from the site that is working correctly?, to compare errors?
updated by @strumelia: 06/02/20 08:49:51AM
Strumelia
@strumelia
06/02/20 08:33:54AM
3,603 posts

Text editor posting box won't show on my updated site.


Using Jamroom

If it helps, here is my custom skin template in my site where it's all working CORRECTLY... not sure if there's any difference?:
{jrCore_module_url module="jrCore" assign="murl"}
tinymce.init({
    body_id: "{$form_editor_id}",
    content_css: "{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/css/tinymce.css",
    toolbar_items_size : "small",
    element_format: "html",
    fontsize_formats: "8pt 10pt 12pt 14pt 18pt 24pt 28pt 36pt",
    autoresize_bottom_margin: "3",
    keep_styles: false,
    theme: "{$theme}",
    selector: "textarea#{$form_editor_id}",
    relative_urls: false,
    remove_script_host: false,
    convert_fonts_to_spans: true,
    menubar: false,
    browser_spellcheck : true,
    statusbar: false,
    paste_as_text: true,
    entity_encoding: "raw",
    height: "100%",
    image_advtab: true,
    plugins: "pagebreak,{if $jrsmiley}jrsmiley,{/if}{if $jrembed}jrembed,media{/if},autoresize,{if $table}table,{/if}link,code,textcolor,colorpicker,preview",
    toolbar1: "removeformat | fontselect fontsizeselect forecolor {if $strong} bold{/if}{if $em} italic{/if}{if $span} underline{/if} | {if $span || $div} alignleft{/if}{if $span || $div} aligncenter{/if}{if $span || $div} alignright{/if}{if $span || $div} alignjustify |{/if}{if $ul && $li} bullist numlist |{/if}{if $div} outdent indent |{/if} undo redo | link{if $table} table{/if} | {if $hr} hr{/if}{if $sub && $sup} | sub sup {/if} | code preview | {if $jrembed}jrembed{/if}{if $jrsmiley} jrsmiley{/if}",
 contextmenu: "link image | cut copy paste"
});
Strumelia
@strumelia
06/02/20 08:30:46AM
3,603 posts

Text editor posting box won't show on my updated site.


Using Jamroom

Yes Nate, here's what I have in my custom skin, ...in the site where the text editor is NOT showing properly:
{jrCore_module_url module="jrCore" assign="murl"}
tinymce.init({
    body_id: "{$form_editor_id}",
    content_css: "{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/css/tinymce.css",
    toolbar_items_size : "small",
    element_format: "html",
    fontsize_formats: "8pt 10pt 12pt 14pt 18pt 24pt 28pt 36pt",
    autoresize_bottom_margin: "3",
    keep_styles: false,
    theme: "{$theme}",
    selector: "textarea#{$form_editor_id}",
    relative_urls: false,
    remove_script_host: false,
    convert_fonts_to_spans: true,
    menubar: false,
    browser_spellcheck : true,
    statusbar: false,
    paste_as_text: true,
    entity_encoding: "raw",
    height: "100%",
    image_advtab: true,
    plugins: "pagebreak,{if $jrsmiley}jrsmiley,{/if}{if $jrembed}jrembed,media{/if},autoresize,{if $table}table,{/if}link,code,textcolor,colorpicker,preview",
    toolbar1: "removeformat | fontselect fontsizeselect forecolor {if $strong} bold{/if}{if $em} italic{/if}{if $span} underline{/if} | {if $span || $div} alignleft{/if}{if $span || $div} aligncenter{/if}{if $span || $div} alignright{/if}{if $span || $div} alignjustify |{/if}{if $ul && $li} bullist numlist |{/if}{if $div} outdent indent |{/if} undo redo | link{if $table} table{/if} | {if $hr} hr{/if}{if $sub && $sup} | sub sup {/if} | code preview | {if $jrembed}jrembed{/if}{if $jrsmiley} jrsmiley{/if}",
 contextmenu: "link image | cut copy paste"
});

updated by @strumelia: 06/02/20 08:32:17AM
  11