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
QuoteWhat's good about regular pagination is being able to quickly jump through the pages, with infinite scroll I'd have to keep scrolling to get to the last reply. Infinite scrolling looks a lot better than regular pagination but I think its functionality will get tedious, that's unless you've made a workaround for this.
Filename | Size | Downloads |
---|---|---|
28.21 KB | 206 |
Endless is well tested and proven to work just fine; there might be some issues still, I haven’t received much feedbacks apart from the ones you can publicly see. I’d suggest you to install it on a test board first, then switch to production if satisfied about the result.I want to have a “Quick Reply” button that takes you down to the quick reply box. I can’t read PHP code well but I saw in the plugin file that there is a quick_reply function so I’m wondering if it’s possible. Right now if I try to scroll down to the Quick Reply box it’ll just keep loading posts.
I can’t understand the quick reply box anchor thing. Can you elaborate more? Thank you.
Thanks, that's not feasible at the moment, but I will include that in a future beta.I kind of figured a temporary solution. Since I have separate variables for {$posts} and {$firstpost} I moved the quickreply box under the {$firstpost} variable. One issue is when I post a reply, the reply goes through but I'm not taken to the reply I made. It just stays at the quick reply box. Is there something I can add to the showthread_quickreply form template so that when I click submit I get scrolled down to the post I just made?