SMFHacks.com

Presales => Presales for Products => Topic started by: SeverityGaming on November 06, 2019, 12:04:36 am

Title: Message Editor Pro Issues
Post by: SeverityGaming on November 06, 2019, 12:04:36 am
Pls move if this is the wrong location, couldn't find a boad on the site here.

After installing Message Editor Pro, I'm getting the following error when it's enabled: Call to undefined function addInlineCss()

And then when I disable it, and it and try to use the original 2.0.15 editor, it shows an edit box but no smileys or BBC buttons.

After doing a hard refresh of the browser (clearing cached etc.) seems like I'm still having the same issues.

Things I noticed, the editor.js that is included in the package is substantially smaller than the one I currently have. By copying that from source control to my dev website, and then clearing browser cache, it restore  BBC and smileys, although I do still see this error for a missing ) bracket somewhere.


Are you sure this is in a good state and works with 2.0.15 OOB?
Title: Re: Message Editor Pro Issues
Post by: SMFHacks on November 06, 2019, 12:51:17 am
Posted an update to fix those issues. Odd didn't' notice before and I use it on this forum

1.0.5
!Fixed missing addinlinecss function
!Fixed javascript console error message
!Don't overwrite editor.js
Title: Re: Message Editor Pro Issues
Post by: SeverityGaming on November 06, 2019, 08:13:10 am
It also doesnt seem to clean up after itself well on uninstall. DB vars still present, and lots of css, js, and template files left behind.
Title: Re: Message Editor Pro Issues
Post by: SeverityGaming on November 06, 2019, 08:16:28 am
Is there a way to turn on WYSIWYG by default? And during uninstall, I think you're shipping it with a few themes, is there a way in settings to change it (my use case is a forum with a dark background, so the default white is a pretty big contrast flip)
Title: Re: Message Editor Pro Issues
Post by: SMFHacks on November 06, 2019, 01:49:55 pm
The built in  WYSIWYG  editor you can enable under Theme Settings -> Member options.

For the background are you talking about the editor? Highlighted below
Title: Re: Message Editor Pro Issues
Post by: SeverityGaming on November 06, 2019, 06:53:01 pm
yea, see ss example.
Title: Re: Message Editor Pro Issues
Post by: SMFHacks on November 06, 2019, 07:41:00 pm
Hmm looks like requires right now an edit to themes/default/css/jquery.sceditor.php

around line 212 inside .sceditor-container textarea
Code: [Select]
  background: #fff;
Title: Re: Message Editor Pro Issues
Post by: SeverityGaming on November 06, 2019, 09:35:48 pm
So nothing has been implemented from the /themes/default/scripts/themes that appears to be included with this?
Title: Re: Message Editor Pro Issues
Post by: SMFHacks on November 06, 2019, 09:58:33 pm
It does not look like those are used. They don't change the background color of the textarea though. Mainly changes the buttons themselves.
https://www.sceditor.com/posts/themes-demo/