Editor & BB Code Manager

Editor & BB Code Manager 2.0.1 Patch Level 1

No permission to download
Thank you for this great add-on
i have a problem i can't dragging the buttons
Make sure you have javascript up and running and that your ad-blocker or script-blocker does not interfere. If that does not work, check the browser console for errors and post them here.
 
That's what I meant so I'm guessing it does require it.
Yeah, JavaScript is generally enabled by default, so unless you explicitly disabled it or deploy a script blocker add-on for your browser, it'll be enabled - just to have that cleared up for the future.

I just checked the download however and it seems the build file got lost when transferring my development environment over to my new computer. In other words the javascript files never made it into the upload. I've updated the file, so you can go ahead and redownload and -upload the add-on files to your forum root. A reinstallation won't be necessary, it should work without.
 
one thing i would like to ask would it be possible to remove this extra line its adding when parsing a template? into another template?

Now its like this.
i load for example forum name so it shows like this

Forum Name:

if i load another template after this Forum Name:
instead of it showing like this. Forum Name: exampleforum

it shows like this.
Forum Name:
Exampleforum
 
one thing i would like to ask would it be possible to remove this extra line its adding when parsing a template? into another template?

Unlikely. Templates are more designed for whole blocks of text rather than inline content, so having them inserted in a new line is a lot more preferable in most use cases.
 
I just checked the download however and it seems the build file got lost when transferring my development environment over to my new computer. In other words the javascript files never made it into the upload. I've updated the file, so you can go ahead and redownload and -upload the add-on files to your forum root. A reinstallation won't be necessary, it should work without.

Yeah, your first upload was missing the js and data folders completely. No wonder... :giggle:
 
Make sure you have javascript up and running and that your ad-blocker or script-blocker does not interfere. If that does not work, check the browser console for errors and post them here.

Thank you,
i download the add-on again and i found 2 other folders data and js
 

Attachments

  • 2018-04-11_0-24-46.webp
    2018-04-11_0-24-46.webp
    7.1 KB · Views: 9
Code:
#0 src/addons/KL/EditorManager/BbCode/Renderer/Html.php(148): XF::handlePhpError(8, '[E_NOTICE] Unde...', '/home/androi18/...', 148, Array)
#1 src/XF/BbCode/Renderer/Html.php(35): KL\EditorManager\BbCode\Renderer\Html->addDefaultTags()
#2 src/XF/BbCode/Renderer/Html.php(1057): XF\BbCode\Renderer\Html->__construct(Object(KL\EditorManager\Str\Formatter), Object(ThemeHouse\UIX\XF\Template\Templater))
#3 src/XF/SubContainer/BbCode.php(64): XF\BbCode\Renderer\Html::factory(Object(XF\Pub\App))
#4 src/XF/Container.php(228): XF\SubContainer\BbCode->XF\SubContainer\{closure}('XF:Html', Array, Object(XF\Container))
#5 src/XF/SubContainer/BbCode.php(167): XF\Container->create('renderer', 'html')
#6 src/XF/Pub/View/Forum/Rss.php(53): XF\SubContainer\BbCode->renderer('html')
#7 src/XF/Mvc/Renderer/AbstractRenderer.php(77): XF\Pub\View\Forum\Rss->renderRss()
#8 src/XF/Mvc/Renderer/Xml.php(74): XF\Mvc\Renderer\AbstractRenderer->renderViewObject('XF:Forum\\Rss', '', Array)
#9 src/XF/Mvc/Dispatcher.php(332): XF\Mvc\Renderer\Xml->renderView('XF:Forum\\Rss', '', Array)
#10 src/XF/Mvc/Dispatcher.php(303): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Rss), Object(XF\Mvc\Reply\View))
#11 src/XF/Mvc/Dispatcher.php(44): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'rss')
#12 src/XF/App.php(1891): XF\Mvc\Dispatcher->run()
#13 src/XF.php(328): XF\App->run()
#14 index.php(13): XF::runApp('XF\\Pub\\App')
#15 {main}
 
Back
Top Bottom