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

Endless beta 1

10 Mar 2018 Edited
#1

You are viewing page #4

Show original post
Filename Size Downloads
28.21 KB 199
LIONHAERT, Enes Palit, Tac And 4 others like this post
Sir Twisted 10 Nov 2019 Edited
#31
Hi,

I've added the correct code and it seems to be working but I've noticed the date in the scroller and date of posts are slightly off.

[Image: c24f8d67370194156941a7deba3487d2.png]
Shade 10 Nov 2019
#32
For threads, the dateline refers to the date the thread was started at. If you want it to refer to the last post dateline, use {$thread['lastpost']} instead of {$thread['dateline']}.
Sir Twisted 10 Nov 2019
#33
For threads, the dateline refers to the date the thread was started at. If you want it to refer to the last post dateline, use {$thread['lastpost']} instead of {$thread['dateline']}.
Shade (10 Nov 2019)
Much appreciated! I've looked into the issue a little more with quick reply and it seems to stop working after maybe post 10 or so. You said there is a script that conflicts with others do you know which script it is perhaps as the site doesn't have a quick quote unless it was built into the mybb system.
Shade 10 Nov 2019
#34
Seems like it's gone now.
Sir Twisted 11 Nov 2019
#35
I'm confused as to how this works for the first 10 posts, then not. Quick edit that is.
Shade 11 Nov 2019
#36
Ah, quick edit. Yeah that’s something I need to look at. Endless should load the appropriate functions but somehow, sometimes it doesn’t work. I’ll have a look soon.
Sir Twisted 11 Nov 2019
#37
Ah, quick edit. Yeah that’s something I need to look at. Endless should load the appropriate functions but somehow, sometimes it doesn’t work. I’ll have a look soon.
Shade (11 Nov 2019)
If it helps here is a gif screen grab of the issue, https://i.gyazo.com/572e67416ded1bc8ecf8...bba2fe.mp4
Shade 13 Nov 2019
#38
I've looked into it, and there's a nasty bug which I have to fix somehow. The plugin doesn't get much attention since ages, given its limited success and user-base. However, I will try my best to understand the code again and update the plugin as soon as my schedule allows.
Sir Twisted 14 Nov 2019
#39
Much appreciated @Shade.