Hi, i was looking for better text editor for Simple Foum. I found the last version of Trumbowgy and SCEditor but new versions are different structured from the version in the script. I found the path of the editors in “\themes\default\assets\components\trumbowyg” for example. I need more buttons with more functions. The “Order list” option in trumbowyg works when you are editing but when you post the thread the list does not display. Is there any way to implement new version of one of this editors? And how much will cost it? Thanks, regards.
- MSAnswered
Hello,
I will update the libraries & packages in next updates.
You can modify the
themes/default/assets/js/main.js
to change thetrumbowyg
btns
The footer loads the minified version, you can do so by running
npx gulp ms
after you have installed thenpm i
Other wise you can edit the footer file to use themain.js
instead ofmain.min.js
Thank you
- PGAnswered
Thanks for the reply. Finally I decide to use SCEditor adding some buttons. I think I solved the problem with the
- display tags in html.
I edit the “themes/default/assets/css/all.css”
.topic-box .content-box-md{overflow:hidden}.topic-box .content-box-md *{overflow:hidden} to .topic-box .content-box-md{overflow:visible}.topic-box .content-box-md *{overflow:visible}
And .topic-box ol{list-style:decimal;padding-left:40px;line-height:1.1}.topic-box ul{list-style:disc;padding-left:40px;line-height:1.1} And now it works. I ask for a little support to Sam Clarke (Developer of SCEditor) and he say it sames to be problem from css. Solved.
What plans have you got for the next update?
- display tags in html.
I edit the “themes/default/assets/css/all.css”
.topic-box .content-box-md{overflow:hidden}.topic-box .content-box-md *{overflow:hidden} to .topic-box .content-box-md{overflow:visible}.topic-box .content-box-md *{overflow:visible}
- MSAnswered
Hello,
I am glad to know.
Few feature requests are listed. I have attached screenshot.
Thank you
- Login to Reply