Editor & BB Code Manager

Editor & BB Code Manager 2.0.1 Patch Level 1

No permission to download
I've noticed that even though hide is set to use the eye-slash icon, it shows up as a thumbs up icon on the toolbar editor. Not the end of the world, but just thought I'd let you know.
@katsulynx
In addition to the above, I've noticed that formatting is always removed from paste, despite that option not being enabled. Maybe I'm overlooking something, but I never saw this behavior before upgrading to RC4.

Thanks for all that you do! (y)
 
For some reason I seem to be seeing:
Code:
[BGCOLOR=transparent][/BGCOLOR]
popping up in posts. I disabled the addon and no more issues.
I had the same issue and fixed it by creating a custom bbcode called

BGCOLOR

And as replacement I set the following:

<span style="background-color: {option}">{text}</span>

And the issue was fixed without the need of disabling the entire add-on.

I'm sure this is not the ideal solution, as this should be fixed from the source of the bug, but this countermeasure covers the issue at least.

We have also same issue. How to members using this BB Code?
 
We have the BGCOLOR BBcode added but the issue started up again. It's not game-breaking, but it's really annoying.
 
That likely is a browser issue with Froala, but I haven't been able to reproduce that in any of my installations or browsers as of yet. I have included some hard-checks to prevent that from happening for the next update, but it won't eliminate any BB Codes that are already in place.
 
I've noticed that even though hide is set to use the eye-slash icon, it shows up as a thumbs up icon on the toolbar editor. Not the end of the world, but just thought I'd let you know.
Took care of that for the next update. It should now be eye-slash everywhere.
 
@katsulynx , quick note on a bug I just discovered: When using the integrated Google Font button I'm having an issue. I can search for a font and apply it to selected text just fine. However when I go to apply a font to another group of text I have to save the post (if editing), refresh the page, and then try again. If not, when I open the Google Font button it still has the last font I pulled up. I can search for and select another font, but clicking Continue does nothing. You have to press the x to escape and even then the font isn't applied.
Made me pull out half my hair, but I got it sorted out for the next update.
 
Do you plan on adding a hide tag that hides content for every usergroup besides the one set in the tag?
Not at the moment. User group names are not unique, and checking them produces quite some heavy load. User group ids are internal working and shouldn't be exposed to users, not to mention that you can hardly expect them to know all the user group ids. In other words: there is no feasible way to implement this in a suitable manner that I see at the moment.
 
@katsulynx One more improvements suggestions for character counter. Can be add support how many character will be remaining from Maximum message length setting?

Example: 0/10000
 
@katsulynxCan be add support how many character will be remaining from Maximum message length setting?

The maximum message length depends on the type of characters used. A simple 'a' does eat only a single space in your database table, while an emoji like 🍕 eats two, but still only counts one for the character counter. On top of that comes text formatting which isn't taken into account at all for the character counter, but obviously needs to be stored in your database too. So highly unlikely that that can be added in a usable manner.
 
katsulynx updated [KL] Editor Manager with a new update entry:

1.0.0

Changelog

Important: If you are about to upgrade from any version below Release Candidate 1, I urge you to do a clean installation. A handful of users have run into an error while upgrading that I am unable to track down and the extra work you do yourself with doing a clean installation is nothing compared to the extra work you have to perform...

Read the rest of this update entry...
 
Back
Top Bottom