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

Uncaught TypeError: this.atwho is not a function

4 Aug 2019
#1
This issue is marked as solved
Uncaught TypeError: this.atwho is not a function
at HTMLBodyElement.<anonymous> (rules.js:24)
at Function.each (jquery.js?ver=1821:2)
at Object.init (rules.js:23)
at HTMLDocument.<anonymous> (newthread.php?fid=12:488)
at l (jquery.js?ver=1821:2)
at c (jquery.js?ver=1821:2)

This also affects scrolling on some pages like viewing new posts, posting a thread, etc.

When I disable this plugin , it is working again. What could this be?
Shade 4 Aug 2019
#2
Might be an incompatibility with jQuery 3 yet again. Will check it out on monday, i am currently away from home.
day-day 4 Aug 2019
#3
Might be an incompatibility with jQuery 3 yet again. Will check it out on monday, i am currently away from home.
Shade (4 Aug 2019)
Thanks boss man!
Shade 4 Aug 2019
#4
Nope, couldn't find any issues on a stock MyBB 1.8.21 version. So this might be an incompatibility with another plugin. Are you using other plugins which use at.js?
day-day 6 Sep 2019
#5
This is also an issue I have. It works in quick reply, but not full editor (Creating new threads, full editor reply, etc)
jquery.js?ver=1821:2 Uncaught TypeError: this.atwho is not a function
    at HTMLBodyElement.<anonymous> (rules.js:24)
    at Function.each (jquery.js?ver=1821:2)
    at Object.init (rules.js:23)
    at HTMLDocument.<anonymous> (newthread.php?fid=2&processed=1:959)
    at l (jquery.js?ver=1821:2)
    at c (jquery.js?ver=1821:2)
Shade 6 Sep 2019
#6
That’s QuickReferences. Likely the same incompatibility with JQ 3.
day-day 6 Sep 2019
#7
That’s QuickReferences. Likely the same incompatibility with JQ 3.
Shade (6 Sep 2019)
Correct. Are there any guides I should follow?
Shade 6 Sep 2019
#8
Ops sorry I thought you posted in the Drafts Autosave thread. Not atm sorry.
Shade 15 Sep 2019 Edited
#9
I did some tests today and it seems it's working with jQuery 3.
- which browser are you using?
- can you share your board URL?

Thanks.