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

ThunderBoard beta 6

17 Apr 2016 Edited
#1

You are viewing page #6

Show original post
Filename Size Downloads
24.08 KB 225
Eldenroot, Hackmastr, online0227 And 3 others like this post
Shade 8 Mar 2017 Edited
#51

ThunderBoard beta 4 is out


This is a bugfix and feature release.

Changelog

  • Rewritten most of the code and separated parsing processes into class functions;
  • Fixed issue which prevented redirections to happen correctly;
  • Edited the loading indicator, dropping Spin.js in favor of app-loading.js;
  • Added template previews;
  • Separated minifying settings into scripts and stylesheets;
  • Moved the variable globalizer algorithm to a low-level hook. This saves memory and enhances page speed;
  • Removed inline scripts minifying as it was slowing page rendering too much;
  • Added a separate JS file to store ThunderBoard's front-end routines. This enhances reliability when browsing the site using PJAX, as functions are fired just once and they do not overlap anymore;
  • Added versioning to automatically update cached resources without waiting for their expiration;
  • Fixed minor issues.

Upgrade from older versions


If you are running older beta versions of ThunderBoard, here's an easy step-by-step tutorial on how to install the latest version:
  • before downloading ThunderBoard, uninstall the older version from your board;
  • download the latest ThunderBoard version, extract the .zip file, upload and overwrite the old files;
  • install and activate ThunderBoard;
  • enjoy!
Eldenroot and iso like this post
Eldenroot 8 Mar 2017
#52
Thank you! One question, really important for me - are post anchors fixed? I mean - click on the "last post" redirects me to the last post, not to the beginning of the thread.
Shade 8 Mar 2017
#53
No, they are not.
Eldenroot 8 Mar 2017
#54
OK, so I will be waiting for beta 5... this is quite important for me (not mainly for me but for my users - thats why I cannot use Thunderboard on production on my live board).

I have found an issue - ACP - Minify resources -> when you select at least one of them, the FASTyle popup box in the top right corner is broken (it shows errors).

Thank you for your hard work, good job!
Shade 8 Mar 2017
#55
That's a FASTyle issue indeed which has already been fixed and will be pushed as a new FASTyle version soon. In the meantime, you must disable FASTyle if you want to enable the setting.
Eldenroot likes this post
iso 8 Mar 2017
#56
thank you for the update.
Eldenroot 8 Mar 2017
#57
Thx for info! Btw I am testing beta 4 on my testing board - amazing, really fast! Really huge progress since beta 3
Shade 9 Mar 2017
#58
I have fixed the anchor issue here on MyBBoost. Will publish beta 5 when the bug fix list will grow a bit.
iso and Eldenroot like this post
Eldenroot 9 Mar 2017
#59
Thank you, good news :)

I have tested on my production board - still have issues with CSS buttons in my header area. After activation Thunderboard -> text with fontawesome is outside these buttons and the buttons are not rendered correctly. I can post you there my CSS for the buttons + header template content. Also same issue with <span class="smalltext"> in the header area - for some items it is ignored (for example PM unread/total counter).
Shade 9 Mar 2017
#60
Can you provide a link to your test board? Would be nice to have a direct look at the console.