Editor & BB Code Manager

Editor & BB Code Manager 2.0.1 Patch Level 1

No permission to download
You can do pretty much everything that addon does from the core XF 2.2.x now.

AdminCP >> Content >> BB code button manager

you can do that one thing yes.....this addon actually has alot of bells and whistles tacked on if you look close tho...i was wondering a bit to try disabling only the parts which make conflict, but there is a list of chores for me still before i can try anything like that......perhaps its easier for someone else and they will share the info :D

i have a bit of an aversion to broken bbcodes in posts too so im trying to avoid some things while retaining others.......if it comes to a workaround...

we can wait a bit more if its anywhere near close but certain things like post templates and various things would be really nice to leave in after the upgrade.....i also prefer to make as many changes at once where possible so the site is more consistent and not different every time ppl use it if you get me...
 
You can do pretty much everything that addon does from the core XF 2.2.x now.

AdminCP >> Content >> BB code button manager
I'm not sure it's that easy for most of us. How, for example, would you replace the Hide tags system using just the XF interface, including the ajax refresh? Or adding fonts to the editor? But yeah, most of it's functions can be replaced with some manuel editing and using other addons. I got tired of waiting for at least confirmation that he was working on it, or would work on it soon, and moved on. Had to run several queries on the db to clean up all the stranded code.
 
I have to be blunt; I deeply regret paying for and installing this add-on considering that we have had no word from the developer in nearly four months, let alone any updates. Almost all the free add-ons I use have been updated for 2.2+, comparatively. I am now having to either delay updating my forum indefinitely, or uninstall this add-on and potentially break content across the site.

2.2 had a beta for developers four months ago. It’s been released for two. I’m very troubled that the developer has said nothing for this span of time, and am curious how other forums that have used this add-on have migrated away from it.
 
I have to be blunt; I deeply regret paying for and installing this add-on considering that we have had no word from the developer in nearly four months, let alone any updates. Almost all the free add-ons I use have been updated for 2.2+, comparatively. I am now having to either delay updating my forum indefinitely, or uninstall this add-on and potentially break content across the site.

2.2 had a beta for developers four months ago. It’s been released for two. I’m very troubled that the developer has said nothing for this span of time, and am curious how other forums that have used this add-on have migrated away from it.
Eh, this has always been a free addon, not a paid one. Although I can sympathize with the part about Lukas never bothering to post an update on what's going on with it. ;)
 
Eh, this has always been a free addon, not a paid one. Although I can sympathize with the part about Lukas never bothering to post an update on what's going on with it. ;)
As we raise money to pay the server bills we were required to purchase a commercial license.
 
Aah, should have probably led with that, but good to know. (y)
I mean, as @Lukas W. requires, any forum that has literally any income at all has to pay for a commercial license. I'm willing to bet that we are not unusual among users of this add-on in having received any amount of money to keep our site online. Though, we might be unusual in actually honoring his request for forums like ours to pay.

Anyways, not a great precedent to set for folks who were honest, who did pay, and are now getting absolutely no support, no notice, no nothing. The bare minimum respect you can give someone is to acknowledge them. As a great philosopher once mused, 'we don't get no respect here'. To that end, we did ultimately choose to bite the bullet and uninstall.
 
Heh, you'll get no argument from me. I think that at the least it would be simple courtesy for him to have given a quick update by this point, even if it's just to say, "Sorry, I've changed my mind and don't intend to update this any longer," and maybe issue a few refunds. Right now, he's just ignoring people, and people know he's ignoring them, so of course it's going to breed a little resentment. But like you, I've moved on....
 
I think we all understand it's a big time investment. All most people really wanted after a couple of months is a simple post like the one you just made. So thank you, and thank you for continuing to chip away at it. And I'm sorry to hear it's been such a pain in the arse!
 
@Lukas W.

Thanks for allowing us to test this. (y)


The first problem I've encountered is when trying to edit a user. After editing, when I attempt to save, I get this:


Error: Call to a member function getDefinitionSet() on array in src\XF\Admin\Controller\User.php at line 321
  1. XF\Admin\Controller\User->customFieldsSaveProcess() in src\XF\Admin\Controller\User.php at line 420
  2. XF\Admin\Controller\User->userSaveProcess() in src\XF\Admin\Controller\User.php at line 516
  3. XF\Admin\Controller\User->actionSave() in src\XF\Mvc\Dispatcher.php at line 350
  4. XF\Mvc\Dispatcher->dispatchClass() in src\XF\Mvc\Dispatcher.php at line 257
  5. XF\Mvc\Dispatcher->dispatchFromMatch() in src\XF\Mvc\Dispatcher.php at line 113
  6. XF\Mvc\Dispatcher->dispatchLoop() in src\XF\Mvc\Dispatcher.php at line 55
  7. XF\Mvc\Dispatcher->run() in src\XF\App.php at line 2300
  8. XF\App->run() in src\XF.php at line 488
  9. XF::runApp() in admin.php at line 13
 
Editor Manager --> BB codes

ErrorException: [E_NOTICE] Undefined index: title in src/addons/KL/EditorManager/Admin/Controller/BBCodes.php at line 75
  1. XF::handlePhpError() in src/addons/KL/EditorManager/Admin/Controller/BBCodes.php at line 75
  2. KL\EditorManager\Admin\Controller\BBCodes->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
  3. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
  4. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
  5. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
  6. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
  7. XF\App->run() in src/XF.php at line 465
  8. XF::runApp() in admin.php at line 13



This was deposited in the error log simultaneously:
  • ErrorException: [E_NOTICE] Undefined index: title
  • src/addons/KL/EditorManager/Admin/Controller/BBCodes.php:75
  • Generated by: Xxxx
  • Dec 14, 2020 at 8:47 PM

Stack trace​

#0 src/addons/KL/EditorManager/Admin/Controller/BBCodes.php(75): XF::handlePhpError()
#1 src/XF/Mvc/Dispatcher.php(350): KL\EditorManager\Admin\Controller\BBCodes->actionIndex()
#2 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass()
#3 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch()
#4 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop()
#5 src/XF/App.php(2300): XF\Mvc\Dispatcher->run()
#6 src/XF.php(465): XF\App->run()
#7 admin.php(13): XF::runApp()
#8 {main}

Request state​

array(4) {
["url"] => string(23) "/admin.php?em/bb-codes/"
["referrer"] => string(46) "https://xftest.xxxxxx.com/admin.php?add-ons/"
["_GET"] => array(1) {
["em/bb-codes/"] => string(0) ""
}
["_POST"] => array(0) {
}
}

https://xftest.amcorner.com/admin.php?logs/server-errors/57/delete
 
Back
Top Bottom