phone version of tinymce text editor is limited?
Using Jamroom
In the jrForum item_detail.tpl page there is a specific check to not show the editor, see the screenshot.
The code flow goes:
* if the editor is turned on and this is not a mobile device, then show the editor
* OTHERWISE show the textarea.
On your site this might be at:
* ACP -> MODULES -> PROFILE -> FORUM -> TEMPLATES -> item_detail.tpl -> MODIFY
OR
* ACP -> SKINS -> (your skin) -> TEMPLATES -> jrForum_item_detail.tpl -> MODIFY
Remove the :
&& !jrCore_is_mobile_device()
and the editor will show as in brians screenshot. It is limited in functionality but will allow links and images to be added. Just does not have the full embed system like the desktop has.
--edit--
Before making the change do a test, type "AWHERE WSEORJERE ERA WHERE AM I ????" or some other text then check you can see that text where you're expecting to see it. In the screenshot you'll see the word "THIS??". Thats what im doing there, just checking im in the right place.
updated by @michael: 11/24/20 08:14:24PM