Forum Activity for @strumelia

Strumelia
@strumelia
12/21/20 09:14:02AM
3,605 posts

phone version of tinymce text editor is limited?


Using Jamroom

P.S. Michael- about Soundslice...
I checked into it and it seems super cool!
Unfortunately it does not yet support mountain dulcimer tunings and tab. Mtn dulcimer players are very set in their ways concerning following the accepted form of dulcimer tab that's pretty heavily depended on by most beginners. I'd say about 60% of my members are beginner players, so there would be some major frustrations if i integrated this on my site before it offered a dulcimer option like it currently has with violin, guitar, piano, voice, clarinet, etc.

Here is the one dulcimer player who took the time to make some helpful comments about this issue:
https://www.soundslice.com/slices/hT9Vc/?from=channel
It shows me that it's probably best to wait until soundslice has set up a mountain dulcimer tab option.
Thanks, I'll keep an eye on this, it looks like something people love!
Strumelia
@strumelia
12/21/20 08:28:38AM
3,605 posts

phone version of tinymce text editor is limited?


Using Jamroom

Yes it *IS* working as I hoped, Michael!
My silly mistake was that i changed the code on my pennywhistle site, but then checked to see if it was working... on my fotmd site. D'ohhhh!!
Yes this works great, and does not seem to mess up stuff at all.
Thank you!- I know my members will appreciate being able to embed images, edit links, and tweak the text a little when on their phones. (hopefully they won't be confused by the 'attach file' button being in the initial grey box area.)
Much appreciated, i know you are busy. :D
I'll go fix this on my fotmd site and remove the "Here i am".
Solved!
Strumelia
@strumelia
12/20/20 08:18:48PM
3,605 posts

phone version of tinymce text editor is limited?


Using Jamroom

Yes, like I did before above, adding the text shows up on my DESKTOP (but not on my phone view).
See screenshot here...

P.S. I 'think' the disable override true was added years ago so that my profile named "Forums" who 'owns' my site forums will not have their member info show, like on the page https://pennywhistleclub.com/forums/forum ...? I may be wrong, but i think that's why it was put there to hide the fact that the site forums are really just forums on a dummy member's profile.
Sorry, i have to go to bed now it's late here. :)
2.png 2.png - 155KB

updated by @strumelia: 12/20/20 08:31:55PM
Strumelia
@strumelia
12/20/20 07:56:31PM
3,605 posts

phone version of tinymce text editor is limited?


Using Jamroom

here's the template on my pennywhistle site, but it did not seem to have any effect on my iphone view.
1.jpg 1.jpg - 1.1MB

updated by @strumelia: 12/20/20 07:57:19PM
Strumelia
@strumelia
12/20/20 07:44:26PM
3,605 posts

phone version of tinymce text editor is limited?


Using Jamroom

That's because I didn't change anything yet on my main site which is the one your screenshot is from. ;)
I removed the mobile block in the forums item_detail tpl on my less important live test site: https://pennywhistleclub.com/
That's where my screenshots of code above are from.

My admin login is the same on both sites. I try to do all testing on my pennywhistle site because it's a semi-testing site even though it has some live members.
updated by @strumelia: 12/20/20 07:45:19PM
Strumelia
@strumelia
12/20/20 10:30:22AM
3,605 posts

phone version of tinymce text editor is limited?


Using Jamroom

