MyBB Community Forums

Full Version: FASTyle 2.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
Yes, this is a known issue. Will be fixed when i have a bit of time to look at it.
I cannot believe I am just now finding this plugin. It is fantastic.
Looks awesome, but I have one question: how do I rename an existing CSS file? I can't seem to find it Sad .
Yesterday, this plugin suddenly stopped working for both myself and my co-admin. The asset manager itself still loads, but it no longer loads any CSS files, templates, or scripts.

This applies to both our main board and our test board. Furthermore, it seems to be failing no matter which browser we use. We're pretty sure it wasn't the upgrade to MyBB 1.8.33 that broke it: we've been using it without issue since then.

I am aware that this plugin is no longer being supported - but, has anybody else been running into this, and if you, do you have any solutions? (Or if it really is broken for good, does anybody have any alternatives? We'd really hate to go back to the default editor, which with all due respect to MyBB, is really slow and clunky in comparison to FASTyle...)
This is due to SimpleBar failing. SimpleBar is a JS dependency used by FASTyle to display a consistent and minimal scrollbar cross-browser.

The dependency has been updated recently with a major release, and the jQuery integration failed. Authors have been already informed and patched the issue.
I guess CDNJS still has to propagate the new release. If you don't want to wait, open inc/plugins/fastyle.php, find:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/simplebar@latest/dist/simplebar.js"></script>

Replace with:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/simplebar.js"></script>
(2023-01-19, 01:47 PM)Shade Wrote: [ -> ]This is due to SimpleBar failing. SimpleBar is a JS dependency used by FASTyle to display a consistent and minimal scrollbar cross-browser.

The dependency has been updated recently with a major release, and the jQuery integration failed. Authors have been already informed and patched the issue.
I guess CDNJS still has to propagate the new release. If you don't want to wait, open inc/plugins/fastyle.php, find:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/simplebar@latest/dist/simplebar.js"></script>

Replace with:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/simplebar.js"></script>

Fixed Big Grin .

Thanks a lot for the quick response Smile !
Pages: 1 2 3 4 5 6 7 8 9