Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

FASTyle 2.3

25 Jul 2016 Edited
#1

You are viewing page #7

Show original post
Filename Size Downloads
215.96 KB 184
Snake_, poeja, FurDev And 13 others like this post
Shade 22 Mar 2019
#61
You might need to update your browser’s cache, as versioning is not included (yet). Works fine for me.
Serpius 23 Mar 2019
#62
I can confirm this... after the upgrade to FASTyle 2.1, the scroll bar did not show up UNTIL I did a hard refresh CTRL + F5 and now it is working GREAT!

Good job!
Shade 30 Mar 2019
#63

PUBLIC ADDRESS LOUDSPEAKER FASTyle 2.2 is out


FASTyle 2.2 is now available. This is a bugfix and theming release.

This version includes the following bugfixes:
BUG rollback to 2.0 pertaining scrollbars, which appeared unstyled due to 2.1 changes
SQUARED NEW switch over a light theme, easier on the eyes and more blended with the default ACP theme

To upgrade:
KEYCAP 1 uninstall FASTyle
KEYCAP 2 replace old files with the new ones
KEYCAP 3 install & activate FASTyle again
Eldenroot and GXD3S like this post
effone 3 Apr 2019
#64
Default color stylesheets showing as custom.
If you click `revert` they get removed from default theme ...
Shade 4 Apr 2019
#65
The logic there hasn't been touched since 2.0, so odd that nobody has reported this. It seems I can't reproduce it either, can you elaborate a little more please?
effone 5 Apr 2019
#66
Here is what happens:
Shade 5 Apr 2019
#67
Ah, now I have read it better. Indeed, color specific stylesheets are not officially listed as default, and revert serves as a delete action instead. Nonetheless, you can still delete color-specific stylesheets even in the normal Themes panel: they are not inherited from the default theme, so they are correctly listed as custom. I may rephrase the button for them, but this functionality is the same as MyBB panel provides.
effone 5 Apr 2019
#68
Alright, I have to report some jQ deprecations as well, listing, may post soon. For example:
`main.js`, line 699 `form.submit(function(e) {`
`.submit()` is deprecated, need to use `form.on('submit', function(e) {`
Eldenroot 4 May 2019
#69
@Shade - there is an issue with autocomplete feature, it is quite annoying sometimes (for example when editing some parts of template where you have a lot of tags).

Is possible to add a button or any setting to disable it? One more thing - I cannot see some templates (or template groups) in Fastyle but I can see them in stock MyBB template manager. Scrollbars are still bugged, do not use modern design :(

Thank you buddy!
nick 22 Mar 2020 Edited
#70
Hey, I've used this in the past and redownloaded it for a new project. Ctrl+S doesn't save the template and neither does the button? Not sure what's up.

edit: okay, so it does submit the form and the server responds, but it doesn't actually save it and the yellow indicator never disappears.