Michael, I did put the HERE I AM text in the test location as you suggested. (in my main module item_detail template, not the custom skin one)
The HERE I AM showed up in the correct place (same as your screen shot) in my desktop version, but did NOT show at all on my phone (after reset cache & reloading page). Not sure if that was to be expected.
Then i removed that test text, and in the same location deleted the "&&...." section you mentioned, on line 151 of my template, reset cache again. The result is that everything looks the same as it did before i did anything: full editor showing on desktop version, and the abbreviated editor showing on my phone (with only the PostResponse/AttachFile/BBCCodeHelp buttons showing.

Any further thoughts on what to try to get the full (or closer to full) text editor to show on mobile?
(Right now I've left my Profiles>Forum>item_detail tpl with that snippet deleted from line 151. The forums seem to be functioning ok. I can always put it back as before. I've been testing this on my less important test site pennywhistleclub btw)
Here's how that paragraph of code looks now:
<div class="forum_new_post_form">
                                    <div id="forum_notice" style="display:none;"><!-- any forum errors load here --></div>
                                    <form id="cform" action="{$jamroom_url}/{$murl}/post_create_save" method="POST" onsubmit="jrForumPostResponse('#cform');return false">
                                        <input type="hidden" id="forum_group_id" name="forum_group_id" value="{$topic._item_id}">
                                        <input type="hidden" id="forum_profile_id" name="forum_profile_id" value="{$topic.forum_profile_id}">
                                        {if isset($_conf.jrForum_editor) && $_conf.jrForum_editor == 'on'} 
                                            {jrCore_editor_field name="forum_text"}
                                        {else}
                                            <textarea id="forum_new_post_textarea" name="forum_text" cols="40" rows="6" class="form_textarea" style="width:98%;"></textarea><br>
                                        {/if}
                                        <div style="vertical-align:middle;">
                                            {jrCore_lang module="jrCore" id="73" default="working..." assign="working"}
                                            {jrCore_image image="submit.gif" id="form_submit_indicator" width="24" height="24" alt=$working style="margin:8px 8px 0px 8px;"}<input id="forum_submit" type="submit" value="Post Response" class="form_button" style="margin-top:6px;">
                                            {if jrCore_module_is_active('jrAction') && $_conf.jrForum_timeline == "on"}
                                                <input type="checkbox" id="jraction_add_to_timeline" name="jraction_add_to_timeline" checked="checked"> <span class="normal capital">{jrCore_lang module="jrAction" id=13 default="add to timeline"}</span><br>
                                            {/if}
Strumelia
@strumelia
12/19/20 11:22:32AM
3,605 posts

phone version of tinymce text editor is limited?


Using Jamroom

Michael, I've run into a little puzzle on trying this out...
In my main ACP>modules etc location I have the item_detail temple that is a couple hundred lines long and I see the parts you are referring to that I would change.

However, I do have a custom skin template override... so when I go to ACP>skins>myskin> tec to the jrforum_item_detail tpl, it contains ONLY the following 2 lines of code, and nothing else:
{jrProfile_disable_sidebar}
{jrCore_include module="jrForum" template="item_detail.tpl" disable_override=true}

I kept a copy of my 2017 custom skin and it has the same code in that template, so there must have been some compelling reason I replaced the default template with this custom code. I'm afraid to replace my custom tpl with the default one that I would be able to apply your suggested fix test to.

Are you able to tell by looking at this custom template override what its purpose was or whether it would effect or mess up my site by dumping that custom template?
I know you're not a mind reader but perhaps you can enlighten me from some clue in my custom code... ? I'm not going to mess with this as it is now, I'm too wary of messing up my whole site maybe. Maybe if I had more of a clue how to keep that custom code in place while adding the text editor tweak I might test it out.
updated by @strumelia: 12/19/20 11:23:10AM
Strumelia
@strumelia
12/14/20 01:49:46PM
3,605 posts

can profile admins override member notifications turned off?


Using Jamroom

Ok. I guess I'd have to send them a direct email from outside the system to their email address if i 'had to' get in touch with them. Thanks Paul, marking this finished. Have a good holiday season. :)
Strumelia
@strumelia
12/14/20 01:03:43PM
3,605 posts

can profile admins override member notifications turned off?


Using Jamroom

Oh d'oh- do you mean the Newsletter module? (which i have but have never used)
But that goes out to a whole quota i think... i'm talking about sending a message to just one member.
Strumelia
@strumelia
12/14/20 12:59:16PM
3,605 posts

can profile admins override member notifications turned off?


Using Jamroom

Thanks Paul. Right now I have always had Private Notes module active but have not heard of NewLetter. Can those two modules be used in tandem?

Are you saying that even as Master Admin right now if I send a PM to a member with all notif. turned off... that they won't be notified of my PM? (I always thought my own pms would push through and notify because i am the All Powerful) ;)
  7